Add openslug-native-packages.conf and .bb, and update openslug-native.conf to work...
authorDavid Karlstrom <daka@thg.se>
Wed, 3 Aug 2005 07:27:10 +0000 (07:27 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 3 Aug 2005 07:27:10 +0000 (07:27 +0000)
conf/distro/openslug-native-packages.conf [new file with mode: 0644]
conf/distro/openslug-native.conf
packages/meta/openslug-native-packages.bb [new file with mode: 0644]

diff --git a/conf/distro/openslug-native-packages.conf b/conf/distro/openslug-native-packages.conf
new file mode 100644 (file)
index 0000000..0d7a527
--- /dev/null
@@ -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
index f946afe..a366aa7 100644 (file)
@@ -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}"
-                                     
diff --git a/packages/meta/openslug-native-packages.bb b/packages/meta/openslug-native-packages.bb
new file mode 100644 (file)
index 0000000..d856bbf
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "Packages that are to be compiled nativly for the OpenSlug firmware"
+LICENSE = MIT
+PR = "r1"
+
+INHIBIT_DEFAULT_DEPS = "1"
+ALLOW_EMPTY = 1
+PACKAGES = "${PN}"
+
+OPENSLUG_NATIVE_PACKAGES = "\
+       "
+
+BROKEN_PACKAGES = "\
+       "
+
+DEPENDS = '${OPENSLUG_NATIVE_PACKAGES} \
+       package-index'