slugos: Update the native distro stuff
authorRod Whitby <rod@whitby.id.au>
Thu, 8 Feb 2007 23:24:42 +0000 (23:24 +0000)
committerRod Whitby <rod@whitby.id.au>
Thu, 8 Feb 2007 23:24:42 +0000 (23:24 +0000)
conf/distro/openslug-native.conf
packages/meta/slugos-native-packages.bb

index 7452c26..2bcf6dd 100644 (file)
@@ -1,6 +1,11 @@
-require conf/distro/openslug.conf
+SLUGOS_DISTRO = "openslug"
 
-# Corresponting packages should be in openslug-native.bb,
+# Our build host is armeb, not armv5eb that the kernel reports
+BUILD_ARCH = "armeb"
+
+require conf/distro/slugosbe.conf
+
+# Corresponding packages should be in openslug-native.bb,
 # currently missing: ipkg-utils libtool quilt pkgconfig
 ASSUME_PROVIDED = "libtool-cross \
                   libtool-native \
@@ -15,6 +20,3 @@ ASSUME_PROVIDED = "libtool-cross \
                   update-rc.d \
                   "
 
-# Our build host is armeb, not armv5eb that the kernel reports
-BUILD_ARCH = "armeb"
-
index 4505c99..db2ab46 100644 (file)
@@ -2,6 +2,7 @@
 DESCRIPTION = "Packages that are to be compiled natively for the SlugOS firmware"
 LICENSE = "MIT"
 PR = "r1"
+PROVIDES += "${SLUGOS_DISTRO}-native-packages"
 
 INHIBIT_DEFAULT_DEPS = "1"
 EXCLUDE_FROM_WORLD = "1"