Add meta-aws to repo manifest to enable AMI generation 09/29509/3
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 7 Dec 2023 07:37:05 +0000 (08:37 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 8 Dec 2023 01:44:38 +0000 (01:44 +0000)
We prepare generating AMI images. For this we need the meta-aws layer.

v2: Add layer as bsp (as it contains a machine)

Bug-AGL: SPEC-5006
Change-Id: Idbd41da14f148c2cda1af0bb95cb17e836f97302
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
default-floating.xml
default.xml

index 3edf951..fdf1373 100644 (file)
   <!-- meta-tensorflow -->
   <project name="meta-tensorflow" path="external/meta-tensorflow" remote="yocto" revision="kirkstone"/>
 
+  <!-- meta-aws -->
+  <project name="aws4embeddedlinux/meta-aws" path="external/meta-aws" remote="github" revision="kirkstone"/>
+
   <!-- BSPs -->
 
+  <!-- meta-aws -->
+  <project name="aws4embeddedlinux/meta-aws" path="bsp/meta-aws" remote="github" revision="kirkstone"/>
+
   <!-- Renesas Gen3 specific things -->
   <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="kirkstone-dev"/>
   <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="kirkstone-Yocto-v5.9.0"/>
index 0b318e6..d32089e 100644 (file)
@@ -69,6 +69,9 @@
 
   <!-- BSPs -->
 
+  <!-- meta-aws -->
+  <project name="aws4embeddedlinux/meta-aws" path="bsp/meta-aws" remote="github" revision="a1aec268e6935a1bf7c7cae5166491551bdade5d" upstream="kirkstone"/>
+
   <!-- Renesas Gen3 specific things -->
   <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="f669cd36bd9dbdec6d8d9a85d5ca164180973706" upstream="kirkstone-dev"/>
   <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>