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

The following options need to be enabled on the kernel configuration for those to work: CONFIG_MXS_AUART1_DEVICE_ENABLE=y CONFIG_SERIAL_MXS_AUART=y Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Reported-by: Razvan Dragomirescu <razvan.dragomirescu@gmail.com>
9 lines
256 B
Plaintext
9 lines
256 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
PRINC := "${@int(PRINC) + 6}"
|
|
|
|
# Board specific patches
|
|
SRC_URI_append_imx233-olinuxino-maxi = " file://imx233-olinuxino.patch"
|
|
SRC_URI_append_imx233-olinuxino-micro = " file://imx233-olinuxino.patch"
|
|
|