siemens / meta-iot2000

SIMATIC IOT2000 Yocto Board Support Package
Other
127 stars 85 forks source link

Chao/dunfell update #176

Closed AsuraZeng closed 2 years ago

BaochengSu commented 2 years ago

Missed this one:

diff --git a/meta-iot2000-example/conf/distro/poky-iot2000.conf b/meta-iot2000-example/conf/distro/poky-iot2000.conf
index 166d61d..bffcf33 100644
--- a/meta-iot2000-example/conf/distro/poky-iot2000.conf
+++ b/meta-iot2000-example/conf/distro/poky-iot2000.conf
@@ -2,7 +2,7 @@ require conf/distro/poky.conf

 DISTRO = "poky-iot2000"
 DISTRO_NAME = "IOT2000 Example Image"
-DISTRO_VERSION = "V3.1.1"
+DISTRO_VERSION = "V3.1.17"

 BINDINGS_pn-mraa = "python nodejs"
BaochengSu commented 2 years ago

Otherwise LGTM.

AsuraZeng commented 2 years ago

@jan-kiszka Please provide your comments, thanks a lot

jan-kiszka commented 2 years ago

Looks good otherwise. Did you have to massage the ported nodejs patches in any way, or did they just apply?

BaochengSu commented 2 years ago

Did you have to massage the ported nodejs patches in any way, or did they just apply?

The nodejs patch is from openSUSE 15.4. When doing last release, I aligned the nodejs version to the same one OpenSUSE is using, see c893f3d19dfaad03d9a7a0e7f49f2637f6f66526. So the patches just apply.