diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-23 18:21:00 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-04 12:22:04 -0400 |
commit | 501e733081d00bc90b9e830c04cbe03c5332445d (patch) | |
tree | 3a7410d8f29b8a8cdb081207bbeac16119a4d044 /conf/distro/kaeilos.conf | |
parent | 69cc656f4274dd2f596cd2a6a3c1dd414dd8e5d7 (diff) |
All distro conf files: Use LIBC to pick or set your libc.
Acked-by: Leon Woestenberg <leon@sidebranch.com>
Acked-by: Mike Westerhof <mwester@dls.net>
Signed-off-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'conf/distro/kaeilos.conf')
-rw-r--r-- | conf/distro/kaeilos.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/kaeilos.conf b/conf/distro/kaeilos.conf index 53e928ba81..718239bed8 100644 --- a/conf/distro/kaeilos.conf +++ b/conf/distro/kaeilos.conf @@ -44,7 +44,7 @@ IMAGE_LINGUAS = '${@base_less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-us", d)} # set feed path variables -FEED_BASEPATH = "feeds/2008/${ANGSTROM_PKG_FORMAT}/${ANGSTROMLIBC}/" +FEED_BASEPATH = "feeds/2008/${ANGSTROM_PKG_FORMAT}/${LIBC}/" #The angstrom-mirrors.bbclass should have everything, but we can use this as a fallback |