summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-core/busybox/busybox_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-core/busybox/busybox_%.bbappend')
-rw-r--r--meta-phosphor/recipes-core/busybox/busybox_%.bbappend13
1 files changed, 8 insertions, 5 deletions
diff --git a/meta-phosphor/recipes-core/busybox/busybox_%.bbappend b/meta-phosphor/recipes-core/busybox/busybox_%.bbappend
index a64c1443a..f8800b45a 100644
--- a/meta-phosphor/recipes-core/busybox/busybox_%.bbappend
+++ b/meta-phosphor/recipes-core/busybox/busybox_%.bbappend
@@ -1,6 +1,9 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
-SRC_URI += "file://busybox.cfg"
-SRC_URI += "file://flash.cfg"
-SRC_URI += "file://less.cfg"
-SRC_URI += "file://mountpoint.cfg"
-SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'obmc-ubi-fs', '', 'file://reboot.cfg', d)}"
+SRC_URI += " \
+ file://busybox.cfg \
+ file://flash.cfg \
+ file://less.cfg \
+ file://mountpoint.cfg \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'obmc-ubi-fs', \
+ '', 'file://reboot.cfg', d)} \
+"