diff options
author | Paul Barker <paul.barker@sancloud.co.uk> | 2019-06-11 16:42:01 +0000 |
---|---|---|
committer | Paul Barker <paul.barker@sancloud.co.uk> | 2019-06-11 16:42:01 +0000 |
commit | 96c332643a255f7df67d643c54eb8d004044c222 (patch) | |
tree | 367b134ec95378b84456a6439e704f1ffacbf53f /default.xml | |
parent | 64e86a26c8d38d1e7f1021c7fd04ae52774e8eb4 (diff) |
Update meta-sancloud to migrate AGL configs & templates
meta-sancloud is updated to a commit where the templates and config used
by aglsetup.sh have been removed. They will instead be placed in the
meta-agl layer from now on, matching the location for other target
machines.
Bug-AGL: SPEC-2507
Change-Id: I0a698b27d94ebf56ae90156cc6f76d7cc1e241c3
Signed-off-by: Paul Barker <paul.barker@sancloud.co.uk>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index f693800a..7fada3aa 100644 --- a/default.xml +++ b/default.xml @@ -87,7 +87,7 @@ <project name="kraj/meta-altera" path="bsp/meta-altera" remote="github" revision="f07030bb6ff2062031e06efe9831b76c7250b32e" upstream="thud"/> <!-- Sancloud BSP layers --> - <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="430d3da4ee36580e5950d94a76edf88eea753ebb" upstream="thud"/> + <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="d8a1442af22ce4ef6b557dcdf609e31708cb9009" upstream="thud"/> <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="fd7ca0ca47c7095ced62a5a7cdef040dff87fb76" upstream="master"/> <!-- meta-synopsys - support for ARC HSDK board --> |