diff options
Diffstat (limited to 'conf/distro/openslug-native.conf')
-rw-r--r-- | conf/distro/openslug-native.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/distro/openslug-native.conf b/conf/distro/openslug-native.conf index f946afe216..a366aa7688 100644 --- a/conf/distro/openslug-native.conf +++ b/conf/distro/openslug-native.conf @@ -9,9 +9,3 @@ ASSUME_PROVIDED = "libtool-cross libtool-native automake-native autoconf-native # Our build host is armeb, not armv5eb that the kernel reports BUILD_ARCH = armeb -# I don't know of any packages we currently need to compile nativly, so here are two examples -BBFILES = "\ -${PKGDIR}/packages/vlan/*.bb \ -${PKGDIR}/packages/gzip/*.bb \ -${OPENSLUG_EXTRA_BBFILES}" - |