mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-12-26 13:08:21 +01:00
sun9i.inc: Add SoC family sun9i
Create SoC family sun9i for machines with Allwinner A80 that are supported by mainline U-Boot and mainline Linux kernel. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
This commit is contained in:
parent
05827e296c
commit
33428d8c22
5
conf/machine/include/sun9i.inc
Normal file
5
conf/machine/include/sun9i.inc
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
require conf/machine/include/sunxi.inc
|
||||||
|
require conf/machine/include/sunxi-mali.inc
|
||||||
|
require conf/machine/include/arm/armv7a/tune-cortexa15.inc
|
||||||
|
|
||||||
|
SOC_FAMILY = "sun9i"
|
@ -3,7 +3,7 @@ FILESEXTRAPATHS:prepend:sunxi := "${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"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE:sunxi = "(sun4i|sun5i|sun7i|sun8i|sun50i)"
|
COMPATIBLE_MACHINE:sunxi = "(sun4i|sun5i|sun7i|sun8i|sun9i|sun50i)"
|
||||||
|
|
||||||
DEFAULT_PREFERENCE:sun4i = "1"
|
DEFAULT_PREFERENCE:sun4i = "1"
|
||||||
DEFAULT_PREFERENCE:sun5i = "1"
|
DEFAULT_PREFERENCE:sun5i = "1"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
SECTION = "kernel"
|
SECTION = "kernel"
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
||||||
COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i|sun8i|sun50i)"
|
COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i|sun8i|sun9i|sun50i)"
|
||||||
|
|
||||||
inherit kernel
|
inherit kernel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user