aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Haitzler (Raster <raster@rasterman.com>2008-10-29 21:03:52 +1100
committerCarsten Haitzler (Raster) <raster@rasterman.com>2009-02-20 00:55:52 +1100
commit5edba38e8b30a84e33a1149bfb16408f8717e83a (patch)
treedbd28b6c2faa1d7b6ab2017297615afa763313fd
parenta0699a732b06f6a6200d6cb936d6be907788607f (diff)
downloadopenembedded-5edba38e8b30a84e33a1149bfb16408f8717e83a.tar.gz
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.
-rw-r--r--packages/linux/linux-hackndev-2.6_git.bb1
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 71e1235b46..015a6fe1ad 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."