summaryrefslogtreecommitdiff
path: root/packages/linux/linux-openmoko-2.6.28_git.bb
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-01-12 13:47:56 +0000
committerJan Lübbe <jluebbe@debian.org>2009-01-12 16:17:34 +0000
commit3a255aef4c2e55d743db5f95a43e8cd1d466294a (patch)
tree2f194bed6f3b47219b0b6185121b9a3bdc180eba /packages/linux/linux-openmoko-2.6.28_git.bb
parent803aba3a7e680b36b89a98d780af5d7c41628183 (diff)
linux-openmoko-{2.6.28/devel}: remove spourious -2.6.28 files and base config on gta02-packaging-defconfig
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}
}