mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00

Based on imx6qsabrelite BSP. Code originally written by Congatec Linux team, based on the tag rel_imx_3.0.35_1.1.0 from Freescale's linux git. Signed-off-by: Leo Sartre <lsartre@adeneo-embedded.com>
11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
PRINC := "${@int(PRINC) + 1}"
|
|
|
|
# Wandboard-specific patches
|
|
SRC_URI_append_wandboard-dual = " \
|
|
file://wandboard-dual/0001-Linux-3.0.35-Add-wandboard-dual-support.patch \
|
|
"
|
|
# Add support for the Congatec qmx6 board
|
|
SRC_URI_append_cgtqmx6 = " file://cgtqmx6/cgtqmx6.patch"
|