diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-03 15:56:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-03 15:56:32 +0000 |
commit | 347bcf2912a94be0803d8e80b09594b422ce7eee (patch) | |
tree | 61470e3f27ea7acced88f624f0b86558e57d065d /conf | |
parent | 848f3e2caf73a9da8d67ba99decce08eaa50fb9b (diff) | |
parent | b57ec72f165d15125f9038279a0f812c17d23a0a (diff) |
propagate from branch 'org.openembedded.dev' (head d4d1f1f38e2b9006a47fa1739eaf2f6a0772c35b)
to branch 'org.openembedded.nslu2-linux' (head dec105cc4ce8fb17e240e1ab3e3dde4819edd3ff)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug-native-packages.conf | 3 | ||||
-rw-r--r-- | conf/distro/openslug-native.conf | 15 | ||||
-rw-r--r-- | conf/distro/openslug-packages.conf | 1 |
3 files changed, 15 insertions, 4 deletions
diff --git a/conf/distro/openslug-native-packages.conf b/conf/distro/openslug-native-packages.conf index d4fedda6e2..de8d7f92a1 100644 --- a/conf/distro/openslug-native-packages.conf +++ b/conf/distro/openslug-native-packages.conf @@ -1,7 +1,8 @@ # automatically generated by bitbake freeze BBFILES := "\ -${PKGDIR}/packages/vlan/*.bb \ ${PKGDIR}/packages/gzip/*.bb \ +${PKGDIR}/packages/ipkg-utils/*.bb \ ${PKGDIR}/packages/meta/*.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 diff --git a/conf/distro/openslug-native.conf b/conf/distro/openslug-native.conf index a366aa7688..708bbf1360 100644 --- a/conf/distro/openslug-native.conf +++ b/conf/distro/openslug-native.conf @@ -2,9 +2,18 @@ include conf/distro/openslug.conf # Corresponting packages should be in openslug-native.bb, # currently missing: ipkg-utils libtool quilt pkgconfig -ASSUME_PROVIDED = "libtool-cross libtool-native automake-native autoconf-native \ - quilt-native ipkg-utils-native gnu-config-native pkgconfig-native \ - virtual/armeb-linux-gcc virtual/libc update-rc.d" +ASSUME_PROVIDED = "libtool-cross \ + libtool-native \ + automake-native \ + autoconf-native \ + quilt-native \ + ipkg-native \ + gnu-config-native \ + pkgconfig-native \ + virtual/armeb-linux-gcc \ + virtual/libc \ + update-rc.d \ + " # Our build host is armeb, not armv5eb that the kernel reports BUILD_ARCH = armeb diff --git a/conf/distro/openslug-packages.conf b/conf/distro/openslug-packages.conf index 8719894e6a..25ea543f29 100644 --- a/conf/distro/openslug-packages.conf +++ b/conf/distro/openslug-packages.conf @@ -53,6 +53,7 @@ ${PKGDIR}/packages/gzip/*.bb \ ${PKGDIR}/packages/hotplug-ng/*.bb \ ${PKGDIR}/packages/initscripts/*.bb \ ${PKGDIR}/packages/install/*.bb \ +${PKGDIR}/packages/iperf/*.bb \ ${PKGDIR}/packages/ipkg-utils/*.bb \ ${PKGDIR}/packages/ipkg/*.bb \ ${PKGDIR}/packages/ircp/*.bb \ |