[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
Thu Feb 19 14:03:44 UTC 2009


Module: openembedded.git
Branch: raster
Commit: 5edba38e8b30a84e33a1149bfb16408f8717e83a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5edba38e8b30a84e33a1149bfb16408f8717e83a

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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/linux/linux-hackndev-2.6_git.bb b/packages/linux/linux-hackndev-2.6_git.bb
index 71e1235..015a6fe 100644
--- a/packages/linux/linux-hackndev-2.6_git.bb
+++ b/packages/linux/linux-hackndev-2.6_git.bb
@@ -20,6 +20,7 @@ PV = "${K_MAJOR}.${K_MINOR}.${K_MICRO}-${HHV}"
 inherit kernel
 
 do_configure() {
+	echo "working in $PWD"
 
 	if [ -f ${WORKDIR}/defconfig ]; then
 		install -m 0644 ${WORKDIR}/defconfig ${S}/.config || die "No configuration for ${MACHINE} available."





More information about the Openembedded-commits mailing list