Skip to content
Snippets Groups Projects
Commit e2110e0f authored by Dmitry Petrov's avatar Dmitry Petrov Committed by Jonas Höppner
Browse files

seco-mx6.conf: add pre-shutdown scripts for SANTVEND


These scripts are ported from Jethro BSP.

Signed-off-by: default avatarDmitry Petrov <dmitry.petrov@rtsoft.de>
parent 9d0e6379
No related branches found
No related tags found
1 merge request!358seco-mx6.conf: add pre-shutdown scripts for SANTVEND
Pipeline #54856 passed with stage
in 6 seconds
...@@ -9,12 +9,21 @@ require conf/machine/include/arm/armv7a/tune-cortexa9.inc ...@@ -9,12 +9,21 @@ require conf/machine/include/arm/armv7a/tune-cortexa9.inc
MACHINEOVERRIDES =. "imxipu:imxvpu:imxgpu2d:imxgpu3d:" MACHINEOVERRIDES =. "imxipu:imxvpu:imxgpu2d:imxgpu3d:"
SOC_FAMILY = "imx:mx6:mx6q" SOC_FAMILY = "imx:mx6:mx6q"
SANTVEND_PRESHUTDOWN_SCRIPTS = " \
shutdown-pwr-check \
restore-wakeup-ok \
"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
linux-firmware-imx-sdma-imx6q \ linux-firmware-imx-sdma-imx6q \
linux-firmware-imx-vpu \ linux-firmware-imx-vpu \
kernel-module-imx6-spreadspectrum \ kernel-module-imx6-spreadspectrum \
" "
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:append = " \
${SANTVEND_PRESHUTDOWN_SCRIPTS} \
"
KERNEL_DEVICETREE ?= " \ KERNEL_DEVICETREE ?= " \
seconorth/imx6dl-santaro.dtb \ seconorth/imx6dl-santaro.dtb \
seconorth/imx6dl-santino-lt.dtb \ seconorth/imx6dl-santino-lt.dtb \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment