Compare commits

...

3 Commits

Author SHA1 Message Date
ahmed sassi
4a2e26d349 test: libamxb: unit-test: Improve wait-for functionality (PPW-522)
Integrates:

- 9beefa4: ("unit-test: Improve wait-for functionality (PPW-522)", 2025-05-15)
- 820d324: ("wait-for: Improve wait-for functionality (PPW-522)", 2025-05-15)
- 3e3407c: ("libamxb: Incorrect update of lookup cache (PPW-522)", 2025-05-12)

References: PPW-522

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-06-18 12:03:49 +00:00
ahmed sassi
9e34ec37d1 test: : amxb_ubus: Can not find mapped objects using amxb_be_who_has_ex (PPW-522)
Integrates:

- 146d3ac: ("amxb_ubus: Can not find mapped objects using amxb_be_who_has_ex (PPW-522)", 2025-05-11)

References: PPW-522

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-06-18 12:03:49 +00:00
ahmed sassi
3a7729a872 test: : mod-ba-cli: object lookup improvement: Object lookup should always be done using full object path (PPW-522)
Integrates:

- ac96f38: ("mod-ba-cli: object lookup improvement: Object lookup should always be done using full object path (PPW-522)", 2025-05-11)

References:PPW-522

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-06-18 12:03:49 +00:00
3 changed files with 18 additions and 15 deletions

View File

@@ -3,13 +3,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxb
PKG_VERSION:=v4.12.3
PKG_VERSION:=dev_PPW-522
SHORT_DESCRIPTION:=Bus agnostic C API (mediator)
PKG_SOURCE:=libamxb-v4.12.3.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxb/-/archive/v4.12.3
PKG_HASH:=89c9ddef59427a3351e5d0bacb1ef8560fdc71c6562a1dacf3f1183726282920
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxb-v4.12.3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=dev_PPW-522
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxb.git
PKG_MIRROR_HASH:=skip
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE

View File

@@ -3,13 +3,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mod-amxb-ubus
PKG_VERSION:=v3.9.1
PKG_VERSION:=dev_PPW-522
SHORT_DESCRIPTION:=Ubus Backend
PKG_SOURCE:=amxb_ubus-v3.9.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus/-/archive/v3.9.1
PKG_HASH:=4f3d01e6533b9bac8130a506fddfc10de4001d8050410cd69716e68c46621de0
PKG_BUILD_DIR:=$(BUILD_DIR)/amxb_ubus-v3.9.1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=dev_PPW-522
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus.git
PKG_MIRROR_HASH:=skip
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE

View File

@@ -3,13 +3,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mod-ba-cli
PKG_VERSION:=v0.14.1
PKG_VERSION:=dev_PPW-522
SHORT_DESCRIPTION:=Bus Agnostic Command Line Interface
PKG_SOURCE:=mod-ba-cli-v0.14.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amx_cli/mod-ba-cli/-/archive/v0.14.1
PKG_HASH:=58d879a6cbfa9af84fa5e4eb31f179f20426478ed1882f92e3bed033dcd2647f
PKG_BUILD_DIR:=$(BUILD_DIR)/mod-ba-cli-v0.14.1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=dev_PPW-522
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amx_cli/mod-ba-cli.git
PKG_MIRROR_HASH:=skip
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE