mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
linux-imx: Stop using PRINC
This removes the PRINC which is deprecated and will be removed after Yocto Project 1.6 release. The 2.6.35.3 and 3.0.35 kernel versions need to be updated in meta-fsl-arm at same time, to avoid version to go backwards. Change-Id: I38dde3b81715e64ce7a9e724b85901d44490c082 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
ce114d5a71
commit
d2b1f5bce2
|
@ -1,7 +1,5 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
||||
|
||||
PRINC := "${@int(PRINC) + 12}"
|
||||
|
||||
# Board specific patches
|
||||
SRC_URI_append_imx233-olinuxino = " file://imx233-olinuxino.patch"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
||||
|
||||
PRINC := "${@int(PRINC) + 5}"
|
||||
|
||||
SRC_URI_append_cgtqmx6 = " file://cgtqmx6/0001-Add-linux-support-for-congatec-evaluation-board-qmx6q.patch"
|
||||
|
|
Loading…
Reference in New Issue
Block a user