From f8f0023e347f79892d6f0465303d8d54dae8b31b Mon Sep 17 00:00:00 2001 From: anjana Date: Wed, 24 Jun 2026 11:27:09 +0000 Subject: [PATCH 1/2] Updated SRC_REV for dab-adapter to include all the fixes Signed-off-by: anjana --- conf/machine/include/package_revisions.inc | 2 +- recipes-thirdparty/dab-adapter/dab-adapter_0.7.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/package_revisions.inc b/conf/machine/include/package_revisions.inc index 7c5c863..1861cd7 100644 --- a/conf/machine/include/package_revisions.inc +++ b/conf/machine/include/package_revisions.inc @@ -11,7 +11,7 @@ PACKAGE_ARCH:pn-residentui = "${APP_LAYER_ARCH}" PV:pn-dab-adapter = "0.7.0" PR:pn-dab-adapter = "r0" -SRCREV:pn-dab-adapter = "f471731d405f8683702b3cfb947064e6e397f2e9" +SRCREV:pn-dab-adapter = "c157b545c31922fe7bb356bbfb39b4a3c955ceba" PACKAGE_ARCH:pn-dab-adapter = "${APP_LAYER_ARCH}" # mosquitto version is determined by the meta-openembedded layer version diff --git a/recipes-thirdparty/dab-adapter/dab-adapter_0.7.0.bb b/recipes-thirdparty/dab-adapter/dab-adapter_0.7.0.bb index 80d0265..42e3c16 100644 --- a/recipes-thirdparty/dab-adapter/dab-adapter_0.7.0.bb +++ b/recipes-thirdparty/dab-adapter/dab-adapter_0.7.0.bb @@ -8,7 +8,7 @@ inherit cargo # how to get dab-adapter could be as easy as but default to a git checkout: # SRC_URI += "crate://crates.io/dab-adapter/0.6.0" SRC_URI += "git://github.com/device-automation-bus/dab-adapter-rs.git;protocol=https;nobranch=1;branch=v0.7.0" -SRCREV = "f471731d405f8683702b3cfb947064e6e397f2e9" +SRCREV = "c157b545c31922fe7bb356bbfb39b4a3c955ceba" S = "${WORKDIR}/git" CARGO_SRC_DIR = "" PV:append = ".AUTOINC+f471731d40" From 3cd73e1dddcad15ceb80d494ff636a88cc61fdf1 Mon Sep 17 00:00:00 2001 From: akp735 <133736067+akp735@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:01:14 +0530 Subject: [PATCH 2/2] Update dab-adapter_0.7.0.bb --- recipes-thirdparty/dab-adapter/dab-adapter_0.7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-thirdparty/dab-adapter/dab-adapter_0.7.0.bb b/recipes-thirdparty/dab-adapter/dab-adapter_0.7.0.bb index 42e3c16..7b51b45 100644 --- a/recipes-thirdparty/dab-adapter/dab-adapter_0.7.0.bb +++ b/recipes-thirdparty/dab-adapter/dab-adapter_0.7.0.bb @@ -11,7 +11,7 @@ SRC_URI += "git://github.com/device-automation-bus/dab-adapter-rs.git;protocol=h SRCREV = "c157b545c31922fe7bb356bbfb39b4a3c955ceba" S = "${WORKDIR}/git" CARGO_SRC_DIR = "" -PV:append = ".AUTOINC+f471731d40" +PV:append = ".AUTOINC+c157b545c3" # please note if you have entries that do not begin with crate:// # you must change them to how that package can be fetched