summaryrefslogtreecommitdiff
path: root/packages/linux/linux-openmoko-2.6.28_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-12 19:20:45 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-12 19:20:45 +0100
commitc3129dd45149b3d937ed0c1000b966042cd6e88e (patch)
tree1543e805039f0896d74836c68917262ad3d6919e /packages/linux/linux-openmoko-2.6.28_git.bb
parent475f68cf286346501ffe455d39f7269c4aa87709 (diff)
parent09812530406d30b76d69d969adad33643c4a93b9 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/linux/linux-openmoko-2.6.28_git.bb')
-rw-r--r--packages/linux/linux-openmoko-2.6.28_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-openmoko-2.6.28_git.bb b/packages/linux/linux-openmoko-2.6.28_git.bb
index 2389db2bcd..e37742caa2 100644
--- a/packages/linux/linux-openmoko-2.6.28_git.bb
+++ b/packages/linux/linux-openmoko-2.6.28_git.bb
@@ -8,7 +8,7 @@ KERNEL_VERSION = "${KERNEL_RELEASE}"
OEV = "oe1"
PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
-PR = "r1"
+PR = "r2"
SRC_URI = "\
git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy-tracking \
@@ -18,7 +18,7 @@ SRC_URI = "\
S = "${WORKDIR}/git"
do_configure_prepend() {
- install -m 644 ./arch/arm/configs/gta02-moredrivers-defconfig ${WORKDIR}/defconfig-oe
+ install -m 644 ./arch/arm/configs/gta02-packaging-defconfig ${WORKDIR}/defconfig-oe
cat ${WORKDIR}/defconfig-oe.patch | patch -p0 -d ${WORKDIR}
}