[oe-commits] org.oe.dev slugos: Update the native distro stuff

rwhitby commit openembedded-commits at lists.openembedded.org
Sat Feb 10 23:27:19 UTC 2007


slugos: Update the native distro stuff

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 6072f1d3e1b8c778b1810e8671c7207cd5ee546b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6072f1d3e1b8c778b1810e8671c7207cd5ee546b
Files:
1
conf/distro/openslug-native.conf
packages/meta/slugos-native-packages.bb
Diffs:

#
# mt diff -rf3aeb26eb138028dac8287b0d54a297f07c19752 -r6072f1d3e1b8c778b1810e8671c7207cd5ee546b
#
# 
# 
# patch "conf/distro/openslug-native.conf"
#  from [4cab7a067050be74acf73fb5768c9b385d58d7a8]
#    to [23fdffba5ef690baf7bfe6cda08bc61734dbc0a9]
# 
# patch "packages/meta/slugos-native-packages.bb"
#  from [1f17cecf30ce24231fd5284ecdb19767d3cf88e3]
#    to [579ef8aec74560e593d0a7255147e21119942db9]
# 
============================================================
--- conf/distro/openslug-native.conf	4cab7a067050be74acf73fb5768c9b385d58d7a8
+++ conf/distro/openslug-native.conf	23fdffba5ef690baf7bfe6cda08bc61734dbc0a9
@@ -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"
-
============================================================
--- packages/meta/slugos-native-packages.bb	1f17cecf30ce24231fd5284ecdb19767d3cf88e3
+++ packages/meta/slugos-native-packages.bb	579ef8aec74560e593d0a7255147e21119942db9
@@ -1,7 +1,8 @@ PR = "r1"
 # Only list packages which will not build 'cross' in here.
 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"






More information about the Openembedded-commits mailing list