diff options
Diffstat (limited to 'conf/distro/openslug-native.conf')
| -rw-r--r-- | conf/distro/openslug-native.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/openslug-native.conf b/conf/distro/openslug-native.conf index 7452c26eaa..ac77532697 100644 --- a/conf/distro/openslug-native.conf +++ b/conf/distro/openslug-native.conf @@ -1,6 +1,9 @@ +# Our build host is armeb, not armv5eb that the kernel reports +BUILD_ARCH = "armeb" + require conf/distro/openslug.conf -# Corresponting packages should be in openslug-native.bb, +# Corresponding packages should be in openslug-native.bb, # currently missing: ipkg-utils libtool quilt pkgconfig ASSUME_PROVIDED = "libtool-cross \ libtool-native \ @@ -15,6 +18,3 @@ ASSUME_PROVIDED = "libtool-cross \ update-rc.d \ " -# Our build host is armeb, not armv5eb that the kernel reports -BUILD_ARCH = "armeb" - |
