-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 \
update-rc.d \
"
-# Our build host is armeb, not armv5eb that the kernel reports
-BUILD_ARCH = "armeb"
-