[oe] [PATCH] layers: Update layer compatibility to thud

Khem Raj raj.khem at gmail.com
Wed Sep 26 05:22:13 UTC 2018


On Tue, Sep 25, 2018 at 10:20 PM akuster808 <akuster808 at gmail.com> wrote:
>
>
>
> On 09/25/2018 09:14 PM, Khem Raj wrote:
> > Signed-off-by: Khem Raj <raj.khem at gmail.com>
> > Cc: Andreas Müller <schnitzeltony at googlemail.com>
> > Cc: Derek Straka <derek at asterius.io>
> > Cc: Tim Orling <TicoTimo at gmail.com>
> > Cc: Hongxu Jia <hongxu.jia at windriver.com>
> > Cc: Armin Kuster <akuster808 at gmail.com>
> > Cc: Joe MacDonald <joe_macdonald at mentor.com>
> > Cc: Andrea Adami <andrea.adami at 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-networking/recipes-support/netperf/netperf_git.bb | 2 +-
> >  meta-oe/conf/layer.conf                                | 2 +-
> >  meta-oe/recipes-dbs/mongodb/mongodb_git.bb             | 7 +++----
> Hang on, the mongodb nor the netperf have anything to do 'thud'.
>
> what are those changes for?
>

thanks for pointing it out. They are not meant
to be part here. I will send a v2

> >  meta-perl/conf/layer.conf                              | 2 +-
> >  meta-python/conf/layer.conf                            | 2 +-
> >  meta-webserver/conf/layer.conf                         | 2 +-
> >  meta-xfce/conf/layer.conf                              | 2 +-
> >  12 files changed, 14 insertions(+), 15 deletions(-)
> >
> > diff --git a/meta-filesystems/conf/layer.conf b/meta-filesystems/conf/layer.conf
> > index dbcff42d44..002f099760 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 = "sumo"
> > +LAYERSERIES_COMPAT_filesystems-layer = "thud"
> > diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf
> > index e6e9532b41..e9d0785b1d 100644
> > --- a/meta-gnome/conf/layer.conf
> > +++ b/meta-gnome/conf/layer.conf
> > @@ -14,7 +14,7 @@ LAYERVERSION_gnome-layer = "1"
> >
> >  LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
> >
> > -LAYERSERIES_COMPAT_gnome-layer = "sumo"
> > +LAYERSERIES_COMPAT_gnome-layer = "thud"
> >
> >  # Sanity check for meta-gnome layer.
> >  # Setting SKIP_META_GNOME_SANITY_CHECK to "1" would skip the bbappend files check.
> > diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf
> > index 97afc9374e..bd92ddfbc2 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 = "sumo"
> > +LAYERSERIES_COMPAT_meta-initramfs = "thud"
> >
> >  SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
> >    dracut->virtual/kernel \
> > diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf
> > index cfedf2f6b6..e2a7701c33 100644
> > --- a/meta-multimedia/conf/layer.conf
> > +++ b/meta-multimedia/conf/layer.conf
> > @@ -29,4 +29,4 @@ LAYERVERSION_multimedia-layer = "1"
> >
> >  LAYERDEPENDS_multimedia-layer = "core"
> >
> > -LAYERSERIES_COMPAT_multimedia-layer = "sumo"
> > +LAYERSERIES_COMPAT_multimedia-layer = "thud"
> > diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
> > index e594b7b957..d36ff5bf95 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 = "sumo"
> > +LAYERSERIES_COMPAT_networking-layer = "thud"
> >
> >  LICENSE_PATH += "${LAYERDIR}/licenses"
> >
> > diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb
> > index f0e0f9cf1f..b6c8027b87 100644
> > --- a/meta-networking/recipes-support/netperf/netperf_git.bb
> > +++ b/meta-networking/recipes-support/netperf/netperf_git.bb
> > @@ -13,7 +13,7 @@ SRC_URI="git://github.com/HewlettPackard/netperf.git \
> >           file://vfork.patch \
> >           file://init"
> >
> > -SRCREV = "f482bab49fcedee46fc5b755da127f608325cd13"
> > +SRCREV = "bcb868bde7f0203bbab69609f65d4088ba7398db"
> >
> >  S = "${WORKDIR}/git"
> >
> > diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
> > index 1a43575304..64c888d51d 100644
> > --- a/meta-oe/conf/layer.conf
> > +++ b/meta-oe/conf/layer.conf
> > @@ -29,7 +29,7 @@ LAYERVERSION_openembedded-layer = "1"
> >
> >  LAYERDEPENDS_openembedded-layer = "core"
> >
> > -LAYERSERIES_COMPAT_openembedded-layer = "sumo"
> > +LAYERSERIES_COMPAT_openembedded-layer = "thud"
> >
> >  LICENSE_PATH += "${LAYERDIR}/licenses"
> >
> > diff --git a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
> > index bcb15e6c5b..dae1125265 100644
> > --- a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
> > +++ b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
> > @@ -10,9 +10,9 @@ DEPENDS = "openssl libpcre libpcap zlib boost curl python \
> >
> >  inherit scons dos2unix siteinfo pythonnative
> >
> > -PV = "4.0.1+git${SRCPV}"
> > -#v4.0.1
> > -SRCREV = "54f1582fc6eb01de4d4c42f26fc133e623f065fb"
> > +PV = "4.0.2+git${SRCPV}"
> > +#v4.0.2
> > +SRCREV = "fc1573ba18aee42f97a3bb13b67af7d837826b47"
> >  SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.0 \
> >             file://0001-Tell-scons-to-use-build-settings-from-environment-va.patch \
> >             file://0001-Use-long-long-instead-of-int64_t.patch \
> > @@ -20,7 +20,6 @@ SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.0 \
> >             file://0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch \
> >             file://arm64-support.patch \
> >             file://0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch \
> > -           file://disable-hw-crc32-on-arm64-s390x.patch \
> >             file://0001-Support-deprecated-resolver-functions.patch \
> >             "
> >  SRC_URI_append_libc-musl ="\
> > diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf
> > index ece6dd05eb..b2bb379105 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 = "sumo"
> > +LAYERSERIES_COMPAT_perl-layer = "thud"
> > diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf
> > index 7089071faf..321d51bee7 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 = "sumo"
> > +LAYERSERIES_COMPAT_meta-python = "thud"
> >
> >  LICENSE_PATH += "${LAYERDIR}/licenses"
> > diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf
> > index f205ef23b1..aaa3a95c4f 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 = "sumo"
> > +LAYERSERIES_COMPAT_webserver = "thud"
> >
> >  LICENSE_PATH += "${LAYERDIR}/licenses"
> >
> > diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf
> > index bee8e70441..f5f44d64bc 100644
> > --- a/meta-xfce/conf/layer.conf
> > +++ b/meta-xfce/conf/layer.conf
> > @@ -18,7 +18,7 @@ LAYERDEPENDS_xfce-layer += "gnome-layer"
> >  LAYERDEPENDS_xfce-layer += "multimedia-layer"
> >  LAYERDEPENDS_xfce-layer += "meta-python"
> >
> > -LAYERSERIES_COMPAT_xfce-layer = "sumo"
> > +LAYERSERIES_COMPAT_xfce-layer = "thud"
> >
> >  SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
> >    xfce4-session->machine-host \
>



More information about the Openembedded-devel mailing list