All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/3] node: Enable cross-compiling options and disable dtrace and etw
@ 2020-03-20 14:45 Khem Raj
  2020-03-20 14:45 ` [meta-oe][PATCH 2/3] safec: Put perl requiring tools into separate package Khem Raj
  2020-03-20 14:45 ` [PATCH 3/3] layers: update LAYERSERIES_COMPAT to dunfell Khem Raj
  0 siblings, 2 replies; 5+ messages in thread
From: Khem Raj @ 2020-03-20 14:45 UTC (permalink / raw)
  To: openembedded-devel

dtrace and etw are hardly used for embedded usecase

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb
index a482c6b4ca..28b4136a5a 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb
@@ -99,7 +99,9 @@ do_configure () {
     export LD="${CXX}"
     GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES
     # $TARGET_ARCH settings don't match --dest-cpu settings
-    python3 configure.py --prefix=${prefix} --without-snapshot --shared-openssl \
+    python3 configure.py --prefix=${prefix} --cross-compiling --without-snapshot --shared-openssl \
+               --without-dtrace \
+               --without-etw \
                --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \
                --dest-os=linux \
                --libdir=${D}${libdir} \
-- 
2.25.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-oe][PATCH 2/3] safec: Put perl requiring tools into separate package
  2020-03-20 14:45 [meta-oe][PATCH 1/3] node: Enable cross-compiling options and disable dtrace and etw Khem Raj
@ 2020-03-20 14:45 ` Khem Raj
  2020-03-20 14:45 ` [PATCH 3/3] layers: update LAYERSERIES_COMPAT to dunfell Khem Raj
  1 sibling, 0 replies; 5+ messages in thread
From: Khem Raj @ 2020-03-20 14:45 UTC (permalink / raw)
  To: openembedded-devel

There is one script - a check tool that needs perl on
target, which perhaps is only needed during development and testing
therefore move that to a separate package. Rest of safec is then
independent of perl runtime requirement.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-core/safec/safec_3.5.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/safec/safec_3.5.bb b/meta-oe/recipes-core/safec/safec_3.5.bb
index c9ace3b0b8..66b1f6a1aa 100644
--- a/meta-oe/recipes-core/safec/safec_3.5.bb
+++ b/meta-oe/recipes-core/safec/safec_3.5.bb
@@ -16,4 +16,8 @@ CPPFLAGS_append_libc-musl = " -D_GNU_SOURCE"
 
 COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux'
 
-RDEPENDS_${PN} = "perl"
+PACKAGES =+ "${PN}-check"
+
+FILES_${PN}-check += "${bindir}/check_for_unsafe_apis"
+
+RDEPENDS_${PN}-check += "perl"
-- 
2.25.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 3/3] layers: update LAYERSERIES_COMPAT to dunfell
  2020-03-20 14:45 [meta-oe][PATCH 1/3] node: Enable cross-compiling options and disable dtrace and etw Khem Raj
  2020-03-20 14:45 ` [meta-oe][PATCH 2/3] safec: Put perl requiring tools into separate package Khem Raj
@ 2020-03-20 14:45 ` Khem Raj
  2020-03-20 15:27   ` Martin Jansa
  1 sibling, 1 reply; 5+ messages in thread
From: Khem Raj @ 2020-03-20 14:45 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-filesystems/conf/layer.conf | 2 +-
 meta-gnome/conf/layer.conf       | 2 +-
 meta-initramfs/conf/layer.conf   | 2 +-
 meta-multimedia/conf/layer.conf  | 2 +-
 meta-networking/conf/layer.conf  | 2 +-
 meta-oe/conf/layer.conf          | 2 +-
 meta-perl/conf/layer.conf        | 2 +-
 meta-python/conf/layer.conf      | 2 +-
 meta-webserver/conf/layer.conf   | 2 +-
 meta-xfce/conf/layer.conf        | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/meta-filesystems/conf/layer.conf b/meta-filesystems/conf/layer.conf
index e8bd3628f8..be1635deea 100644
--- a/meta-filesystems/conf/layer.conf
+++ b/meta-filesystems/conf/layer.conf
@@ -15,4 +15,4 @@ LAYERVERSION_filesystems-layer = "1"
 
 LAYERDEPENDS_filesystems-layer = "core openembedded-layer"
 
-LAYERSERIES_COMPAT_filesystems-layer = "thud warrior zeus"
+LAYERSERIES_COMPAT_filesystems-layer = "thud warrior zeus dunfell"
diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf
index d381fdf070..7aa9507eb5 100644
--- a/meta-gnome/conf/layer.conf
+++ b/meta-gnome/conf/layer.conf
@@ -17,4 +17,4 @@ LAYERVERSION_gnome-layer = "1"
 
 LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
 
-LAYERSERIES_COMPAT_gnome-layer = "thud warrior zeus"
+LAYERSERIES_COMPAT_gnome-layer = "thud warrior zeus dunfell"
diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf
index 93220b1208..634e0883c6 100644
--- a/meta-initramfs/conf/layer.conf
+++ b/meta-initramfs/conf/layer.conf
@@ -16,7 +16,7 @@ BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-initramfs = "8"
 LAYERDEPENDS_meta-initramfs = "core"
 
-LAYERSERIES_COMPAT_meta-initramfs = "thud warrior zeus"
+LAYERSERIES_COMPAT_meta-initramfs = "thud warrior zeus dunfell"
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   dracut->virtual/kernel \
diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf
index 74dd4a1b03..2d52fb938a 100644
--- a/meta-multimedia/conf/layer.conf
+++ b/meta-multimedia/conf/layer.conf
@@ -31,4 +31,4 @@ LAYERVERSION_multimedia-layer = "1"
 
 LAYERDEPENDS_multimedia-layer = "core meta-python"
 
-LAYERSERIES_COMPAT_multimedia-layer = "thud warrior zeus"
+LAYERSERIES_COMPAT_multimedia-layer = "thud warrior zeus dunfell"
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index 866bda7558..7bc0702ba7 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -17,7 +17,7 @@ LAYERDEPENDS_networking-layer = "core"
 LAYERDEPENDS_networking-layer += "openembedded-layer"
 LAYERDEPENDS_networking-layer += "meta-python"
 
-LAYERSERIES_COMPAT_networking-layer = "thud warrior zeus"
+LAYERSERIES_COMPAT_networking-layer = "thud warrior zeus dunfell"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 652a378f28..434537fd3a 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -34,7 +34,7 @@ LAYERVERSION_openembedded-layer = "1"
 
 LAYERDEPENDS_openembedded-layer = "core"
 
-LAYERSERIES_COMPAT_openembedded-layer = "thud warrior zeus"
+LAYERSERIES_COMPAT_openembedded-layer = "thud warrior zeus dunfell"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf
index 2c730e4c75..1361fe0842 100644
--- a/meta-perl/conf/layer.conf
+++ b/meta-perl/conf/layer.conf
@@ -15,4 +15,4 @@ LAYERVERSION_perl-layer = "1"
 
 LAYERDEPENDS_perl-layer = "core openembedded-layer"
 
-LAYERSERIES_COMPAT_perl-layer = "thud warrior zeus"
+LAYERSERIES_COMPAT_perl-layer = "thud warrior zeus dunfell"
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf
index db65943f56..7cfeafe599 100644
--- a/meta-python/conf/layer.conf
+++ b/meta-python/conf/layer.conf
@@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1"
 
 LAYERDEPENDS_meta-python = "core openembedded-layer"
 
-LAYERSERIES_COMPAT_meta-python = "thud warrior zeus"
+LAYERSERIES_COMPAT_meta-python = "thud warrior zeus dunfell"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf
index 2c6fad4ac6..24469115e4 100644
--- a/meta-webserver/conf/layer.conf
+++ b/meta-webserver/conf/layer.conf
@@ -17,7 +17,7 @@ LAYERVERSION_webserver = "1"
 
 LAYERDEPENDS_webserver = "core openembedded-layer"
 
-LAYERSERIES_COMPAT_webserver = "thud warrior zeus"
+LAYERSERIES_COMPAT_webserver = "thud warrior zeus dunfell"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf
index 070ea6ac7d..199c69e7b2 100644
--- a/meta-xfce/conf/layer.conf
+++ b/meta-xfce/conf/layer.conf
@@ -19,4 +19,4 @@ LAYERDEPENDS_xfce-layer += "multimedia-layer"
 LAYERDEPENDS_xfce-layer += "meta-python"
 LAYERDEPENDS_xfce-layer += "networking-layer"
 
-LAYERSERIES_COMPAT_xfce-layer = "thud warrior zeus"
+LAYERSERIES_COMPAT_xfce-layer = "thud warrior zeus dunfell"
-- 
2.25.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/3] layers: update LAYERSERIES_COMPAT to dunfell
  2020-03-20 14:45 ` [PATCH 3/3] layers: update LAYERSERIES_COMPAT to dunfell Khem Raj
@ 2020-03-20 15:27   ` Martin Jansa
  2020-03-20 15:53     ` akuster808
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2020-03-20 15:27 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel

Can we drop at least thud and warrior? without e.g. features_check or
mime-xdg bbclasses from dunfell oe-core some of these layers don't even
parse, so it might be worth keeping just dunfell (that's what I did for
meta-qt5 now).

On Fri, Mar 20, 2020 at 3:46 PM Khem Raj <raj.khem@gmail.com> wrote:

> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta-filesystems/conf/layer.conf | 2 +-
>  meta-gnome/conf/layer.conf       | 2 +-
>  meta-initramfs/conf/layer.conf   | 2 +-
>  meta-multimedia/conf/layer.conf  | 2 +-
>  meta-networking/conf/layer.conf  | 2 +-
>  meta-oe/conf/layer.conf          | 2 +-
>  meta-perl/conf/layer.conf        | 2 +-
>  meta-python/conf/layer.conf      | 2 +-
>  meta-webserver/conf/layer.conf   | 2 +-
>  meta-xfce/conf/layer.conf        | 2 +-
>  10 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/meta-filesystems/conf/layer.conf
> b/meta-filesystems/conf/layer.conf
> index e8bd3628f8..be1635deea 100644
> --- a/meta-filesystems/conf/layer.conf
> +++ b/meta-filesystems/conf/layer.conf
> @@ -15,4 +15,4 @@ LAYERVERSION_filesystems-layer = "1"
>
>  LAYERDEPENDS_filesystems-layer = "core openembedded-layer"
>
> -LAYERSERIES_COMPAT_filesystems-layer = "thud warrior zeus"
> +LAYERSERIES_COMPAT_filesystems-layer = "thud warrior zeus dunfell"
> diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf
> index d381fdf070..7aa9507eb5 100644
> --- a/meta-gnome/conf/layer.conf
> +++ b/meta-gnome/conf/layer.conf
> @@ -17,4 +17,4 @@ LAYERVERSION_gnome-layer = "1"
>
>  LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
>
> -LAYERSERIES_COMPAT_gnome-layer = "thud warrior zeus"
> +LAYERSERIES_COMPAT_gnome-layer = "thud warrior zeus dunfell"
> diff --git a/meta-initramfs/conf/layer.conf
> b/meta-initramfs/conf/layer.conf
> index 93220b1208..634e0883c6 100644
> --- a/meta-initramfs/conf/layer.conf
> +++ b/meta-initramfs/conf/layer.conf
> @@ -16,7 +16,7 @@ BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_meta-initramfs = "8"
>  LAYERDEPENDS_meta-initramfs = "core"
>
> -LAYERSERIES_COMPAT_meta-initramfs = "thud warrior zeus"
> +LAYERSERIES_COMPAT_meta-initramfs = "thud warrior zeus dunfell"
>
>  SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
>    dracut->virtual/kernel \
> diff --git a/meta-multimedia/conf/layer.conf
> b/meta-multimedia/conf/layer.conf
> index 74dd4a1b03..2d52fb938a 100644
> --- a/meta-multimedia/conf/layer.conf
> +++ b/meta-multimedia/conf/layer.conf
> @@ -31,4 +31,4 @@ LAYERVERSION_multimedia-layer = "1"
>
>  LAYERDEPENDS_multimedia-layer = "core meta-python"
>
> -LAYERSERIES_COMPAT_multimedia-layer = "thud warrior zeus"
> +LAYERSERIES_COMPAT_multimedia-layer = "thud warrior zeus dunfell"
> diff --git a/meta-networking/conf/layer.conf
> b/meta-networking/conf/layer.conf
> index 866bda7558..7bc0702ba7 100644
> --- a/meta-networking/conf/layer.conf
> +++ b/meta-networking/conf/layer.conf
> @@ -17,7 +17,7 @@ LAYERDEPENDS_networking-layer = "core"
>  LAYERDEPENDS_networking-layer += "openembedded-layer"
>  LAYERDEPENDS_networking-layer += "meta-python"
>
> -LAYERSERIES_COMPAT_networking-layer = "thud warrior zeus"
> +LAYERSERIES_COMPAT_networking-layer = "thud warrior zeus dunfell"
>
>  LICENSE_PATH += "${LAYERDIR}/licenses"
>
> diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
> index 652a378f28..434537fd3a 100644
> --- a/meta-oe/conf/layer.conf
> +++ b/meta-oe/conf/layer.conf
> @@ -34,7 +34,7 @@ LAYERVERSION_openembedded-layer = "1"
>
>  LAYERDEPENDS_openembedded-layer = "core"
>
> -LAYERSERIES_COMPAT_openembedded-layer = "thud warrior zeus"
> +LAYERSERIES_COMPAT_openembedded-layer = "thud warrior zeus dunfell"
>
>  LICENSE_PATH += "${LAYERDIR}/licenses"
>
> diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf
> index 2c730e4c75..1361fe0842 100644
> --- a/meta-perl/conf/layer.conf
> +++ b/meta-perl/conf/layer.conf
> @@ -15,4 +15,4 @@ LAYERVERSION_perl-layer = "1"
>
>  LAYERDEPENDS_perl-layer = "core openembedded-layer"
>
> -LAYERSERIES_COMPAT_perl-layer = "thud warrior zeus"
> +LAYERSERIES_COMPAT_perl-layer = "thud warrior zeus dunfell"
> diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf
> index db65943f56..7cfeafe599 100644
> --- a/meta-python/conf/layer.conf
> +++ b/meta-python/conf/layer.conf
> @@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1"
>
>  LAYERDEPENDS_meta-python = "core openembedded-layer"
>
> -LAYERSERIES_COMPAT_meta-python = "thud warrior zeus"
> +LAYERSERIES_COMPAT_meta-python = "thud warrior zeus dunfell"
>
>  LICENSE_PATH += "${LAYERDIR}/licenses"
> diff --git a/meta-webserver/conf/layer.conf
> b/meta-webserver/conf/layer.conf
> index 2c6fad4ac6..24469115e4 100644
> --- a/meta-webserver/conf/layer.conf
> +++ b/meta-webserver/conf/layer.conf
> @@ -17,7 +17,7 @@ LAYERVERSION_webserver = "1"
>
>  LAYERDEPENDS_webserver = "core openembedded-layer"
>
> -LAYERSERIES_COMPAT_webserver = "thud warrior zeus"
> +LAYERSERIES_COMPAT_webserver = "thud warrior zeus dunfell"
>
>  LICENSE_PATH += "${LAYERDIR}/licenses"
>
> diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf
> index 070ea6ac7d..199c69e7b2 100644
> --- a/meta-xfce/conf/layer.conf
> +++ b/meta-xfce/conf/layer.conf
> @@ -19,4 +19,4 @@ LAYERDEPENDS_xfce-layer += "multimedia-layer"
>  LAYERDEPENDS_xfce-layer += "meta-python"
>  LAYERDEPENDS_xfce-layer += "networking-layer"
>
> -LAYERSERIES_COMPAT_xfce-layer = "thud warrior zeus"
> +LAYERSERIES_COMPAT_xfce-layer = "thud warrior zeus dunfell"
> --
> 2.25.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/3] layers: update LAYERSERIES_COMPAT to dunfell
  2020-03-20 15:27   ` Martin Jansa
@ 2020-03-20 15:53     ` akuster808
  0 siblings, 0 replies; 5+ messages in thread
From: akuster808 @ 2020-03-20 15:53 UTC (permalink / raw)
  To: Martin Jansa, Khem Raj; +Cc: openembedded-devel



On 3/20/20 8:27 AM, Martin Jansa wrote:
> Can we drop at least thud and warrior? without e.g. features_check or
> mime-xdg bbclasses from dunfell oe-core some of these layers don't even
> parse, so it might be worth keeping just dunfell (that's what I did for
> meta-qt5 now).
Not to mention the shifting of packages between core and meta-oe.

- armin
>
> On Fri, Mar 20, 2020 at 3:46 PM Khem Raj <raj.khem@gmail.com> wrote:
>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>  meta-filesystems/conf/layer.conf | 2 +-
>>  meta-gnome/conf/layer.conf       | 2 +-
>>  meta-initramfs/conf/layer.conf   | 2 +-
>>  meta-multimedia/conf/layer.conf  | 2 +-
>>  meta-networking/conf/layer.conf  | 2 +-
>>  meta-oe/conf/layer.conf          | 2 +-
>>  meta-perl/conf/layer.conf        | 2 +-
>>  meta-python/conf/layer.conf      | 2 +-
>>  meta-webserver/conf/layer.conf   | 2 +-
>>  meta-xfce/conf/layer.conf        | 2 +-
>>  10 files changed, 10 insertions(+), 10 deletions(-)
>>
>> diff --git a/meta-filesystems/conf/layer.conf
>> b/meta-filesystems/conf/layer.conf
>> index e8bd3628f8..be1635deea 100644
>> --- a/meta-filesystems/conf/layer.conf
>> +++ b/meta-filesystems/conf/layer.conf
>> @@ -15,4 +15,4 @@ LAYERVERSION_filesystems-layer = "1"
>>
>>  LAYERDEPENDS_filesystems-layer = "core openembedded-layer"
>>
>> -LAYERSERIES_COMPAT_filesystems-layer = "thud warrior zeus"
>> +LAYERSERIES_COMPAT_filesystems-layer = "thud warrior zeus dunfell"
>> diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf
>> index d381fdf070..7aa9507eb5 100644
>> --- a/meta-gnome/conf/layer.conf
>> +++ b/meta-gnome/conf/layer.conf
>> @@ -17,4 +17,4 @@ LAYERVERSION_gnome-layer = "1"
>>
>>  LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
>>
>> -LAYERSERIES_COMPAT_gnome-layer = "thud warrior zeus"
>> +LAYERSERIES_COMPAT_gnome-layer = "thud warrior zeus dunfell"
>> diff --git a/meta-initramfs/conf/layer.conf
>> b/meta-initramfs/conf/layer.conf
>> index 93220b1208..634e0883c6 100644
>> --- a/meta-initramfs/conf/layer.conf
>> +++ b/meta-initramfs/conf/layer.conf
>> @@ -16,7 +16,7 @@ BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
>>  BBFILE_PRIORITY_meta-initramfs = "8"
>>  LAYERDEPENDS_meta-initramfs = "core"
>>
>> -LAYERSERIES_COMPAT_meta-initramfs = "thud warrior zeus"
>> +LAYERSERIES_COMPAT_meta-initramfs = "thud warrior zeus dunfell"
>>
>>  SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
>>    dracut->virtual/kernel \
>> diff --git a/meta-multimedia/conf/layer.conf
>> b/meta-multimedia/conf/layer.conf
>> index 74dd4a1b03..2d52fb938a 100644
>> --- a/meta-multimedia/conf/layer.conf
>> +++ b/meta-multimedia/conf/layer.conf
>> @@ -31,4 +31,4 @@ LAYERVERSION_multimedia-layer = "1"
>>
>>  LAYERDEPENDS_multimedia-layer = "core meta-python"
>>
>> -LAYERSERIES_COMPAT_multimedia-layer = "thud warrior zeus"
>> +LAYERSERIES_COMPAT_multimedia-layer = "thud warrior zeus dunfell"
>> diff --git a/meta-networking/conf/layer.conf
>> b/meta-networking/conf/layer.conf
>> index 866bda7558..7bc0702ba7 100644
>> --- a/meta-networking/conf/layer.conf
>> +++ b/meta-networking/conf/layer.conf
>> @@ -17,7 +17,7 @@ LAYERDEPENDS_networking-layer = "core"
>>  LAYERDEPENDS_networking-layer += "openembedded-layer"
>>  LAYERDEPENDS_networking-layer += "meta-python"
>>
>> -LAYERSERIES_COMPAT_networking-layer = "thud warrior zeus"
>> +LAYERSERIES_COMPAT_networking-layer = "thud warrior zeus dunfell"
>>
>>  LICENSE_PATH += "${LAYERDIR}/licenses"
>>
>> diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
>> index 652a378f28..434537fd3a 100644
>> --- a/meta-oe/conf/layer.conf
>> +++ b/meta-oe/conf/layer.conf
>> @@ -34,7 +34,7 @@ LAYERVERSION_openembedded-layer = "1"
>>
>>  LAYERDEPENDS_openembedded-layer = "core"
>>
>> -LAYERSERIES_COMPAT_openembedded-layer = "thud warrior zeus"
>> +LAYERSERIES_COMPAT_openembedded-layer = "thud warrior zeus dunfell"
>>
>>  LICENSE_PATH += "${LAYERDIR}/licenses"
>>
>> diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf
>> index 2c730e4c75..1361fe0842 100644
>> --- a/meta-perl/conf/layer.conf
>> +++ b/meta-perl/conf/layer.conf
>> @@ -15,4 +15,4 @@ LAYERVERSION_perl-layer = "1"
>>
>>  LAYERDEPENDS_perl-layer = "core openembedded-layer"
>>
>> -LAYERSERIES_COMPAT_perl-layer = "thud warrior zeus"
>> +LAYERSERIES_COMPAT_perl-layer = "thud warrior zeus dunfell"
>> diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf
>> index db65943f56..7cfeafe599 100644
>> --- a/meta-python/conf/layer.conf
>> +++ b/meta-python/conf/layer.conf
>> @@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1"
>>
>>  LAYERDEPENDS_meta-python = "core openembedded-layer"
>>
>> -LAYERSERIES_COMPAT_meta-python = "thud warrior zeus"
>> +LAYERSERIES_COMPAT_meta-python = "thud warrior zeus dunfell"
>>
>>  LICENSE_PATH += "${LAYERDIR}/licenses"
>> diff --git a/meta-webserver/conf/layer.conf
>> b/meta-webserver/conf/layer.conf
>> index 2c6fad4ac6..24469115e4 100644
>> --- a/meta-webserver/conf/layer.conf
>> +++ b/meta-webserver/conf/layer.conf
>> @@ -17,7 +17,7 @@ LAYERVERSION_webserver = "1"
>>
>>  LAYERDEPENDS_webserver = "core openembedded-layer"
>>
>> -LAYERSERIES_COMPAT_webserver = "thud warrior zeus"
>> +LAYERSERIES_COMPAT_webserver = "thud warrior zeus dunfell"
>>
>>  LICENSE_PATH += "${LAYERDIR}/licenses"
>>
>> diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf
>> index 070ea6ac7d..199c69e7b2 100644
>> --- a/meta-xfce/conf/layer.conf
>> +++ b/meta-xfce/conf/layer.conf
>> @@ -19,4 +19,4 @@ LAYERDEPENDS_xfce-layer += "multimedia-layer"
>>  LAYERDEPENDS_xfce-layer += "meta-python"
>>  LAYERDEPENDS_xfce-layer += "networking-layer"
>>
>> -LAYERSERIES_COMPAT_xfce-layer = "thud warrior zeus"
>> +LAYERSERIES_COMPAT_xfce-layer = "thud warrior zeus dunfell"
>> --
>> 2.25.2
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-20 15:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-20 14:45 [meta-oe][PATCH 1/3] node: Enable cross-compiling options and disable dtrace and etw Khem Raj
2020-03-20 14:45 ` [meta-oe][PATCH 2/3] safec: Put perl requiring tools into separate package Khem Raj
2020-03-20 14:45 ` [PATCH 3/3] layers: update LAYERSERIES_COMPAT to dunfell Khem Raj
2020-03-20 15:27   ` Martin Jansa
2020-03-20 15:53     ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.