From b15fe5d14e38ca592804468ba6bae129283511df Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Mon, 10 Jan 2011 00:57:18 +0100 Subject: kexecboot: bump to 92403e305a57154c7c779d6d47600387116a7988 * update list of configure args * bump PR Signed-off-by: Andrea Adami --- recipes/kexecboot/kexecboot-klibc_git.bb | 4 +-- recipes/kexecboot/kexecboot.inc | 49 ++++++++++++++------------------ recipes/kexecboot/kexecboot_git.bb | 4 +-- 3 files changed, 25 insertions(+), 32 deletions(-) diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb index 7e40ac9ad5..3cd0849a44 100644 --- a/recipes/kexecboot/kexecboot-klibc_git.bb +++ b/recipes/kexecboot/kexecboot-klibc_git.bb @@ -1,9 +1,9 @@ RDEPENDS_${PN} = "kexec-klibc" PV = "0.5" -PR = "r22+gitr${SRCREV}" +PR = "r23+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "98c5cfb883f61c5f69c56cd44846d8db19c76067" +SRCREV = "92403e305a57154c7c779d6d47600387116a7988" S = "${WORKDIR}/git" # the binary is statically linked against klibc 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/ diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb index aa3d843ec5..bb3cc04098 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,9 +1,9 @@ RDEPENDS_${PN} = "kexec" PV = "0.5" -PR = "r22+gitr${SRCREV}" +PR = "r23+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "98c5cfb883f61c5f69c56cd44846d8db19c76067" +SRCREV = "92403e305a57154c7c779d6d47600387116a7988" S = "${WORKDIR}/git" require kexecboot.inc -- cgit 1.2.3-korg