summaryrefslogtreecommitdiff
path: root/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-20 19:51:38 +0000
committerPhil Blundell <philb@gnu.org>2004-06-20 19:51:38 +0000
commitb0e1874be6569ab1d894a0b7ebfae3cea75c15db (patch)
tree03f646ea43a58b179057da4cd35024f9e9955b07 /linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
parent9333a7391424707292fa319b6e85d86b337a7a7b (diff)
install kernel into staging so that do_flashimg can find it
BKrev: 40d5eacaUPA67rGh_f7UFjVIiYiXLA
Diffstat (limited to 'linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe')
-rw-r--r--linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe8
1 files changed, 7 insertions, 1 deletions
diff --git a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
index 88f0e20be4..708318f154 100644
--- a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
+++ b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
@@ -5,7 +5,7 @@ KV = "${@oe.data.getVar('PV',d,True).split('-')[0]}"
VRSV = "${@oe.data.getVar('PV',d,True).split('-')[1]}"
PXAV = "${@oe.data.getVar('PV',d,True).split('-')[2]}"
JPMV = "${@oe.data.getVar('PV',d,True).split('-')[3]}"
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \
file://${KV}-${VRSV}.patch;patch=1 \
@@ -54,3 +54,9 @@ do_configure() {
echo "CONFIG_CMDLINE=\"$CMDLINE mem=${mem}M\"" >> ${S}/.config
oe_runmake oldconfig
}
+
+do_stage() {
+ install -d ${STAGING_LIBDIR}/kernel
+ install arch/arm/boot/zImage ${STAGING_LIBDIR}/kernel/
+}
+