aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/kexecboot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/kexecboot/kexecboot.inc')
-rw-r--r--recipes/kexecboot/kexecboot.inc49
1 files changed, 21 insertions, 28 deletions
diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc
index a55ff83b37..ff5e603183 100644
--- a/recipes/kexecboot/kexecboot.inc
+++ b/recipes/kexecboot/kexecboot.inc
@@ -9,42 +9,35 @@ SRC_URI += "file://logo-img.h file://logo.png"
inherit autotools
#############################
-# Optional Features:
-# --disable-option-checking ignore unrecognized --enable/--with options
-# --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
-# --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
-# --enable-maintainer-mode enable make rules and dependencies not useful
-# (and sometimes confusing) to the casual installer
+# Configure options:
+#
+# --enable-static-linking compile kexecboot as static executable [default=no]
+# --enable-fbui support framebuffer menu [default=yes]
+# --enable-cfgfiles support config files [default=yes]
+# --enable-icons support custom icons (depends on fbui) [default=yes]
+# --enable-zaurus compile Sharp Zaurus specific code [default=no]
+# --enable-zimage compile with zImage support [default=yes]
+# --enable-uimage compile with uImage support [default=no]
+# --enable-machine-kernel look for machine-specific zImage kernel [default=no]
# --enable-devices-recreating
# enable devices re-creating [default=yes]
# --enable-debug enable debug output [default=no]
# --enable-host-debug allow for non-destructive executing of kexecboot on
-# host system[default=no]
-# --disable-dependency-tracking speeds up one-time build
-# --enable-dependency-tracking do not reject slow dependency extractors
-#
-# Optional Packages:
-# --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
-# --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
-# --with-static-linking compiles kexecboot as a static executable
+# host system [default=no]
+# --enable-bg-buffer enable buffer for pre-drawed FB GUI background
# [default=no]
-# --with-fbmenu support framebuffer menu [default=yes]
-# --with-cfgfiles support config files [default=yes]
-# --with-icons support custom icons (depends on fbmenu)
-# [default=yes]
-# --with-zaurus compile Sharp Zaurus specific code [default=no]
-# --with-zimage compile with zImage support [default=yes]
-# --with-uimage compile with uImage support [default=no]
-# --with-machine-kernel enable looking for machine-specific zImage kernel
+# --enable-timeout allow to boot 1st kernel after timeout in seconds
# [default=no]
+# --enable-bpp enable support of specified bpp modes
+# (all,32,24,18,16,4,2,1) [default=all]
############################
-EXTRA_OECONF_akita = "--with-zaurus"
-EXTRA_OECONF_c7x0 = "--with-zaurus"
-EXTRA_OECONF_spitz = "--with-zaurus"
-EXTRA_OECONF_poodle = "--with-zaurus"
-EXTRA_OECONF_tosa = "--with-zaurus"
-EXTRA_OECONF_omap3 = "--with-uimage"
+EXTRA_OECONF_akita = "--enable-zaurus"
+EXTRA_OECONF_c7x0 = "--enable-zaurus"
+EXTRA_OECONF_spitz = "--enable-zaurus"
+EXTRA_OECONF_poodle = "--enable-zaurus"
+EXTRA_OECONF_tosa = "--enable-zaurus"
+EXTRA_OECONF_omap3 = "--enable-uimage"
do_configure_prepend () {
install -m 0644 ${WORKDIR}/logo-img.h ${S}/res/