summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-lib
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2018-06-11 16:28:46 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-26 14:16:13 -0300
commite22acc80d54618dcc032a4b5ae4558df31ff7d55 (patch)
tree92c56f575e3feb37bfe796143b3ab6c798442a48 /recipes-bsp/imx-lib
parent0f8d9894f9d7af73411883707c262911537f2695 (diff)
downloadmeta-freescale-e22acc80d54618dcc032a4b5ae4558df31ff7d55.tar.gz
imx-lib: Bump to revision 3f77797
- Update O.S. Systems Software Copyright This includes the following change: - 3f77797 MLK-16374-5: PXP_LIB: configure pxp to be legacy mode Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-lib')
-rw-r--r--recipes-bsp/imx-lib/imx-lib_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb
index 8e477de0..466d9c03 100644
--- a/recipes-bsp/imx-lib/imx-lib_git.bb
+++ b/recipes-bsp/imx-lib/imx-lib_git.bb
@@ -1,5 +1,5 @@
1# Copyright (C) 2012-2016 Freescale Semiconductor 1# Copyright (C) 2012-2016 Freescale Semiconductor
2# Copyright (C) 2012-2016 O.S. Systems Software LTDA. 2# Copyright (C) 2012-2018 O.S. Systems Software LTDA.
3# Copyright 2017 NXP 3# Copyright 2017 NXP
4 4
5DESCRIPTION = "Platform specific libraries for imx platform" 5DESCRIPTION = "Platform specific libraries for imx platform"
@@ -13,9 +13,9 @@ PE = "1"
13 13
14PV = "5.8+${SRCPV}" 14PV = "5.8+${SRCPV}"
15 15
16SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga" 16SRCBRANCH = "master"
17SRC_URI = "git://source.codeaurora.org/external/imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" 17SRC_URI = "git://source.codeaurora.org/external/imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}"
18SRCREV = "f5f14fc24581e5d6e689f42a56b5f2992f978ef4" 18SRCREV = "3f777974c0c146817e2ff5cb0340ca66a1f99e57"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21