diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-07-14 03:58:12 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-07-14 03:58:14 +0200 |
commit | 316c8de5215a8769d695876113e43a06a4289476 (patch) | |
tree | c36fb2b698dff13cd033d922786ef4e4bae7f46f | |
parent | af8d2de7f4f2922b2d99f9985724726e74e47101 (diff) |
Adapt basesystem image to the packagegroup changes
This brings the image up-to-date with the recent changes.
Bug-AGL: SPEC-4813
Change-Id: I99769ef011ba8d6c6ae3e9e2f6b65172797feb9d
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-oem-production-readiness/meta-agl-basesystem/recipes-platform/images/agl-image-boot-basesystem.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-platform/images/agl-image-boot-basesystem.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-platform/images/agl-image-boot-basesystem.bb index 5d12cc7d..1557c5a6 100644 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-platform/images/agl-image-boot-basesystem.bb +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-platform/images/agl-image-boot-basesystem.bb @@ -1,6 +1,6 @@ SUMMARY = "An AGL small image just capable of allowing a device to boot." -require recipes-platform/images/agl-image-boot.inc +require recipes-platform/images/agl-image-boot.bb LICENSE = "MIT" |