mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
u-boot-starfive: vf2: Rename uEnv.txt on deploy
Deploy uEnv.txt as vf2_uEnv.txt. This file is expected by the Starfive U-Boot. Signed-off-by: Alexey Firago <alexey.firago@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ do_configure:prepend() {
|
||||
}
|
||||
|
||||
do_deploy:append:visionfive2() {
|
||||
install -m 644 ${WORKDIR}/uEnv-visionfive2.txt ${DEPLOYDIR}/uEnv.txt
|
||||
install -m 644 ${WORKDIR}/uEnv-visionfive2.txt ${DEPLOYDIR}/vf2_uEnv.txt
|
||||
spl_tool -c -f ${DEPLOYDIR}/${SPL_IMAGE}
|
||||
ln -sf ${SPL_IMAGE}.normal.out ${DEPLOYDIR}/${SPL_BINARYNAME}.normal.out
|
||||
ln -sf ${SPL_IMAGE}.normal.out ${DEPLOYDIR}/${SPL_SYMLINK}.normal.out
|
||||
|
||||
Reference in New Issue
Block a user