summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-02-08 23:24:42 +0000
committerRod Whitby <rod@whitby.id.au>2007-02-08 23:24:42 +0000
commit04e3e9944e57cd709a1ffe5ab617a95a66cb82e9 (patch)
tree37c0c08dde1aee904d025e370619efe9269029fb
parentcb389ca847d894e4239be229e67779948f1487eb (diff)
slugos: Update the native distro stuff
-rw-r--r--conf/distro/openslug-native.conf12
-rw-r--r--packages/meta/slugos-native-packages.bb1
2 files changed, 8 insertions, 5 deletions
diff --git a/conf/distro/openslug-native.conf b/conf/distro/openslug-native.conf
index 7452c26eaa..2bcf6dd980 100644
--- a/conf/distro/openslug-native.conf
+++ b/conf/distro/openslug-native.conf
@@ -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"
-
diff --git a/packages/meta/slugos-native-packages.bb b/packages/meta/slugos-native-packages.bb
index 4505c9979c..db2ab46a3c 100644
--- a/packages/meta/slugos-native-packages.bb
+++ b/packages/meta/slugos-native-packages.bb
@@ -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"