meta-agl-ic-container: update for meta-agl-core changes 97/28997/2
authorScott Murray <scott.murray@konsulko.com>
Tue, 6 Jun 2023 20:44:20 +0000 (16:44 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 12 Jun 2023 11:10:21 +0000 (11:10 +0000)
Changes:
- Pull in image .bb files instead of .inc files.
- Remove IMAGE_LINGUAS definitions, as they were the same as the
  default value in meta-agl-core.
- Replace some :append usage with += to avoid creating problems
  for downstream users.

Bug-AGL: SPEC-4813

Change-Id: I78a865057c9679fa7dd010ee8f99ee6424ecfb40
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
meta-agl-ic-container/recipes-platform/images/guest-image-minimal.bb
meta-agl-ic-container/recipes-platform/images/lxc-host-image-minimal.bb

index 5e2025a..ca53456 100644 (file)
@@ -1,12 +1,10 @@
-SUMMARY = "A minimal container guest image"
-
-require recipes-platform/images/agl-image-boot.inc
+require recipes-platform/images/agl-image-boot.bb
 
-IMAGE_LINGUAS = " "
+SUMMARY = "A minimal container guest image"
 
 IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}"
 
-IMAGE_INSTALL:append = " \
+IMAGE_INSTALL += " \
     packagegroup-agl-ic-core \
     packagegroup-agl-container-feature-logging-guest \
 "
index 305d1dd..59f36a5 100644 (file)
@@ -1,6 +1,6 @@
-SUMMARY = "A minimal container host image"
+require recipes-platform/images/agl-image-boot.bb
 
-require recipes-platform/images/agl-image-boot.inc
+SUMMARY = "A minimal container host image"
 
 IMAGE_INSTALL += " \
     kernel-image \
@@ -11,8 +11,6 @@ IMAGE_INSTALL += " \
 
 CONTAINER_IMAGES ??= ""
 
-IMAGE_LINGUAS ?= " "
-
 NO_RECOMMENDATIONS = "1"
 
 IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}"