summaryrefslogtreecommitdiffstats
path: root/recipes-core/busybox
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-04-20 07:34:55 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-23 12:38:50 -0400
commitd4182f50f19d183630e0f908ff953c4f9402cabe (patch)
treee294af382eae6c18d5489260d725480f7526827d /recipes-core/busybox
parentfcc09c8c3639ca5c529d4f28db9b1d090331739f (diff)
downloadmeta-virtualization-d4182f50f19d183630e0f908ff953c4f9402cabe.tar.gz
Refactor to conform to YP Compat requirements
This prevents the signature from being modified Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-core/busybox')
-rw-r--r--recipes-core/busybox/busybox_%.bbappend11
-rw-r--r--recipes-core/busybox/busybox_virtualization.inc10
2 files changed, 11 insertions, 10 deletions
diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend
index 8369a031..617caccb 100644
--- a/recipes-core/busybox/busybox_%.bbappend
+++ b/recipes-core/busybox/busybox_%.bbappend
@@ -1,10 +1 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" require ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', '${BPN}_virtualization.inc', '', d)}
2
3SRC_URI += " \
4 file://lspci.cfg \
5 file://lsusb.cfg \
6 file://mdev.cfg \
7 file://mount-cifs.cfg \
8 file://ps-extras.cfg \
9 file://getopt.cfg \
10 "
diff --git a/recipes-core/busybox/busybox_virtualization.inc b/recipes-core/busybox/busybox_virtualization.inc
new file mode 100644
index 00000000..d9c4e677
--- /dev/null
+++ b/recipes-core/busybox/busybox_virtualization.inc
@@ -0,0 +1,10 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/busybox:"
2
3SRC_URI += " \
4 file://lspci.cfg \
5 file://lsusb.cfg \
6 file://mdev.cfg \
7 file://mount-cifs.cfg \
8 file://ps-extras.cfg \
9 file://getopt.cfg \
10 "