[oe-commits] [meta-openembedded] 06/20: kexecboot: enable text UI in default EXTRA_OECONF.

git at git.openembedded.org git at git.openembedded.org
Thu Mar 3 12:54:52 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 1fb820131da86cdebe5359050947e5eb1036de9f
Author: Andrea Adami <andrea.adami at gmail.com>
AuthorDate: Sun Feb 28 23:54:50 2016 +0100

    kexecboot: enable text UI in default EXTRA_OECONF.
    
    Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
index 3397c29..45095f3 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
@@ -53,7 +53,7 @@ SRC_URI += "\
 
 inherit autotools
 
-EXTRA_OECONF = "--enable-delay=2 --enable-evdev-rate=1000,250"
+EXTRA_OECONF = "--enable-textui --enable-delay=2 --enable-evdev-rate=1000,250"
 
 do_install () {
     install -d ${D}${bindir}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list