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

git at git.openembedded.org git at git.openembedded.org
Wed Mar 2 10:13:23 UTC 2016


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

commit a0d511f1428e9b2b163c02d115055085b2e9c9c5
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