summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-11-10 20:22:18 +0100
committerMing Liu <ming.liu@toradex.com>2020-11-10 20:22:18 +0100
commit5267a80c211a4c2f26b56c77e90aa0f2d831e48c (patch)
treece552ce364a9cadc4018e392518a8c56fd29b4bd
parentaf4498546488ac6c3486609cbd54bf05082442c4 (diff)
default.xml/integration.xml: bump git hash of meta-lmp layer
To involve in a following fix: ``` u-boot: drop u-boot.inc The u-boot.inc file has been removed in meta-toradex-nxp dunfell then we could remove it from here. Now only the u-boot.inc file from OE would be used. This fixes a issue that .cfg files were never applied when UBOOT_CONFIG is set, which has been fixed in OE by commit 4fc38627: [ u-boot: fix condition to allow use of *.cfg ] ``` or else the rollback is failing for apalis-imx6/colibri-imx6 machines. Related-to: TOR-1519 Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--torizoncore/default.xml2
-rw-r--r--torizoncore/integration.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/torizoncore/default.xml b/torizoncore/default.xml
index fca9466..27a8028 100644
--- a/torizoncore/default.xml
+++ b/torizoncore/default.xml
@@ -8,7 +8,7 @@
<remote fetch="https://github.com/toradex" name="toradex-torizon"/>
<remote fetch="https://github.com/foundriesio" name="foundriesio"/>
- <project name="meta-lmp" path="layers/meta-lmp" remote="foundriesio" revision="7c8e56e9c18206f8cbf2805d4ae41bf04ad010df"/>
+ <project name="meta-lmp" path="layers/meta-lmp" remote="foundriesio" revision="4bc19dd07a748301bbd8314f454c35a6ceb77880"/>
<project name="meta-security" path="layers/meta-security" remote="yocto" revision="982a29bbb7ef32475aea7c4bb56c620065a50927"/>
<project name="meta-updater" path="layers/meta-updater" remote="ats" revision="a491e477e318e7a551d7efcefb42b042650679ca"/>
<project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="ff997b6b3ba800978546098ab3cdaa113b6695e1"/>
diff --git a/torizoncore/integration.xml b/torizoncore/integration.xml
index cdbab4c..05112c1 100644
--- a/torizoncore/integration.xml
+++ b/torizoncore/integration.xml
@@ -8,7 +8,7 @@
<remote fetch="https://github.com/toradex" name="toradex-torizon"/>
<remote fetch="https://github.com/foundriesio" name="foundriesio"/>
- <project name="meta-lmp" path="layers/meta-lmp" remote="foundriesio" revision="7c8e56e9c18206f8cbf2805d4ae41bf04ad010df"/>
+ <project name="meta-lmp" path="layers/meta-lmp" remote="foundriesio" revision="4bc19dd07a748301bbd8314f454c35a6ceb77880"/>
<project name="meta-security" path="layers/meta-security" remote="yocto" revision="982a29bbb7ef32475aea7c4bb56c620065a50927"/>
<project name="meta-updater" path="layers/meta-updater" remote="ats" revision="a491e477e318e7a551d7efcefb42b042650679ca"/>
<project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="ff997b6b3ba800978546098ab3cdaa113b6695e1"/>