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%"