From c6638cbeeb2450d15a487dd0bf3ddba948800850 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 23 Jul 2014 13:44:45 +0200 Subject: [PATCH] angstrom-next: set feed URI to 'next' instead of 'core' Signed-off-by: Koen Kooi --- conf/distro/angstrom-next.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom-next.conf index c090d3d..919ff3e 100644 --- a/conf/distro/angstrom-next.conf +++ b/conf/distro/angstrom-next.conf @@ -49,7 +49,7 @@ ROOT_FLASH_SIZE ??= "32" IMAGE_LINGUAS ?= '${@base_less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-us", d)}' # set feed path variables -FEED_BASEPATH = "feeds/core/${ANGSTROM_PKG_FORMAT}/${TCLIBC}/" +FEED_BASEPATH = "feeds/next/${ANGSTROM_PKG_FORMAT}/${TCLIBC}/" #This is unrelated to the kernel version, but userspace apps (e.g. udev/systemd) require a recent version to build against LINUX_LIBC_HEADERS_VERSION ?= "3.14%"