diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-21 19:59:24 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-21 19:59:24 +0000 |
commit | b9e77e8d474c0d2016e9c23e9006b159e2ef0a59 (patch) | |
tree | bbf324de2928bb5009711d91e51a6b6aab50519e /packages/linux | |
parent | e43037c9a18e1227b13dc5aa80f41454e8cc2009 (diff) |
linux-ezx: update to ezx9
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-ezx_2.6.16.13.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/packages/linux/linux-ezx_2.6.16.13.bb b/packages/linux/linux-ezx_2.6.16.13.bb index 6e6f4628dc..2269399d70 100644 --- a/packages/linux/linux-ezx_2.6.16.13.bb +++ b/packages/linux/linux-ezx_2.6.16.13.bb @@ -4,8 +4,8 @@ AUTHOR = "Harald Welte and the OpenEZX Team <openezx-devel@lists.openezx.org>" HOMEPAGE = "http://www.openezx.org" LICENSE = "GPL" DEPENDS += "quilt-native" -EZX = "ezx8" -PR = "${EZX}-r1" +EZX = "ezx9" +PR = "${EZX}-r0" inherit kernel @@ -18,11 +18,6 @@ RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ http://www.openezx.org/download/patches-2.6.16-2.6.16.13-${EZX}.tar.bz2 \ \ - ${RPSRC}/xscale_cache_workaround-r1.patch;patch=1;status=merged \ - \ - file://sa1100-rtc-gcc4.diff;patch=1 \ - file://pxa-serial-gcc4.diff;patch=1 \ - \ file://logo_linux_clut224.ppm \ file://defconfig-a780 \ file://defconfig-e680" |