build-sysroots: Add SUMMARY field

Fixes build QA warning about [missing-metadata]

(From OE-Core rev: 29fe45fe8857f72705183a87b4e85a3723900a78)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4f4c7130f11c069ab18c374dcbfb1276ef37be60)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Khem Raj
2023-08-16 11:31:53 -07:00
committed by Steve Sakoman
parent 8df5830dda
commit d749d2f33e

View File

@@ -1,5 +1,6 @@
INHIBIT_DEFAULT_DEPS = "1"
LICENSE = "MIT"
SUMMARY = "Build old style sysroot based on everything in the components directory that matches the current MACHINE"
INHIBIT_DEFAULT_DEPS = "1"
STANDALONE_SYSROOT = "${STAGING_DIR}/${MACHINE}"
STANDALONE_SYSROOT_NATIVE = "${STAGING_DIR}/${BUILD_ARCH}"