diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-09-17 16:13:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-09-17 16:13:44 +0000 |
commit | f701f850f0caaa282c9a799184978fea0233d561 (patch) | |
tree | ada55c800fa12ea858cca5d50b5f33ca71bccce7 /packages/linux/linux-openmoko-devel_svn.bb | |
parent | 29b9062201720ec083d19b79203fd9668426a85e (diff) |
linux-openmoko-devel: add printascii patch, disable it
Diffstat (limited to 'packages/linux/linux-openmoko-devel_svn.bb')
-rw-r--r-- | packages/linux/linux-openmoko-devel_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-openmoko-devel_svn.bb b/packages/linux/linux-openmoko-devel_svn.bb index 7f124f56e7..869e4a88b6 100644 --- a/packages/linux/linux-openmoko-devel_svn.bb +++ b/packages/linux/linux-openmoko-devel_svn.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Linux 2.6.x (development) kernel for FIC SmartPhones shipping w/ OpenMoko" VANILLA_VERSION = "2.6.22.5" PV = "${VANILLA_VERSION}-moko11+svnr${SRCREV}" -PR = "r0" +PR = "r1" KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "30008000" @@ -16,7 +16,7 @@ SRCREV_FORMAT = "patches" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \ svn://svn.openmoko.org/trunk/src/target/kernel;module=patches;proto=http;name=patches \ file://fix-EVIOCGRAB-semantics-2.6.22.5.patch;patch=1 \ - file://printascii.patch;patch=1 \ +# file://printascii.patch;patch=1 \ file://defconfig \ file://logo_linux_clut224.ppm" S = "${WORKDIR}/linux-${VANILLA_VERSION}" |