diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-20 19:51:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-20 19:51:42 +0000 |
commit | 0467e0a24b408eb1457211840646019ad91e2dc6 (patch) | |
tree | a4244ad223840d260ed0baf22218f39ed5e12a93 /linux | |
parent | 44aa579cefef53b03ae8ddb7dfed489cfd771d16 (diff) |
undo last change
BKrev: 40d5eaceR1GeXleh0Bi95URA-kq--g
Diffstat (limited to 'linux')
-rw-r--r-- | linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe index 708318f154..f3f06783ff 100644 --- a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe +++ b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe @@ -55,8 +55,3 @@ do_configure() { oe_runmake oldconfig } -do_stage() { - install -d ${STAGING_LIBDIR}/kernel - install arch/arm/boot/zImage ${STAGING_LIBDIR}/kernel/ -} - |