From 4f93e037357be63253bdf060afedb2f35afc4bfa Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 19 Jan 2019 13:21:28 +0100 Subject: u-boot: drop ${PV} from u-boot-common.inc filename This will let AUH test-build the proposed upgrades made by devtool. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-common.inc | 15 +++++++++++++++ meta/recipes-bsp/u-boot/u-boot-common_2018.11.inc | 15 --------------- meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.11.bb | 2 +- meta/recipes-bsp/u-boot/u-boot-tools_2018.11.bb | 2 +- meta/recipes-bsp/u-boot/u-boot_2018.11.bb | 2 +- 5 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 meta/recipes-bsp/u-boot/u-boot-common.inc delete mode 100644 meta/recipes-bsp/u-boot/u-boot-common_2018.11.inc diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc new file mode 100644 index 0000000000..6f4a10b7a4 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -0,0 +1,15 @@ +HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" +SECTION = "bootloaders" +DEPENDS += "flex-native bison-native" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" +PE = "1" + +# We use the revision in order to avoid having to fetch it from the +# repo during parse +SRCREV = "0157013f4a4945bbdb70bb4d98d680e0845fd784" + +SRC_URI = "git://git.denx.de/u-boot.git" + +S = "${WORKDIR}/git" diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2018.11.inc b/meta/recipes-bsp/u-boot/u-boot-common_2018.11.inc deleted file mode 100644 index 6f4a10b7a4..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot-common_2018.11.inc +++ /dev/null @@ -1,15 +0,0 @@ -HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" -SECTION = "bootloaders" -DEPENDS += "flex-native bison-native" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" -PE = "1" - -# We use the revision in order to avoid having to fetch it from the -# repo during parse -SRCREV = "0157013f4a4945bbdb70bb4d98d680e0845fd784" - -SRC_URI = "git://git.denx.de/u-boot.git" - -S = "${WORKDIR}/git" diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.11.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.11.bb index 52c13e75d8..b5ce56847b 100644 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.11.bb +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.11.bb @@ -1,4 +1,4 @@ -require u-boot-common_${PV}.inc +require u-boot-common.inc SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities" DEPENDS += "mtd-utils" diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2018.11.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2018.11.bb index 7893d2aebc..ff26e32482 100644 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2018.11.bb +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2018.11.bb @@ -1,4 +1,4 @@ -require u-boot-common_${PV}.inc +require u-boot-common.inc SUMMARY = "U-Boot bootloader tools" DEPENDS += "openssl" diff --git a/meta/recipes-bsp/u-boot/u-boot_2018.11.bb b/meta/recipes-bsp/u-boot/u-boot_2018.11.bb index 37c21dcaa3..02d67c0db2 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2018.11.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2018.11.bb @@ -1,4 +1,4 @@ -require u-boot-common_${PV}.inc +require u-boot-common.inc require u-boot.inc DEPENDS += "bc-native dtc-native" -- cgit 1.2.3-korg