diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-11 20:39:56 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-11 20:41:39 +0100 |
commit | e6dd3f754d6bd130ce5a0dbbaad3dc0d06718746 (patch) | |
tree | c7566f3fa90fd8ebf774126f3ffafc472f7c9951 /recipes/kexecboot/kexecboot.inc | |
parent | 29212cd8e0186af74297c1c5a2ecdb9413685641 (diff) |
kexecboot git: enable uImage support for omap3
Diffstat (limited to 'recipes/kexecboot/kexecboot.inc')
-rw-r--r-- | recipes/kexecboot/kexecboot.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc index 679c4a378a..5db3414821 100644 --- a/recipes/kexecboot/kexecboot.inc +++ b/recipes/kexecboot/kexecboot.inc @@ -21,6 +21,8 @@ EXTRA_OECONF_spitz = "--with-zaurus" EXTRA_OECONF_poodle = "--with-zaurus" EXTRA_OECONF_tosa = "--with-zaurus" +EXTRA_OECONF_omap3 = "--with-uimage" + do_configure_prepend () { install -m 0644 ${WORKDIR}/logo-img.h ${S}/res/ install -m 0644 ${WORKDIR}/logo.png ${S}/res/ |