mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
busybox: migrate from defconfig to config fragments.
Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
5b7cbf7e0b
commit
3cd1544d73
1
recipes-core/busybox/busybox/lspci.cfg
Normal file
1
recipes-core/busybox/busybox/lspci.cfg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_LSPCI=y
|
1
recipes-core/busybox/busybox/lsusb.cfg
Normal file
1
recipes-core/busybox/busybox/lsusb.cfg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_LSUSB=y
|
6
recipes-core/busybox/busybox/mdev.cfg
Normal file
6
recipes-core/busybox/busybox/mdev.cfg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
CONFIG_MDEV=y
|
||||||
|
CONFIG_FEATURE_MDEV_CONF=y
|
||||||
|
CONFIG_FEATURE_MDEV_RENAME=y
|
||||||
|
CONFIG_FEATURE_MDEV_RENAME_REGEXP=y
|
||||||
|
CONFIG_FEATURE_MDEV_EXEC=y
|
||||||
|
CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=y
|
1
recipes-core/busybox/busybox/mount-cifs.cfg
Normal file
1
recipes-core/busybox/busybox/mount-cifs.cfg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_FEATURE_MOUNT_CIFS=y
|
3
recipes-core/busybox/busybox/ps-extras.cfg
Normal file
3
recipes-core/busybox/busybox/ps-extras.cfg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
CONFIG_DESKTOP=y
|
||||||
|
CONFIG_FEATURE_PS_TIME=y
|
||||||
|
CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS=y
|
|
@ -1,2 +1,9 @@
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}:${THISDIR}/${PN}-${PV}/${MACHINE}:${THISDIR}/${PN}/${MACHINE}:${THISDIR}/${PN}-${PV}:${THISDIR}/${PN}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
SRC_URI += " \
|
||||||
|
file://lspci.cfg \
|
||||||
|
file://lsusb.cfg \
|
||||||
|
file://mdev.cfg \
|
||||||
|
file://mount-cifs.cfg \
|
||||||
|
file://ps-extras.cfg \
|
||||||
|
"
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user