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:
8736cce
)
rootfs_ipk.bbclass: Add ipkg packages into rootfs to unbreak task-base
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Wed, 11 Oct 2006 20:07:09 +0000
(20:07 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Wed, 11 Oct 2006 20:07:09 +0000
(20:07 +0000)
- When we used task-base then ipkg/ipkg-link/ipkg-collateral was not installed
into image.
- Maybe it is not best sollution but it works and it duplicate solution which
was added years ago.
classes/rootfs_ipk.bbclass
patch
|
blob
|
history
diff --git
a/classes/rootfs_ipk.bbclass
b/classes/rootfs_ipk.bbclass
index
25738e8
..
e658fd8
100644
(file)
--- a/
classes/rootfs_ipk.bbclass
+++ b/
classes/rootfs_ipk.bbclass
@@
-16,6
+16,8
@@
do_build[nostamp] = 1
IPKG_ARGS = "-f ${T}/ipkg.conf -o ${IMAGE_ROOTFS}"
+IPKG_INSTALL += "ipkg ipkg-link ipkg-collateral"
+
ROOTFS_POSTPROCESS_COMMAND ?= ""
PID = "${@os.getpid()}"