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

ext4 is capable of be used to ext3 and ext2 filesystems giving maximum flexibility with minimal memory and resource use. 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) + 5}"
|
|
|
|
# Board specific patches
|
|
SRC_URI_append_imx233-olinuxino-maxi = " file://imx233-olinuxino.patch"
|
|
SRC_URI_append_imx233-olinuxino-micro = " file://imx233-olinuxino.patch"
|
|
|