aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-01-18 13:53:05 -0800
committerKhem Raj <raj.khem@gmail.com>2011-01-18 14:05:39 -0800
commitaec2d12c9f97ca65f75a07635284ff1f4bce41a6 (patch)
treecd0cadb8b969111ddf5dcadf98e9bd3f04d45696 /conf
parent9d92b4fd308aa865d11f2e3be1f7073e69da4b33 (diff)
downloadopenembedded-aec2d12c9f97ca65f75a07635284ff1f4bce41a6.tar.gz
ucslugc.conf: Revitalize, can not build slugos-image with uclibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/slugos.inc2
-rw-r--r--conf/distro/ucslugc.conf6
2 files changed, 6 insertions, 2 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 9609dd54a9..0ed22d2623 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -34,7 +34,7 @@ DISTRO_FEATURES = "largefile ipv4 ipv6 nfs smbfs wifi ppp alsa bluetooth ext2 vf
# We may also wish to enable raid support at some point (space permitting)
#DISTRO_FEATURES += " raid"
-IMAGE_BASENAME = "${@['slugos${SITEINFO_ENDIANNESS}', 'ucslugc'][bb.data.getVar('TARGET_OS', d, 1) == 'linux-uclibc']}"
+IMAGE_BASENAME = "${@['slugos${SITEINFO_ENDIANNESS}', 'ucslugc'][bb.data.getVar('TARGET_OS', d, 1) == 'linux-uclibceabi']}"
# The following need not be set, the defaults should be adequate
#USE_NLS = "no" or "yes"
diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf
index 7d69a55ba4..9ee0586a15 100644
--- a/conf/distro/ucslugc.conf
+++ b/conf/distro/ucslugc.conf
@@ -6,7 +6,11 @@ DISTRO_NAME = "UcSlugC"
IMAGE_BASENAME = "ucslugc"
TARGET_ARCH = "armeb"
ARM_INSTRUCTION_SET = "thumb"
-THUMB_INTERWORK = "yes"
+IPKG_VARIANT ?= "opkg-nogpg-nocurl-slugos"
+PREFERRED_PROVIDER_opkg ?= "opkg-nogpg-nocurl-slugos"
+PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-nogpg-nocurl-slugos"
+IMAGE_INITSCRIPTS ?= "initscripts-slugos"
+
LIBC = "uclibc"
require conf/distro/include/slugos.inc