diff options
author | Meh Mbeh Ida Delphine <idadelm@gmail.com> | 2021-03-02 11:07:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-18 21:20:24 +0000 |
commit | 04b8c911c1c0e6daf01bc7744043b782b7e6e1f9 (patch) | |
tree | 76816acf8c3c8a638584b54d0a685dcc0f4f7fa7 /meta/recipes-sato/images | |
parent | afc8d49fcd45415f489bc37c31b8a400489b8242 (diff) | |
download | poky-04b8c911c1c0e6daf01bc7744043b782b7e6e1f9.tar.gz |
recipes-sato: Add missing HOMEPAGE and DESCRIPTION for recipes
Fixes: [YOCTO #13471]
(From OE-Core rev: bee215c7d3b2759635f6e3a8e5c385ad95e9330e)
Signed-off-by: Ida Delphine <idadelm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dad63dcd37948388a7a1ffe7f9af187306295d5a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/images')
5 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-sato/images/core-image-sato-dev.bb b/meta/recipes-sato/images/core-image-sato-dev.bb index 7fa69d0997..f45a83273c 100644 --- a/meta/recipes-sato/images/core-image-sato-dev.bb +++ b/meta/recipes-sato/images/core-image-sato-dev.bb | |||
@@ -3,5 +3,6 @@ require core-image-sato.bb | |||
3 | DESCRIPTION = "Image with Sato for development work. It includes everything \ | 3 | DESCRIPTION = "Image with Sato for development work. It includes everything \ |
4 | within core-image-sato plus a native toolchain, application development and \ | 4 | within core-image-sato plus a native toolchain, application development and \ |
5 | testing libraries, profiling and debug symbols." | 5 | testing libraries, profiling and debug symbols." |
6 | HOMEPAGE = "https://www.yoctoproject.org/" | ||
6 | 7 | ||
7 | IMAGE_FEATURES += "dev-pkgs" | 8 | IMAGE_FEATURES += "dev-pkgs" |
diff --git a/meta/recipes-sato/images/core-image-sato-ptest-fast.bb b/meta/recipes-sato/images/core-image-sato-ptest-fast.bb index 4f08d6eb64..d37ad00cf8 100644 --- a/meta/recipes-sato/images/core-image-sato-ptest-fast.bb +++ b/meta/recipes-sato/images/core-image-sato-ptest-fast.bb | |||
@@ -7,6 +7,7 @@ require conf/distro/include/ptest-packagelists.inc | |||
7 | IMAGE_INSTALL += "${PTESTS_FAST}" | 7 | IMAGE_INSTALL += "${PTESTS_FAST}" |
8 | 8 | ||
9 | DESCRIPTION += "Also includes ptest packages with fast execution times to allow for more automated QA." | 9 | DESCRIPTION += "Also includes ptest packages with fast execution times to allow for more automated QA." |
10 | HOMEPAGE = "https://www.yoctoproject.org/" | ||
10 | 11 | ||
11 | # This image is sufficiently large (~1.8GB) that it can't actually fit in a live | 12 | # This image is sufficiently large (~1.8GB) that it can't actually fit in a live |
12 | # image (which has a 4GB limit), so nullify the overhead factor (1.3x out of the | 13 | # image (which has a 4GB limit), so nullify the overhead factor (1.3x out of the |
diff --git a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb index 4d59c9536b..eea89a5d6c 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | |||
@@ -5,6 +5,7 @@ require core-image-sato-sdk.bb | |||
5 | require conf/distro/include/ptest-packagelists.inc | 5 | require conf/distro/include/ptest-packagelists.inc |
6 | 6 | ||
7 | DESCRIPTION += "Also includes ptest packages." | 7 | DESCRIPTION += "Also includes ptest packages." |
8 | HOMEPAGE = "https://www.yoctoproject.org/" | ||
8 | 9 | ||
9 | PROVIDES += "core-image-sato-ptest" | 10 | PROVIDES += "core-image-sato-ptest" |
10 | 11 | ||
diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index d7cc52b52b..b52de0def0 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb | |||
@@ -3,6 +3,7 @@ require core-image-sato.bb | |||
3 | DESCRIPTION = "Image with Sato support that includes everything within \ | 3 | DESCRIPTION = "Image with Sato support that includes everything within \ |
4 | core-image-sato plus meta-toolchain, development headers and libraries to \ | 4 | core-image-sato plus meta-toolchain, development headers and libraries to \ |
5 | form a standalone SDK." | 5 | form a standalone SDK." |
6 | HOMEPAGE = "https://www.yoctoproject.org/" | ||
6 | 7 | ||
7 | IMAGE_FEATURES += "dev-pkgs tools-sdk \ | 8 | IMAGE_FEATURES += "dev-pkgs tools-sdk \ |
8 | tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" | 9 | tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" |
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index 673106eb6d..e50b24a476 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "Image with Sato, a mobile environment and visual style for \ | 1 | DESCRIPTION = "Image with Sato, a mobile environment and visual style for \ |
2 | mobile devices. The image supports X11 with a Sato theme, Pimlico \ | 2 | mobile devices. The image supports X11 with a Sato theme, Pimlico \ |
3 | applications, and contains terminal, editor, and file manager." | 3 | applications, and contains terminal, editor, and file manager." |
4 | HOMEPAGE = "https://www.yoctoproject.org/" | ||
4 | 5 | ||
5 | IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear hwcodecs" | 6 | IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear hwcodecs" |
6 | 7 | ||