Message ID | 20250813063904.3141303-1-chee.yang.lee@intel.com |
---|---|
State | New |
Headers | show |
Series | [meta-zephyr,1/2] layer.conf: Update to whinlatter release series | expand |
On 8/13/25 08:39, Lee Chee Yang via lists.yoctoproject.org wrote: > From: Lee Chee Yang <chee.yang.lee@intel.com> > > Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> > --- > meta-zephyr-bsp/conf/layer.conf | 2 +- > meta-zephyr-core/conf/layer.conf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-zephyr-bsp/conf/layer.conf b/meta-zephyr-bsp/conf/layer.conf > index 60a0a80..52d9938 100644 > --- a/meta-zephyr-bsp/conf/layer.conf > +++ b/meta-zephyr-bsp/conf/layer.conf > @@ -15,4 +15,4 @@ LAYERVERSION_zephyrbsp = "1" > > LAYERDEPENDS_zephyrbsp = "zephyrcore core meta-python" > > -LAYERSERIES_COMPAT_zephyrbsp = "scarthgap styhead walnascar" > +LAYERSERIES_COMPAT_zephyrbsp = "scarthgap whinlatter" > diff --git a/meta-zephyr-core/conf/layer.conf b/meta-zephyr-core/conf/layer.conf > index 3482c6f..11a5bbd 100644 > --- a/meta-zephyr-core/conf/layer.conf > +++ b/meta-zephyr-core/conf/layer.conf > @@ -15,7 +15,7 @@ LAYERVERSION_zephyrcore = "1" > > LAYERDEPENDS_zephyrcore = "core meta-python" > > -LAYERSERIES_COMPAT_zephyrcore = "scarthgap styhead walnascar" > +LAYERSERIES_COMPAT_zephyrcore = "scarthgap whinlatter" The second patch in this series (S/UNPACKDIR fix) makes the core layer incompatible with Scarthgap, should be Whinlatter only. > > PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages" >
On 8/13/2025 2:00 AM, Gyorgy Sarvari via lists.yoctoproject.org wrote: > On 8/13/25 08:39, Lee Chee Yang via lists.yoctoproject.org wrote: >> From: Lee Chee Yang <chee.yang.lee@intel.com> >> >> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> >> --- >> meta-zephyr-bsp/conf/layer.conf | 2 +- >> meta-zephyr-core/conf/layer.conf | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/meta-zephyr-bsp/conf/layer.conf b/meta-zephyr-bsp/conf/layer.conf >> index 60a0a80..52d9938 100644 >> --- a/meta-zephyr-bsp/conf/layer.conf >> +++ b/meta-zephyr-bsp/conf/layer.conf >> @@ -15,4 +15,4 @@ LAYERVERSION_zephyrbsp = "1" >> >> LAYERDEPENDS_zephyrbsp = "zephyrcore core meta-python" >> >> -LAYERSERIES_COMPAT_zephyrbsp = "scarthgap styhead walnascar" >> +LAYERSERIES_COMPAT_zephyrbsp = "scarthgap whinlatter" >> diff --git a/meta-zephyr-core/conf/layer.conf b/meta-zephyr-core/conf/layer.conf >> index 3482c6f..11a5bbd 100644 >> --- a/meta-zephyr-core/conf/layer.conf >> +++ b/meta-zephyr-core/conf/layer.conf >> @@ -15,7 +15,7 @@ LAYERVERSION_zephyrcore = "1" >> >> LAYERDEPENDS_zephyrcore = "core meta-python" >> >> -LAYERSERIES_COMPAT_zephyrcore = "scarthgap styhead walnascar" >> +LAYERSERIES_COMPAT_zephyrcore = "scarthgap whinlatter" > The second patch in this series (S/UNPACKDIR fix) makes the core layer > incompatible with Scarthgap, should be Whinlatter only. [Sandeep]: +1, UNPACKDIR variable is not available in scarthgap, Chee Yang, I've already staged these patches in my master work along with the scarthgap patches which I sent. I can send the patches or you can push your patches to master then I will rebase with other patches. Either way works for me. > >> >> PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages" >> > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#1981): https://lists.yoctoproject.org/g/yocto-patches/message/1981 > Mute This Topic: https://lists.yoctoproject.org/mt/114679802/3619217 > Group Owner: yocto-patches+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/14411013/3619217/657730681/xyzzy [sandeep.gundlupet-raju@amd.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta-zephyr-bsp/conf/layer.conf b/meta-zephyr-bsp/conf/layer.conf index 60a0a80..52d9938 100644 --- a/meta-zephyr-bsp/conf/layer.conf +++ b/meta-zephyr-bsp/conf/layer.conf @@ -15,4 +15,4 @@ LAYERVERSION_zephyrbsp = "1" LAYERDEPENDS_zephyrbsp = "zephyrcore core meta-python" -LAYERSERIES_COMPAT_zephyrbsp = "scarthgap styhead walnascar" +LAYERSERIES_COMPAT_zephyrbsp = "scarthgap whinlatter" diff --git a/meta-zephyr-core/conf/layer.conf b/meta-zephyr-core/conf/layer.conf index 3482c6f..11a5bbd 100644 --- a/meta-zephyr-core/conf/layer.conf +++ b/meta-zephyr-core/conf/layer.conf @@ -15,7 +15,7 @@ LAYERVERSION_zephyrcore = "1" LAYERDEPENDS_zephyrcore = "core meta-python" -LAYERSERIES_COMPAT_zephyrcore = "scarthgap styhead walnascar" +LAYERSERIES_COMPAT_zephyrcore = "scarthgap whinlatter" PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages"