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

The patch has been move to meta-fsl-arm as this is clearly a fix and ought to be shared among all boards. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
9 lines
256 B
Plaintext
9 lines
256 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
PRINC := "${@int(PRINC) + 3}"
|
|
|
|
# Board specific patches
|
|
SRC_URI_append_imx233-olinuxino-maxi = " file://imx233-olinuxino.patch"
|
|
SRC_URI_append_imx233-olinuxino-micro = " file://imx233-olinuxino.patch"
|
|
|