toybox: use cml1.bbclass to add a proper menuconfig task

It is sometimes convenient to use "bitbake toybox -c menuconfig".

Signed-off-by: Eduardas Meile <eduardas.m@fods.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Eduardas Meile
2018-12-04 18:52:57 +02:00
committed by Khem Raj
parent e797bcdbe1
commit d1ccc474a4
+1 -1
View File
@@ -48,7 +48,7 @@ do_install() {
install -m 0644 ${B}/toybox.links ${D}${sysconfdir} install -m 0644 ${B}/toybox.links ${D}${sysconfdir}
} }
inherit update-alternatives inherit cml1 update-alternatives
# If you've chosen to install toybox you probably want it to take precedence # If you've chosen to install toybox you probably want it to take precedence
# over busybox where possible but not over other packages # over busybox where possible but not over other packages