diff mbox series

[yocto-autobuilder-helper] config.json: meta-agl now needs meta-oe

Message ID 20240118123247.587100-1-alexandre.belloni@bootlin.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: meta-agl now needs meta-oe | expand

Commit Message

Alexandre Belloni Jan. 18, 2024, 12:32 p.m. UTC
From: Alexandre Belloni <alexandre.belloni@bootlin.com>

rng-tools has been moved to meta-oe and is a dependency of packagegroup-agl-core-boot

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 config.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Richard Purdie Jan. 20, 2024, 12:03 p.m. UTC | #1
On Thu, 2024-01-18 at 13:32 +0100, Alexandre Belloni via
lists.yoctoproject.org wrote:
> From: Alexandre Belloni <alexandre.belloni@bootlin.com>
> 
> rng-tools has been moved to meta-oe and is a dependency of packagegroup-agl-core-boot
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> ---
>  config.json | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/config.json b/config.json
> index 4686068dc5b6..b92a4f237c96 100644
> --- a/config.json
> +++ b/config.json
> @@ -646,9 +646,10 @@
>              }
>          },
>          "meta-agl-core" : {
> -            "NEEDREPOS" : ["poky", "meta-agl"],
> +            "NEEDREPOS" : ["poky", "meta-openembedded", "meta-agl"],
>              "ADDLAYER" : [
> -                "${BUILDDIR}/../meta-agl/meta-agl-core"
> +                "${BUILDDIR}/../meta-agl/meta-agl-core",
> +                "${BUILDDIR}/../meta-openembedded/meta-oe"
>              ],
>              "DISTRO" : "poky-agl",
>              "BUILDINFO" : true,

We've decided not to do this for now so I'm not taking this.

Cheers,

Richard
diff mbox series

Patch

diff --git a/config.json b/config.json
index 4686068dc5b6..b92a4f237c96 100644
--- a/config.json
+++ b/config.json
@@ -646,9 +646,10 @@ 
             }
         },
         "meta-agl-core" : {
-            "NEEDREPOS" : ["poky", "meta-agl"],
+            "NEEDREPOS" : ["poky", "meta-openembedded", "meta-agl"],
             "ADDLAYER" : [
-                "${BUILDDIR}/../meta-agl/meta-agl-core"
+                "${BUILDDIR}/../meta-agl/meta-agl-core",
+                "${BUILDDIR}/../meta-openembedded/meta-oe"
             ],
             "DISTRO" : "poky-agl",
             "BUILDINFO" : true,