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

This is the same of imx233-olinuxino-maxi but with SMS95xx usb network disabled. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
12 lines
336 B
Plaintext
12 lines
336 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
PRINC := "${@int(PRINC) + 2}"
|
|
|
|
# Generic patches
|
|
SRC_URI_append = " file://smsc95xx-randomize-mac-once.patch"
|
|
|
|
# Board specific patches
|
|
SRC_URI_append_imx233-olinuxino-maxi = " file://imx233-olinuxino.patch"
|
|
SRC_URI_append_imx233-olinuxino-micro = " file://imx233-olinuxino.patch"
|
|
|