On Mon, Jun 8, 2020 at 9:10 PM ChenQi <[email protected]> wrote: > > On 06/08/2020 08:53 PM, Bruce Ashfield wrote: > > On Mon, Jun 8, 2020 at 8:51 AM Bruce Ashfield via > > lists.yoctoproject.org > > <[email protected]> wrote: > >> Hmm. I already did a patch for this, it looks like I forgot to push it :( > >> > > oh wait, I see my dunfell patch. > > > > I excluded those layers on purpose, since the deployment hasn't been > > tested in quite a while. Did you confirm that the layers build when > > bumping the compatibility. I honestly expect runtime errors .. but did > > anyone try booting with them enabled ? > > > > Bruce > > No. I didn't do any test. These layers are included in my bblayers.conf, > I have to add 'dunfell', otherwise bitbake errors out.
I was going to merge this today, but when I applied it to master and dunfell, they don't have zeus in the compatible layer list, but yet your patch does. I had done the same thing with zeus (skipping the compatibility bump, until someone asked). Are you seeing the same thing ? or am I somehow seeing the layer.conf's wrong in my merge layers ? Bruce > > Regards, > Chen Qi > > > > > >> Bruce > >> > >> On Sun, Jun 7, 2020 at 11:42 PM Chen Qi <[email protected]> wrote: > >>> Signed-off-by: Chen Qi <[email protected]> > >>> --- > >>> meta-openstack-aio-deploy/conf/layer.conf | 2 +- > >>> meta-openstack-compute-deploy/conf/layer.conf | 2 +- > >>> meta-openstack-compute-test-config/conf/layer.conf | 2 +- > >>> meta-openstack-controller-deploy/conf/layer.conf | 2 +- > >>> meta-openstack-controller-test-config/conf/layer.conf | 2 +- > >>> meta-openstack-qemu/conf/layer.conf | 2 +- > >>> meta-openstack-swift-deploy/conf/layer.conf | 2 +- > >>> 7 files changed, 7 insertions(+), 7 deletions(-) > >>> > >>> diff --git a/meta-openstack-aio-deploy/conf/layer.conf > >>> b/meta-openstack-aio-deploy/conf/layer.conf > >>> index f3d2c5f2..c8bdaff5 100644 > >>> --- a/meta-openstack-aio-deploy/conf/layer.conf > >>> +++ b/meta-openstack-aio-deploy/conf/layer.conf > >>> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb > >>> ${LAYERDIR}/recipes*/*/*.bbappend" > >>> BBFILE_COLLECTIONS += "openstack-aio-deploy-layer" > >>> BBFILE_PATTERN_openstack-aio-deploy-layer := "^${LAYERDIR}/" > >>> BBFILE_PRIORITY_openstack-aio-deploy-layer = "6" > >>> -LAYERSERIES_COMPAT_openstack-aio-deploy-layer = "thud warrior zeus" > >>> +LAYERSERIES_COMPAT_openstack-aio-deploy-layer = "thud warrior zeus > >>> dunfell" > >>> > >>> LAYERDEPENDS_openstack-aio-deploy-layer = " \ > >>> core \ > >>> diff --git a/meta-openstack-compute-deploy/conf/layer.conf > >>> b/meta-openstack-compute-deploy/conf/layer.conf > >>> index e25cf3e0..3d700330 100644 > >>> --- a/meta-openstack-compute-deploy/conf/layer.conf > >>> +++ b/meta-openstack-compute-deploy/conf/layer.conf > >>> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb > >>> ${LAYERDIR}/recipes*/*/*.bbappend" > >>> BBFILE_COLLECTIONS += "openstack-compute-deploy-layer" > >>> BBFILE_PATTERN_openstack-compute-deploy-layer := "^${LAYERDIR}/" > >>> BBFILE_PRIORITY_openstack-compute-deploy-layer = "6" > >>> -LAYERSERIES_COMPAT_openstack-compute-deploy-layer = "thud warrior zeus" > >>> +LAYERSERIES_COMPAT_openstack-compute-deploy-layer = "thud warrior zeus > >>> dunfell" > >>> > >>> LAYERDEPENDS_openstack-compute-deploy-layer = " \ > >>> core \ > >>> diff --git a/meta-openstack-compute-test-config/conf/layer.conf > >>> b/meta-openstack-compute-test-config/conf/layer.conf > >>> index dfa5f31b..b082d609 100644 > >>> --- a/meta-openstack-compute-test-config/conf/layer.conf > >>> +++ b/meta-openstack-compute-test-config/conf/layer.conf > >>> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += > >>> "openstack-compute-test-config-layer" > >>> BBFILE_PATTERN_openstack-compute-test-config-layer := "^${LAYERDIR}/" > >>> # We want this layer to have higher priority than any other > >>> meta-openstack layers > >>> BBFILE_PRIORITY_openstack-compute-test-config-layer = "100" > >>> -LAYERSERIES_COMPAT_openstack-compute-test-config-layer = "thud warrior > >>> zeus" > >>> +LAYERSERIES_COMPAT_openstack-compute-test-config-layer = "thud warrior > >>> zeus dunfell" > >>> > >>> LAYERDEPENDS_openstack-compute-test-config-layer = " \ > >>> openstack-compute-deploy-layer \ > >>> diff --git a/meta-openstack-controller-deploy/conf/layer.conf > >>> b/meta-openstack-controller-deploy/conf/layer.conf > >>> index e8be8321..e9786313 100644 > >>> --- a/meta-openstack-controller-deploy/conf/layer.conf > >>> +++ b/meta-openstack-controller-deploy/conf/layer.conf > >>> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb > >>> ${LAYERDIR}/recipes*/*/*.bbappend" > >>> BBFILE_COLLECTIONS += "openstack-controller-deploy-layer" > >>> BBFILE_PATTERN_openstack-controller-deploy-layer := "^${LAYERDIR}/" > >>> BBFILE_PRIORITY_openstack-controller-deploy-layer = "6" > >>> -LAYERSERIES_COMPAT_openstack-controller-deploy-layer = "thud warrior > >>> zeus" > >>> +LAYERSERIES_COMPAT_openstack-controller-deploy-layer = "thud warrior > >>> zeus dunfell" > >>> > >>> LAYERDEPENDS_openstack-controller-deploy-layer = " \ > >>> core \ > >>> diff --git a/meta-openstack-controller-test-config/conf/layer.conf > >>> b/meta-openstack-controller-test-config/conf/layer.conf > >>> index b81f21e0..695767d1 100644 > >>> --- a/meta-openstack-controller-test-config/conf/layer.conf > >>> +++ b/meta-openstack-controller-test-config/conf/layer.conf > >>> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += > >>> "openstack-controller-test-config-layer" > >>> BBFILE_PATTERN_openstack-controller-test-config-layer := "^${LAYERDIR}/" > >>> # We want this layer to have higher priority than any other > >>> meta-openstack layers > >>> BBFILE_PRIORITY_openstack-controller-test-config-layer = "100" > >>> -LAYERSERIES_COMPAT_openstack-controller-test-config-layer = "thud > >>> warrior zeus" > >>> +LAYERSERIES_COMPAT_openstack-controller-test-config-layer = "thud > >>> warrior zeus dunfell" > >>> > >>> LAYERDEPENDS_openstack-controller-test-config-layer = " \ > >>> openstack-controller-deploy-layer \ > >>> diff --git a/meta-openstack-qemu/conf/layer.conf > >>> b/meta-openstack-qemu/conf/layer.conf > >>> index 98a35b40..8f6378d9 100644 > >>> --- a/meta-openstack-qemu/conf/layer.conf > >>> +++ b/meta-openstack-qemu/conf/layer.conf > >>> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb > >>> ${LAYERDIR}/recipes*/*/*.bbappend" > >>> BBFILE_COLLECTIONS += "openstack-qemu-layer" > >>> BBFILE_PATTERN_openstack-qemu-layer := "^${LAYERDIR}/" > >>> BBFILE_PRIORITY_openstack-qemu-layer = "6" > >>> -LAYERSERIES_COMPAT_openstack-qemu-layer = "thud warrior zeus" > >>> +LAYERSERIES_COMPAT_openstack-qemu-layer = "thud warrior zeus dunfell" > >>> > >>> LAYERDEPENDS_openstack-qemu-layer = " \ > >>> core \ > >>> diff --git a/meta-openstack-swift-deploy/conf/layer.conf > >>> b/meta-openstack-swift-deploy/conf/layer.conf > >>> index e9675e28..e48aa601 100644 > >>> --- a/meta-openstack-swift-deploy/conf/layer.conf > >>> +++ b/meta-openstack-swift-deploy/conf/layer.conf > >>> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb > >>> ${LAYERDIR}/recipes*/*/*.bbappend" > >>> BBFILE_COLLECTIONS += "openstack-swift-deploy-layer" > >>> BBFILE_PATTERN_openstack-swift-deploy-layer := "^${LAYERDIR}/" > >>> BBFILE_PRIORITY_openstack-swift-deploy-layer = "6" > >>> -LAYERSERIES_COMPAT_openstack-swift-deploy-layer = "thud warrior zeus" > >>> +LAYERSERIES_COMPAT_openstack-swift-deploy-layer = "thud warrior zeus > >>> dunfell" > >>> > >>> LAYERDEPENDS_openstack-swift-deploy-layer = " \ > >>> core \ > >>> -- > >>> 2.21.0 > >>> > >>> > >> > >> > >> -- > >> - Thou shalt not follow the NULL pointer, for chaos and madness await > >> thee at its end > >> - "Use the force Harry" - Gandalf, Star Trek II > >> > > > > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5420): https://lists.yoctoproject.org/g/meta-virtualization/message/5420 Mute This Topic: https://lists.yoctoproject.org/mt/74745408/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
