diff options
author | ant <ant@unknown.openembedded.org> | 2008-09-04 10:16:43 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 10:16:43 +0000 |
commit | 309c832c2c21ceb97fd589ebce8327d0d2bba731 (patch) | |
tree | e4e59eca6ec4cf7e3bbca8f0620a9b8bc86e830b /packages/kexecboot/kexecboot_0.3.bb | |
parent | 23ccc2156ae978b7183877bd884396a22f5c168c (diff) |
kexecboot: add patch to read mtdparts from /proc/cmdline
initramfs-kexecboot: add rotation parameter for c7x0
linux-kexecboot_2.6.26: change defconfigs
Diffstat (limited to 'packages/kexecboot/kexecboot_0.3.bb')
-rw-r--r-- | packages/kexecboot/kexecboot_0.3.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/kexecboot/kexecboot_0.3.bb b/packages/kexecboot/kexecboot_0.3.bb index f3fb6e35cb..f94e31b4e2 100644 --- a/packages/kexecboot/kexecboot_0.3.bb +++ b/packages/kexecboot/kexecboot_0.3.bb @@ -1,21 +1,21 @@ LICENSE = "GPL" -PR = "r1" +PR = "r2" DEPENDS = "klibc" RDEPENDS = "kexec-static" + inherit autotools # You can create your own *-img.h by doing # ./make-image-header.sh <file>.png HAND SRC_URI = "http://projects.linuxtogo.org/frs/download.php/221/kexecboot-${PV}.tar.gz \ - file://rootdelay.patch;patch=1" -S = "${WORKDIR}/kexecboot-${PV}" + file://kexecboot-rewrite.patch;patch=1" +S = "${WORKDIR}/kexecboot-${PV}" export CC=${TARGET_PREFIX}klcc # standart oe cflags don't work with klcc -export CFLAGS="" -export CPPFLAGS="" -export LDFLAGS="" - +export CFLAGS = "" +export CPPFLAGS = "" +export LDFLAGS = "" |