From: David Karlstrom Date: Wed, 3 Aug 2005 18:02:18 +0000 (+0000) Subject: Only add the two files we need from packages/meta to BBFILES, parsing 50 files not... X-Git-Tag: Release-2010-05/1~9453^2~3994^2~11^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=183c1ad089a6e9b106e8ba747d17704b7fdeabeb;p=openembedded.git Only add the two files we need from packages/meta to BBFILES, parsing 50 files not needed on the slug is a waste of time :) --- diff --git a/conf/distro/openslug-native-packages.conf b/conf/distro/openslug-native-packages.conf index de8d7f92a1..3ab2c056ae 100644 --- a/conf/distro/openslug-native-packages.conf +++ b/conf/distro/openslug-native-packages.conf @@ -2,7 +2,9 @@ BBFILES := "\ ${PKGDIR}/packages/gzip/*.bb \ ${PKGDIR}/packages/ipkg-utils/*.bb \ -${PKGDIR}/packages/meta/*.bb \ +${PKGDIR}/packages/meta/package-index.bb \ +${PKGDIR}/packages/meta/openslug-native-packages.bb \ +${PKGDIR}/packages/freeze/*.bb \ ${PKGDIR}/packages/vlan/*.bb \ ${OPENSLUG_EXTRA_BBFILES}" # I don't know of any packages we currently need to compile nativly, so this is something to test with