summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-01 17:25:11 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-06 19:41:14 +0300
commitcdd828cbd66af5fdf7177f73977d7c8574b2f65a (patch)
tree0db23a303cc097f34647018387bb0d32db95b6d4 /meta-phosphor
parent1ed5ed12d41b6247428404f9c036fe5bc9b9f412 (diff)
downloadopenbmc-cdd828cbd66af5fdf7177f73977d7c8574b2f65a.tar.xz
u-boot-fw-utils: Fix mtd-paritions warning
u-boot-fw-utils_%.bbappend matches the upstream Yocto u-boot recipe in addition to our own, generating a warning when the upstream recipe is parsed because the mtd partition rules are not in the default FILES search path. Add our layer path to the search path. Tested: Built and verified mtd-paritions rule file in rootfs Change-Id: I1e3d769d0066620a626c3be6f9f410ef4476fc66 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend
index a460f4065..6f9c5e69e 100644
--- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend
+++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend
@@ -1,3 +1,4 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += "file://76-mtd-partitions.rules"
do_install_append() {