summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/linux/linux-openmoko.inc6
-rw-r--r--meta/packages/linux/linux-openmoko_2.6.24+git.bb2
2 files changed, 1 insertions, 7 deletions
diff --git a/meta/packages/linux/linux-openmoko.inc b/meta/packages/linux/linux-openmoko.inc
index 69d7845f04..a0bf48e609 100644
--- a/meta/packages/linux/linux-openmoko.inc
+++ b/meta/packages/linux/linux-openmoko.inc
@@ -1,9 +1,3 @@
1# extra stuff we need for openmoko that is not in linux.inc
2do_deploy_append() {
3 rm -f ${KERNEL_IMAGE_SYMLINK_NAME}.bin
4 ln -sf ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE_ARCH}.bin ${DEPLOY_DIR_IMAGE}/uImage-${MACHINE_ARCH}-latest.bin
5}
6
7RDEPENDS_kernel-image += "mtd-utils" 1RDEPENDS_kernel-image += "mtd-utils"
8 2
9pkg_postinst_kernel-image () { 3pkg_postinst_kernel-image () {
diff --git a/meta/packages/linux/linux-openmoko_2.6.24+git.bb b/meta/packages/linux/linux-openmoko_2.6.24+git.bb
index 88ea00a56c..ee3203daf3 100644
--- a/meta/packages/linux/linux-openmoko_2.6.24+git.bb
+++ b/meta/packages/linux/linux-openmoko_2.6.24+git.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "Linux 2.6.x (development) kernel for FIC SmartPhones shipping w/
5 5
6PE = "1" 6PE = "1"
7PV = "${KERNEL_RELEASE}+git${SRCREV}" 7PV = "${KERNEL_RELEASE}+git${SRCREV}"
8PR = "r0" 8PR = "r1"
9 9
10SRC_URI = "git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable" 10SRC_URI = "git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable"
11 11