mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx7d-pico: Add machine configuration
Add machine definition for imx7d-pico board. For more information about this reference design, please visit: https://www.wandboard.org/products/android-things/PICO-PI-IMX7/ The machine configuration file used to include Yocto Project support to the board is a consolidation work only. It only reflects the work done in Linux kernel, U-Boot and FSL Community BSP, where the hard work is actually done. Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
1ded0def76
commit
87223f2cc9
27
conf/machine/imx7d-pico.conf
Normal file
27
conf/machine/imx7d-pico.conf
Normal file
|
@ -0,0 +1,27 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: IMX7D-PICO
|
||||
#@SOC: i.MX7D
|
||||
#@DESCRIPTION: Machine configuration for IMX7D-PICO board.
|
||||
#@MAINTAINER: Vanessa Maegima <vanessa.maegima@nxp.com>
|
||||
|
||||
MACHINEOVERRIDES =. "use-mainline-bsp:mx7:mx7d:"
|
||||
|
||||
require conf/machine/include/imx-base.inc
|
||||
require conf/machine/include/tune-cortexa7.inc
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc4"
|
||||
|
||||
KERNEL_DEVICETREE = "imx7d-pico.dtb"
|
||||
|
||||
UBOOT_MACHINE = "pico-imx7d_defconfig"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
|
||||
kernel-image \
|
||||
kernel-devicetree \
|
||||
u-boot-fslc \
|
||||
"
|
||||
|
||||
WKS_FILES ?= "imx-uboot.wks"
|
||||
WKS_FILE_DEPENDS ?= ""
|
||||
|
||||
IMAGE_FSTYPES = "wic.gz"
|
Loading…
Reference in New Issue
Block a user