diff options
Diffstat (limited to 'recipes-bsp/imx-lib/imx-lib_git.bb')
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib_git.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb index d06ccfa10..a5df492d2 100644 --- a/recipes-bsp/imx-lib/imx-lib_git.bb +++ b/recipes-bsp/imx-lib/imx-lib_git.bb | |||
@@ -12,12 +12,11 @@ PE = "1" | |||
12 | 12 | ||
13 | PV = "5.9+${SRCPV}" | 13 | PV = "5.9+${SRCPV}" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" | 15 | SRC_URI = "git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=${SRCBRANCH} \ |
16 | SRCBRANCH = "lf-6.6.3_1.0.0" | 16 | file://0001-Fix-gcc-15-errors.patch" |
17 | SRCBRANCH = "lf-6.12.3_1.0.0" | ||
17 | SRCREV = "8f124c3914d82019849fb697baeb730e4cb1b547" | 18 | SRCREV = "8f124c3914d82019849fb697baeb730e4cb1b547" |
18 | 19 | ||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | inherit use-imx-headers | 20 | inherit use-imx-headers |
22 | 21 | ||
23 | PLATFORM:mx6q-nxp-bsp = "IMX6Q" | 22 | PLATFORM:mx6q-nxp-bsp = "IMX6Q" |
@@ -32,7 +31,7 @@ PLATFORM:mx7ulp-nxp-bsp = "IMX7" | |||
32 | PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" | 31 | PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" |
33 | PLATFORM:mx9-nxp-bsp = "IMX8ULP" | 32 | PLATFORM:mx9-nxp-bsp = "IMX8ULP" |
34 | 33 | ||
35 | PARALLEL_MAKE="-j 1" | 34 | PARALLEL_MAKE = "-j 1" |
36 | EXTRA_OEMAKE = "" | 35 | EXTRA_OEMAKE = "" |
37 | 36 | ||
38 | do_compile () { | 37 | do_compile () { |