[oe-commits] Carsten Haitzler (Raster : Linux (Palm): Fix Linux kernel build so it actually works for palmt650

GIT User account git at amethyst.openembedded.net
Sat Nov 15 12:14:22 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 95ec91500a2a0edbdc49e8af1e4f126cbae244bb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=95ec91500a2a0edbdc49e8af1e4f126cbae244bb

Author: Carsten Haitzler (Raster <raster at rasterman.com>
Date:   Wed Oct 29 21:03:52 2008 +1100

Linux (Palm): Fix Linux kernel build so it actually works for palmt650

Linux hackndev changed their git so the OE packages for palm ceased to work.
This updates so it actually builds a kernel corectly.

---

 packages/linux/linux-hackndev-2.6_git.bb |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/packages/linux/linux-hackndev-2.6_git.bb b/packages/linux/linux-hackndev-2.6_git.bb
index 387a1da..71e1235 100644
--- a/packages/linux/linux-hackndev-2.6_git.bb
+++ b/packages/linux/linux-hackndev-2.6_git.bb
@@ -6,15 +6,10 @@ PR = "r14"
 
 COMPATIBLE_MACHINE = "(palmld|palmtc|palmtt3|palmtt5|palmtx|palmz31|palmz72|palmt650)"
 
-SRC_URI = "git://git.hackndev.com/linux-hnd;protocol=git \
+SRC_URI = "git://git.hackndev.com/linux-hnd;protocol=git;tag=master \
 	   file://defconfig"
 
-SRC_URI_append_palmtx += "http://www.busybox.net/downloads/busybox-1.1.0.tar.bz2 \
-			  file://init \
-                          file://initramfs_list \
-                          file://busybox-config"
-
-S = "${WORKDIR}/trunk"
+S = "${WORKDIR}/git"
 
 K_MAJOR = "2"
 K_MINOR = "6"





More information about the Openembedded-commits mailing list