mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
u-boot cleanup: move task
According to the Yocto Recipe Style Guide[1] the tasks should be at the end. [1] https://docs.yoctoproject.org/dev/contributor-guide/recipe-style-guide.html Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
0bef49242f
commit
ee17021681
|
@ -1,10 +1,3 @@
|
||||||
do_compile:append:rock2-square () {
|
|
||||||
# copy to default search path
|
|
||||||
if [ "${SPL_BINARY}" = "u-boot-spl-dtb.bin" ]; then
|
|
||||||
cp ${B}/spl/${SPL_BINARY} ${B}
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
DEPENDS:append:rock-pi-4 = " gnutls-native"
|
DEPENDS:append:rock-pi-4 = " gnutls-native"
|
||||||
# various machines require the pyelftools library for parsing dtb files
|
# various machines require the pyelftools library for parsing dtb files
|
||||||
DEPENDS:append = " python3-pyelftools-native"
|
DEPENDS:append = " python3-pyelftools-native"
|
||||||
|
@ -25,3 +18,10 @@ EXTRA_OEMAKE:append:px30 = " BL31=${DEPLOY_DIR_IMAGE}/bl31-px30.elf"
|
||||||
INIT_FIRMWARE_DEPENDS:px30 = " trusted-firmware-a:do_deploy"
|
INIT_FIRMWARE_DEPENDS:px30 = " trusted-firmware-a:do_deploy"
|
||||||
|
|
||||||
do_compile[depends] .= "${INIT_FIRMWARE_DEPENDS}"
|
do_compile[depends] .= "${INIT_FIRMWARE_DEPENDS}"
|
||||||
|
|
||||||
|
do_compile:append:rock2-square () {
|
||||||
|
# copy to default search path
|
||||||
|
if [ "${SPL_BINARY}" = "u-boot-spl-dtb.bin" ]; then
|
||||||
|
cp ${B}/spl/${SPL_BINARY} ${B}
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user