diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-08-16 11:31:53 -0700 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-09-23 05:26:16 -1000 |
| commit | d749d2f33e4c43dd776d3d3c19b922c109250716 (patch) | |
| tree | ce572e67c6f061efa71dd2ee5b32ce3d456b3807 /meta/recipes-core | |
| parent | 8df5830dda8fee072da7ebbfb3066e05d117347d (diff) | |
| download | poky-d749d2f33e4c43dd776d3d3c19b922c109250716.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/meta/build-sysroots.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/build-sysroots.bb b/meta/recipes-core/meta/build-sysroots.bb index ad22a75eb2..72da88921a 100644 --- a/meta/recipes-core/meta/build-sysroots.bb +++ b/meta/recipes-core/meta/build-sysroots.bb | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 2 | LICENSE = "MIT" | 1 | LICENSE = "MIT" |
| 2 | SUMMARY = "Build old style sysroot based on everything in the components directory that matches the current MACHINE" | ||
| 3 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 3 | 4 | ||
| 4 | STANDALONE_SYSROOT = "${STAGING_DIR}/${MACHINE}" | 5 | STANDALONE_SYSROOT = "${STAGING_DIR}/${MACHINE}" |
| 5 | STANDALONE_SYSROOT_NATIVE = "${STAGING_DIR}/${BUILD_ARCH}" | 6 | STANDALONE_SYSROOT_NATIVE = "${STAGING_DIR}/${BUILD_ARCH}" |
