summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Matsuzawa <tmatsuzawa@xevo.com>2017-06-27 19:47:28 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-06-29 11:22:37 +0000
commit0c0683b764d140391b8b12613c81da595dde3ecb (patch)
tree031d53b8d6df8e94e01758d469cff2ea1e8ed2fe
parentd5842ae3045ec102c8801462164cea800fdcb501 (diff)
Fix i.MX6
Bug-AGL: SPEC-704 This is part of the fixe to make i.MX6 buildable again. Starting Morty, FSL Communicty BSP (freescale.github.io) has changed their layer names so we need to use these names so we need to follow this change - meta-fsl-arm -> meta-freescale - meta-fsl-arm-extra -> meta-freescale-3rdparty - meta-fsl-demos -> meta-freescale-distro Change-Id: Id5da65902f9dea761378f7dd1370a5025f63d414 Signed-off-by: Takashi Matsuzawa <tmatsuzawa@xevo.com>
-rw-r--r--default.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/default.xml b/default.xml
index 2263a902..a03d4fb5 100644
--- a/default.xml
+++ b/default.xml
@@ -18,9 +18,6 @@
<!-- meta-qt5 -->
<remote name="qt.io" fetch="git://code.qt.io/" />
- <!-- fsl/nxp --> <!-- likely broken -->
- <remote fetch="git://git.freescale.com/imx" name="fsl-release" />
-
<default revision="master"
remote="agl"
sync-j="4" />
@@ -55,9 +52,9 @@
<project name="meta-intel" path="meta-intel" remote="yocto" revision="morty" />
<!-- i.MX6 / e.g. wandboard specific things -->
- <project name="meta-fsl-arm" path="meta-fsl-arm" remote="yocto" revision="krogoth" /> <!-- no morty branch, krogoth branch active -->
- <project name="Freescale/meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="github" revision="morty" />
- <!-- <project name="meta-fsl-bsp-release" path="meta-fsl-bsp-release" remote="fsl-release" revision="jethro_4.1.15-1.0.0_ga" /> To be enabled for sabre. Off due to clone time -->
+ <project name="Freescale/meta-freescale" path="meta-freescale" remote="github" revision="morty" />
+ <project name="Freescale/meta-freescale-3rdparty" path="meta-freescale-3rdparty" remote="github" revision="morty" />
+ <project name="Freescale/meta-freescale-distro" path="meta-freescale-distro" remote="github" revision="morty" />
<!-- Boundary devices bsp layer -->
<project name="boundarydevices/meta-boundary" path="meta-boundary" remote="github" revision="morty" />