3 Commits

Author SHA1 Message Date
8052a49f1e Merge pull request #447 from leon-anavi/feature/support-walnascar
Support Walnascar
2025-04-05 23:06:08 +02:00
ac38a90036 linux.inc: virtual/XXX-gcc to virtual/cross-cc
Switch from virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
as in Poky commit 90e0a0f7f4536e1aeb311ab2b061be71b4129e4e:
https://web.git.yoctoproject.org/poky/commit/?id=90e0a0f7f4536e1aeb311ab2b061be71b4129e4e

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2025-04-04 18:21:35 +03:00
bd41971e70 conf/layer.conf: Support Walnascar
Support Yocto release Walnascar.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2025-04-04 18:21:30 +03:00
2 changed files with 4 additions and 3 deletions

View File

@ -14,4 +14,4 @@ LAYERVERSION_sunxi = "1"
LAYERDEPENDS_sunxi = "core meta-python meta-arm"
LAYERSERIES_COMPAT_sunxi = "styhead"
LAYERSERIES_COMPAT_sunxi = "walnascar"

View File

@ -35,9 +35,10 @@ kernel_conf_variable() {
fi
}
do_kernel_configme[depends] += "virtual/${TARGET_PREFIX}binutils:do_populate_sysroot"
do_kernel_configme[depends] += "virtual/${TARGET_PREFIX}gcc:do_populate_sysroot"
do_kernel_configme[depends] += "virtual/cross-binutils:do_populate_sysroot"
do_kernel_configme[depends] += "virtual/cross-cc:do_populate_sysroot"
do_kernel_configme[depends] += "bc-native:do_populate_sysroot bison-native:do_populate_sysroot"
do_kernel_configme[depends] += "kern-tools-native:do_populate_sysroot"
do_configure:prepend() {
CONF_SED_SCRIPT=""