]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot: drop ${PV} from u-boot-common.inc filename
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sat, 19 Jan 2019 12:21:28 +0000 (13:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Jan 2019 12:23:50 +0000 (12:23 +0000)
This will let AUH test-build the proposed upgrades made by devtool.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/u-boot-common.inc [moved from meta/recipes-bsp/u-boot/u-boot-common_2018.11.inc with 100% similarity]
meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.11.bb
meta/recipes-bsp/u-boot/u-boot-tools_2018.11.bb
meta/recipes-bsp/u-boot/u-boot_2018.11.bb

index 52c13e75d8daf02cd0aab49c64c50180e9181388..b5ce56847bedc2d5e6902fdcd89f5a0153ac1f15 100644 (file)
@@ -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"
index 7893d2aebcb2eda24d54180deaad6d3bd7a502d9..ff26e32482928f689f2876c082c41f4b21d98523 100644 (file)
@@ -1,4 +1,4 @@
-require u-boot-common_${PV}.inc
+require u-boot-common.inc
 
 SUMMARY = "U-Boot bootloader tools"
 DEPENDS += "openssl"
index 37c21dcaa385317cfc850b28617e134ebac2289e..02d67c0db250e2a253f53ba33f1d1a8bd88301ea 100644 (file)
@@ -1,4 +1,4 @@
-require u-boot-common_${PV}.inc
+require u-boot-common.inc
 require u-boot.inc
 
 DEPENDS += "bc-native dtc-native"