diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-04-25 00:30:08 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-04-25 00:30:08 +0200 |
commit | 5ac7bc0b7376427c26536989a7efa0979d1a6a76 (patch) | |
tree | 7cdd0ddcbadd839918076b353e56e99bef6a4d46 /recipes/kexecboot | |
parent | 732fd4c471f3af7683f3206963f261f580865bbe (diff) |
kexecboot.inc: refresh list of configure options
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r-- | recipes/kexecboot/kexecboot.inc | 43 |
1 files changed, 31 insertions, 12 deletions
diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc index 3f37f9e720..ac7089379b 100644 --- a/recipes/kexecboot/kexecboot.inc +++ b/recipes/kexecboot/kexecboot.inc @@ -15,20 +15,39 @@ SRC_URI += "file://logo-img.h \ export CC=${TARGET_PREFIX}klcc # Defaults as in ver 0.5+0.6b -# --with_static_linking=no -# --with_fbmenu=yes -# --with_cfgfiles=yes -# --with_icons=yes -# --with_zaurus=no -# --with_zimage=yes -# --with_uimage=no -# --with_machine_kernel=no -# --enable_devices_recreating="yes" -# --enable_debug="no" -# --enable_host_debug="no" +############################# +# 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 +# --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 +# [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 +# [default=no] +############################ EXTRA_OECONF_akita = "--with-zaurus" -EXTRA_OECONF_c7x0 = "--with-zaurus" +EXTRA_OECONF_c7x0 = "--with-zaurus --enable-debug" EXTRA_OECONF_spitz = "--with-zaurus" EXTRA_OECONF_poodle = "--with-zaurus" EXTRA_OECONF_tosa = "--with-zaurus" |