summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorDavid Karlstrom <daka@thg.se>2005-08-03 07:27:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-03 07:27:10 +0000
commitbdedcb2aefea95ea9b1bbf87ed63348455605c88 (patch)
tree72558b561a166e5431aea87598322a79e450efb7 /conf
parenta023b903bfd1a45a026b228dbde5d680fe8bdf6c (diff)
Add openslug-native-packages.conf and .bb, and update openslug-native.conf to work with them
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/openslug-native-packages.conf6
-rw-r--r--conf/distro/openslug-native.conf6
2 files changed, 6 insertions, 6 deletions
diff --git a/conf/distro/openslug-native-packages.conf b/conf/distro/openslug-native-packages.conf
new file mode 100644
index 0000000000..0d7a527592
--- /dev/null
+++ b/conf/distro/openslug-native-packages.conf
@@ -0,0 +1,6 @@
+# automatically generated by bitbake freeze
+BBFILES := "\
+${PKGDIR}/packages/vlan/*.bb \
+${PKGDIR}/packages/gzip/*.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 f946afe216..a366aa7688 100644
--- a/conf/distro/openslug-native.conf
+++ b/conf/distro/openslug-native.conf
@@ -9,9 +9,3 @@ ASSUME_PROVIDED = "libtool-cross libtool-native automake-native autoconf-native
# Our build host is armeb, not armv5eb that the kernel reports
BUILD_ARCH = armeb
-# I don't know of any packages we currently need to compile nativly, so here are two examples
-BBFILES = "\
-${PKGDIR}/packages/vlan/*.bb \
-${PKGDIR}/packages/gzip/*.bb \
-${OPENSLUG_EXTRA_BBFILES}"
-