Skip to content

Commit

Permalink
slugos: Fix quote errors and enable buildhistory
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Feb 28, 2012
1 parent 8a09285 commit 838ecc7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions conf/distro/include/slugos.inc
Expand Up @@ -39,8 +39,8 @@ DISTRO_FEATURES += ' ${@["", "thumb-interwork"][bb.data.getVar('THUMB_INTERWORK'

DISTRO_FEATURES += "${DISTRO_FEATURES_LIBC}"

IMAGE_BASENAME_libc-uclibc = ucslugc${SITEINFO_ENDIANNESS}
IMAGE_BASENAME = slugos${SITEINFO_ENDIANNESS}
IMAGE_BASENAME_libc-uclibc = "ucslugc${SITEINFO_ENDIANNESS}"
IMAGE_BASENAME = "slugos${SITEINFO_ENDIANNESS}"

# The following need not be set, the defaults should be adequate
#USE_NLS = "no" or "yes"
Expand Down Expand Up @@ -123,11 +123,13 @@ https?$://.*/.* http://mirrors.openembedded.org/ \n \
ftp://.*/.* http://sources.openembedded.org/ \n \
https?$://.*/.* http://sources.openembedded.org/ \n \
"
USER_CLASSES = "own-mirrors testlab"
USER_CLASSES = "own-mirrors buildhistory"
PACKAGE_CLASSES = "package_ipk"
INHERIT_INSANE = "insane"
INHERIT_DISTRO = "debian devshell sstate license"

BUILDHISTORY_COMMIT = "1"

#FIXME: HACK: REMOVE THIS
IGNORE_STRIP_ERRORS = ""

Expand Down

0 comments on commit 838ecc7

Please sign in to comment.