Message ID | 20220802155620.31970-1-jon.mason@arm.com |
---|---|
State | New |
Headers | show |
Series | gem5: add meta-arm-bsp dependency | expand |
This email's subject should've included "kirkstone". So, I'm resending it. Thanks, Jon On Mon, Aug 8, 2022 at 2:53 PM Jon Mason <jon.mason@arm.com> wrote: > > meta-gem5 needs the 5.4 kernel, which is only present in the > meta-arm-bsp layer. Add this as a dependency to resolve issues. > > Signed-off-by: Jon Mason <jon.mason@arm.com> > --- > meta-gem5/conf/layer.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-gem5/conf/layer.conf b/meta-gem5/conf/layer.conf > index d329bd04..3affe251 100644 > --- a/meta-gem5/conf/layer.conf > +++ b/meta-gem5/conf/layer.conf > @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-gem5" > BBFILE_PATTERN_meta-gem5 = "^${LAYERDIR}/" > BBFILE_PRIORITY_meta-gem5 = "5" > > -LAYERDEPENDS_meta-gem5 = "core openembedded-layer meta-arm" > +LAYERDEPENDS_meta-gem5 = "core openembedded-layer meta-arm meta-arm-bsp" > LAYERSERIES_COMPAT_meta-gem5 = "kirkstone" > > BBFILES_DYNAMIC += " \ > -- > 2.17.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#3653): https://lists.yoctoproject.org/g/meta-arm/message/3653 > Mute This Topic: https://lists.yoctoproject.org/mt/92899328/3616920 > Group Owner: meta-arm+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-arm/unsub [jdmason@kudzu.us] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-gem5/conf/layer.conf b/meta-gem5/conf/layer.conf index d329bd04..3affe251 100644 --- a/meta-gem5/conf/layer.conf +++ b/meta-gem5/conf/layer.conf @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-gem5" BBFILE_PATTERN_meta-gem5 = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-gem5 = "5" -LAYERDEPENDS_meta-gem5 = "core openembedded-layer meta-arm" +LAYERDEPENDS_meta-gem5 = "core openembedded-layer meta-arm meta-arm-bsp" LAYERSERIES_COMPAT_meta-gem5 = "kirkstone" BBFILES_DYNAMIC += " \
meta-gem5 needs the 5.4 kernel, which is only present in the meta-arm-bsp layer. Add this as a dependency to resolve issues. Signed-off-by: Jon Mason <jon.mason@arm.com> --- meta-gem5/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)