Yocto busybox menuconfig
It's just easy to build on Yocto repo. Only machine name required if the same BASE used for mutiple machines/boards.
#Use MACHINE=intel-x86-32 if applciable on front of the command
$ bitbake -c menuconfig busybox
$ bitbake -c diffconfig busybox
$ bitbake busybox
$ bitbake -k image_name
#Use MACHINE=intel-x86-32 if applciable on front of the command
$ bitbake -c menuconfig busybox
$ bitbake -c diffconfig busybox
$ bitbake busybox
$ bitbake -k image_name
Then change below files :
Now, in project layers, the following files:
recipes-core/busybox/busybox_%.bbappend:
SRC_URI += "file://fragment.cfg" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
recipes-core/busybox/busybox/fragment.cfg:
CONFIG_EJECT=yCONFIG_FEATURE_EJECT_SCSI=y
No comments:
Post a Comment