mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 18:28:23 +01:00
atf: Use for all devices not only for H616
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
This commit is contained in:
parent
5723c27da1
commit
7b951191fb
@ -1,26 +1,20 @@
|
|||||||
DESCRIPTION = "ARM Trusted Firmware Allwinner"
|
DESCRIPTION = "ARM Trusted Firmware Allwinner"
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://license.md;md5=829bdeb34c1d9044f393d5a16c068371"
|
LIC_FILES_CHKSUM = "file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde"
|
||||||
LIC_FILES_CHKSUM:sun50i-h616 = "file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde"
|
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/apritzel/arm-trusted-firmware;nobranch=1;protocol=https \
|
|
||||||
file://0001-Use-same-type-as-in-declaration.patch \
|
|
||||||
"
|
|
||||||
SRCREV = "aa75c8da415158a94b82a430b2b40000778e851f"
|
|
||||||
|
|
||||||
SRC_URI:sun50i-h616 = " \
|
|
||||||
git://github.com/ARM-software/arm-trusted-firmware;nobranch=1;protocol=https \
|
git://github.com/ARM-software/arm-trusted-firmware;nobranch=1;protocol=https \
|
||||||
file://Makefile-link-with-z-noexecstack-no-warn-rwx-segment.patch \
|
file://Makefile-link-with-z-noexecstack-no-warn-rwx-segment.patch \
|
||||||
"
|
"
|
||||||
SRCREV:sun50i-h616 = "ba12668a65f9b10bc18f3b49a71999ed5d32714a"
|
|
||||||
|
SRCREV = "ba12668a65f9b10bc18f3b49a71999ed5d32714a"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
B = "${WORKDIR}/build"
|
B = "${WORKDIR}/build"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(sun50i|sun50i-h616)"
|
COMPATIBLE_MACHINE = "(sun50i|sun50i-h616)"
|
||||||
|
|
||||||
PLATFORM:sun50i = "sun50iw1p1"
|
PLATFORM:sun50i = "sun50i_a64"
|
||||||
PLATFORM:sun50i-h616 = "sun50i_h616"
|
PLATFORM:sun50i-h616 = "sun50i_h616"
|
||||||
|
|
||||||
LDFLAGS[unexport] = "1"
|
LDFLAGS[unexport] = "1"
|
||||||
|
Loading…
Reference in New Issue
Block a user