@@ -13,7 +13,7 @@ inherit image_uuid
inherit read-only-rootfs
SWU_SIGNED ?= "1"
-
+SWU_HW_COMPAT ?= "cip-core-1.0"
IMAGE_INSTALL += " swupdate"
IMAGE_INSTALL:remove:sid = "swupdate"
@@ -14,7 +14,7 @@ inherit dpkg-raw
SRC_URI = "file://swupdate.cfg \
file://hwrevision.tmpl"
-MACHINE_HW_VERSION ??= ""
+MACHINE_HW_VERSION ??= "cip-core-1.0"
TEMPLATE_FILES += "hwrevision.tmpl"
TEMPLATE_VARS += "MACHINE MACHINE_HW_VERSION"
@@ -34,9 +34,6 @@ DEPENDS += "${@bb.utils.contains('DEB_BUILD_PROFILES', 'mtd', 'mtd-utils', '', d
DEB_BUILD_PROFILES += "${@'pkg.swupdate.nosigning' if not d.getVar('SWU_SIGNED') == '1' else ''}"
-# deactivate hardware compability for simple a/b rootfs update
-DEB_BUILD_PROFILES += "pkg.swupdate.nohwcompat"
-
# add cross build and deactivate testing for arm based builds
DEB_BUILD_PROFILES += "cross nocheck"