Message ID | 20250811194646.3408854-5-sandeep.gundlupet-raju@amd.com |
---|---|
State | New |
Headers | show |
Series | Update for scarthgap release | expand |
I think this patch could be merged with 3/13, otherwise PREFERRED_VERSION_zephyr-kernel wouldn't be defined between these revisions, and bisecting could susprise people. On 8/11/25 21:46, Sandeep Gundlupet Raju via lists.yoctoproject.org wrote: > Set default stable PREFERRED_VERSION for kernel and sdk. > > Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> > --- > meta-zephyr-core/conf/layer.conf | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/meta-zephyr-core/conf/layer.conf b/meta-zephyr-core/conf/layer.conf > index e1bb263..e355b3f 100644 > --- a/meta-zephyr-core/conf/layer.conf > +++ b/meta-zephyr-core/conf/layer.conf > @@ -20,3 +20,7 @@ LAYERSERIES_COMPAT_zephyrcore = "kirkstone scarthgap" > PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages" > > addpylib ${LAYERDIR}/lib oeqa > + > +# Default to a stable version > +PREFERRED_VERSION_zephyr-kernel ??= "3.6.0" > +PREFERRED_VERSION_zephyr-sdk ??= "0.16.9"
On 8/12/2025 2:41 AM, Gyorgy Sarvari via lists.yoctoproject.org wrote: > I think this patch could be merged with 3/13, > otherwise PREFERRED_VERSION_zephyr-kernel wouldn't be defined between > these revisions, and bisecting could susprise people. [Sandeep]: Agreed it will be easy for bisecting. I'll get it fixed in next version of patch set. > > On 8/11/25 21:46, Sandeep Gundlupet Raju via lists.yoctoproject.org wrote: >> Set default stable PREFERRED_VERSION for kernel and sdk. >> >> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> >> --- >> meta-zephyr-core/conf/layer.conf | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/meta-zephyr-core/conf/layer.conf b/meta-zephyr-core/conf/layer.conf >> index e1bb263..e355b3f 100644 >> --- a/meta-zephyr-core/conf/layer.conf >> +++ b/meta-zephyr-core/conf/layer.conf >> @@ -20,3 +20,7 @@ LAYERSERIES_COMPAT_zephyrcore = "kirkstone scarthgap" >> PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages" >> >> addpylib ${LAYERDIR}/lib oeqa >> + >> +# Default to a stable version >> +PREFERRED_VERSION_zephyr-kernel ??= "3.6.0" >> +PREFERRED_VERSION_zephyr-sdk ??= "0.16.9" > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#1957): https://lists.yoctoproject.org/g/yocto-patches/message/1957 > Mute This Topic: https://lists.yoctoproject.org/mt/114654174/8188369 > Group Owner: yocto-patches+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/14211927/8188369/518048116/xyzzy [santraju@amd.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta-zephyr-core/conf/layer.conf b/meta-zephyr-core/conf/layer.conf index e1bb263..e355b3f 100644 --- a/meta-zephyr-core/conf/layer.conf +++ b/meta-zephyr-core/conf/layer.conf @@ -20,3 +20,7 @@ LAYERSERIES_COMPAT_zephyrcore = "kirkstone scarthgap" PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages" addpylib ${LAYERDIR}/lib oeqa + +# Default to a stable version +PREFERRED_VERSION_zephyr-kernel ??= "3.6.0" +PREFERRED_VERSION_zephyr-sdk ??= "0.16.9"
Set default stable PREFERRED_VERSION for kernel and sdk. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> --- meta-zephyr-core/conf/layer.conf | 4 ++++ 1 file changed, 4 insertions(+)