mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-04-08 18:06:47 +02:00
Merge pull request #447 from leon-anavi/feature/support-walnascar
Support Walnascar
This commit is contained in:
commit
8052a49f1e
@ -14,4 +14,4 @@ LAYERVERSION_sunxi = "1"
|
|||||||
|
|
||||||
LAYERDEPENDS_sunxi = "core meta-python meta-arm"
|
LAYERDEPENDS_sunxi = "core meta-python meta-arm"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_sunxi = "styhead"
|
LAYERSERIES_COMPAT_sunxi = "walnascar"
|
||||||
|
@ -35,9 +35,10 @@ kernel_conf_variable() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
do_kernel_configme[depends] += "virtual/${TARGET_PREFIX}binutils:do_populate_sysroot"
|
do_kernel_configme[depends] += "virtual/cross-binutils:do_populate_sysroot"
|
||||||
do_kernel_configme[depends] += "virtual/${TARGET_PREFIX}gcc: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] += "bc-native:do_populate_sysroot bison-native:do_populate_sysroot"
|
||||||
|
do_kernel_configme[depends] += "kern-tools-native:do_populate_sysroot"
|
||||||
|
|
||||||
do_configure:prepend() {
|
do_configure:prepend() {
|
||||||
CONF_SED_SCRIPT=""
|
CONF_SED_SCRIPT=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user