git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46e46d
)
n2100-image.bbclass: Fix usage of tail so image post works
author
Tim 'timtim' Ellis
<tim.ellis@foonas.org>
Sat, 17 Jan 2009 20:00:56 +0000
(20:00 +0000)
committer
Tim 'timtim' Ellis
<tim.ellis@foonas.org>
Sat, 17 Jan 2009 20:00:56 +0000
(20:00 +0000)
classes/n2100-image.bbclass
patch
|
blob
|
history
diff --git
a/classes/n2100-image.bbclass
b/classes/n2100-image.bbclass
index
bc6c12e
..
b74e74c
100644
(file)
--- a/
classes/n2100-image.bbclass
+++ b/
classes/n2100-image.bbclass
@@
-1,6
+1,6
@@
n2100_pack_image() {
# find latest kernel
- KERNEL=`ls -tr ${DEPLOY_DIR_IMAGE}/zImage* | tail -1`
+ KERNEL=`ls -tr ${DEPLOY_DIR_IMAGE}/zImage* | tail -
n
1`
if [ -z "$KERNEL" ]; then
oefatal "No kernel found in ${DEPLOY_DIR_IMAGE}. Bitbake linux to create one."
exit 1