mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-08-11 23:04:03 +00:00
rpi-config: Handle ARMSTUB
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
242b1f53c0
commit
33f810f434
@ -191,6 +191,17 @@ do_deploy() {
|
||||
|
||||
# Append extra config if the user has provided any
|
||||
printf "${RPI_EXTRA_CONFIG}\n" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
|
||||
|
||||
# Handle setup with armstub file
|
||||
if [ -n "${ARMSTUB}" ]; then
|
||||
echo "\n# ARM stub configuration" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
|
||||
echo "armstub=${ARMSTUB}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
|
||||
case "${ARMSTUB}" in
|
||||
*-gic.bin)
|
||||
echo "enable_gic=1" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
}
|
||||
|
||||
do_deploy_append_raspberrypi3-64() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user