From: Michael Lauer Date: Thu, 5 Aug 2004 10:54:29 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~17805 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=609ef861e73871dbbafddb726eaffe55d43b5cb9;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages 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 --- diff --git a/classes/rootfs_ipk.oeclass b/classes/rootfs_ipk.oeclass index 64537f9a9e..993d290558 100644 --- 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