mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-12-23 21:47:10 +01:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3bf96b053a | ||
|
|
751495a8e8 | ||
|
|
a69afa656d | ||
|
|
cd83074dee | ||
|
|
afae76b548 | ||
|
|
8052a49f1e | ||
|
|
ac38a90036 | ||
|
|
bd41971e70 |
@@ -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"
|
||||||
|
|||||||
9
conf/machine/olinuxino-a20som204.conf
Normal file
9
conf/machine/olinuxino-a20som204.conf
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#@TYPE: Machine
|
||||||
|
#@NAME: Olimex A20-SOM204
|
||||||
|
#@DESCRIPTION: Machine configuration for the Olimex A20-SOM204 Evaluation Board, based on Allwinner A20 CPU
|
||||||
|
#https://github.com/OLIMEX/SOM204
|
||||||
|
|
||||||
|
require conf/machine/include/sun7i.inc
|
||||||
|
|
||||||
|
KERNEL_DEVICETREE = "allwinner/sun7i-a20-olimex-som204-evb.dtb"
|
||||||
|
UBOOT_MACHINE = "A20-Olimex-SOM204-EVB_defconfig"
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
FILESEXTRAPATHS:prepend:sunxi := "${THISDIR}/files:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||||
|
|
||||||
DEPENDS:append:sunxi = " bc-native dtc-native swig-native python3-native flex-native bison-native "
|
DEPENDS:append:sunxi = " bc-native dtc-native swig-native python3-native flex-native bison-native "
|
||||||
DEPENDS:append:sun50i = " trusted-firmware-a"
|
DEPENDS:append:sun50i = " trusted-firmware-a"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;md5=4e584373bb0f46ef1e423cb7df37847d"
|
|||||||
DEPENDS = "python3"
|
DEPENDS = "python3"
|
||||||
|
|
||||||
# No GPIO mappings for other machines yet
|
# No GPIO mappings for other machines yet
|
||||||
COMPATIBLE_MACHINE = "(olinuxino-a13|olinuxino-a10|olinuxino-a20|olinuxino-a10lime|olinuxino-a20lime|olinuxino-a20lime2|olinuxino-a13som|olinuxino-a20som)"
|
COMPATIBLE_MACHINE = "^(olinuxino-a13|olinuxino-a10|olinuxino-a20|olinuxino-a10lime|olinuxino-a20lime|olinuxino-a20lime2|olinuxino-a13som|olinuxino-a20som)$"
|
||||||
|
|
||||||
SRC_URI = "https://pypi.python.org/packages/source/p/pyA20/pyA20-${PV}.tar.gz \
|
SRC_URI = "https://pypi.python.org/packages/source/p/pyA20/pyA20-${PV}.tar.gz \
|
||||||
file://mapping.h \
|
file://mapping.h \
|
||||||
|
|||||||
@@ -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=""
|
||||||
|
|||||||
Reference in New Issue
Block a user