Update
This commit is contained in:
parent
d702199d77
commit
1235dc1b2a
@ -58,8 +58,7 @@ src_configure() {
|
|||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
cd ${WORKDIR}/trusted-firmware-a-${FIRMWAREVERSION}
|
cd ${WORKDIR}/trusted-firmware-a-${FIRMWAREVERSION}
|
||||||
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
|
emake "${myemakeargs[@]}" PLAT=rk3399
|
||||||
make PLAT=rk3399
|
|
||||||
cp build/rk3399/release/bl31/bl31.elf ${S}
|
cp build/rk3399/release/bl31/bl31.elf ${S}
|
||||||
|
|
||||||
cd ${S}
|
cd ${S}
|
||||||
@ -85,12 +84,6 @@ src_compile() {
|
|||||||
|
|
||||||
emake "${myemakeargs[@]}" EXTRAVERSION=-${PKGREL}
|
emake "${myemakeargs[@]}" EXTRAVERSION=-${PKGREL}
|
||||||
|
|
||||||
emake "${myemakeargs[@]}" \
|
|
||||||
NO_SDL=1 \
|
|
||||||
HOSTSTRIP=: \
|
|
||||||
STRIP=: \
|
|
||||||
CONFIG_ENV_OVERWRITE=y \
|
|
||||||
$(usex envtools envtools tools-all)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_test() { :; }
|
src_test() { :; }
|
||||||
|
Loading…
Reference in New Issue
Block a user