summaryrefslogtreecommitdiff
path: root/conf/distro/openslug-native.conf
blob: ac77532697dc39fcc75e2184c5ae6b2045c69cf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Our build host is armeb, not armv5eb that the kernel reports
BUILD_ARCH = "armeb"

require conf/distro/openslug.conf

# Corresponding packages should be in openslug-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 \
		   "