diff options
Diffstat (limited to 'conf/distro/slugos-native.conf')
-rw-r--r-- | conf/distro/slugos-native.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/distro/slugos-native.conf b/conf/distro/slugos-native.conf new file mode 100644 index 0000000000..77258c7148 --- /dev/null +++ b/conf/distro/slugos-native.conf @@ -0,0 +1,20 @@ +# Our build host is armeb, not armv5eb that the kernel reports +BUILD_ARCH = "armeb" + +require conf/distro/slugos.conf + +# Corresponding packages should be in slugos-native.bb, +# currently missing: ipkg-utils libtool quilt pkgconfig +ASSUME_PROVIDED = "libtool-cross \ + libtool-native \ + automake-native \ + autoconf-native \ + quilt-native \ + ipkg-native \ + gnu-config-native \ + pkgconfig-native \ + virtual/armeb-linux-gcc \ + virtual/libc \ + update-rc.d \ + " + |