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:
3bf0993
)
Merge bk://openembedded@openembedded.bkbits.net/packages
author
Michael Lauer
<mickey@vanille-media.de>
Thu, 5 Aug 2004 10:54:29 +0000
(10:54 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Thu, 5 Aug 2004 10:54:29 +0000
(10:54 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/08/05 12:36:44+02:00 hrw.one.pl!hrw
rootfs_ipk.oeclass: install /etc/ipkg/arch.conf into rootfs
BKrev: 411211e5ylMyAA7NL6vmqjkPMCfDBA
classes/rootfs_ipk.oeclass
patch
|
blob
|
history
diff --git
a/classes/rootfs_ipk.oeclass
b/classes/rootfs_ipk.oeclass
index
64537f9
..
993d290
100644
(file)
--- a/
classes/rootfs_ipk.oeclass
+++ b/
classes/rootfs_ipk.oeclass
@@
-54,6
+54,8
@@
EOF
export D=${IMAGE_ROOTFS}
export IPKG_OFFLINE_ROOT=${IMAGE_ROOTFS}
+ mkdir -p ${IMAGE_ROOTFS}/etc/ipkg/
+ grep "^arch" ${DEPLOY_DIR_IMAGE}/ipkg.conf >${IMAGE_ROOTFS}/etc/ipkg/arch.conf
for i in ${IMAGE_ROOTFS}/usr/lib/ipkg/info/*.preinst; do
if [ -f $i ] && ! sh $i; then