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:
ab0c911
)
s/oeimage/bbimage/ in the image_ipk class
author
Michael Lauer
<mickey@vanille-media.de>
Thu, 9 Dec 2004 09:36:34 +0000
(09:36 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Thu, 9 Dec 2004 09:36:34 +0000
(09:36 +0000)
BKrev: 41b81ca2iYzoKlK2xhhbFYHWOt_MAQ
classes/image_ipk.bbclass
patch
|
blob
|
history
diff --git
a/classes/image_ipk.bbclass
b/classes/image_ipk.bbclass
index
0778114
..
f2a1180
100644
(file)
--- a/
classes/image_ipk.bbclass
+++ b/
classes/image_ipk.bbclass
@@
-44,9
+44,9
@@
fakeroot do_rootfs () {
for type in ${IMAGE_FSTYPES}; do
if test -z "$FAKEROOTKEY"; then
- fakeroot -i ${TMPDIR}/fakedb.image
oe
image -t $type -e ${FILE}
+ fakeroot -i ${TMPDIR}/fakedb.image
bb
image -t $type -e ${FILE}
else
-
oe
image -n "${IMAGE_NAME}" -t "$type" -e "${FILE}"
+
bb
image -n "${IMAGE_NAME}" -t "$type" -e "${FILE}"
fi
done