ucslugc.conf: Revitalize, can not build slugos-image with uclibc
authorKhem Raj <raj.khem@gmail.com>
Tue, 18 Jan 2011 21:53:05 +0000 (13:53 -0800)
committerKhem Raj <raj.khem@gmail.com>
Tue, 18 Jan 2011 22:05:39 +0000 (14:05 -0800)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/distro/include/slugos.inc
conf/distro/ucslugc.conf

index 9609dd5..0ed22d2 100644 (file)
@@ -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"
index 7d69a55..9ee0586 100644 (file)
@@ -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