diff options
author | David Karlstrom <daka@thg.se> | 2005-08-03 18:02:18 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-03 18:02:18 +0000 |
commit | 183c1ad089a6e9b106e8ba747d17704b7fdeabeb (patch) | |
tree | 319bc9e9607a02c6fda7254cf2d5805924559ff8 /conf/distro | |
parent | c9d518f49e88dead9bcc57c54a9166aac60ab022 (diff) |
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 :)
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openslug-native-packages.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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 |