diff options
author | Dorinda <dorindabassey@gmail.com> | 2021-03-03 03:01:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-06 22:39:04 +0000 |
commit | 85289a31077b307eed163af7baac62dd537df4c7 (patch) | |
tree | 912a28186b87df92dd66473bd6b62b2869fc79e3 /meta-skeleton/recipes-baremetal | |
parent | e711fe63dc24da9d2ebdef4c5a8eef89be0448d4 (diff) | |
download | poky-85289a31077b307eed163af7baac62dd537df4c7.tar.gz |
meta-skeleton: Add HOMEPAGE / DESCRIPTION
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage
[YOCTO #13471]
(From OE-Core rev: 89d8f20353bacb089bc18833d3ff032b525613ee)
Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton/recipes-baremetal')
-rw-r--r-- | meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb b/meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb index 946a12d0a5..ee945c1ff0 100644 --- a/meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb +++ b/meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | SUMMARY = "Baremetal examples to work with the several QEMU architectures supported on OpenEmbedded" | 1 | SUMMARY = "Baremetal examples to work with the several QEMU architectures supported on OpenEmbedded" |
2 | HOMEPAGE = "https://github.com/aehs29/baremetal-helloqemu" | 2 | HOMEPAGE = "https://github.com/aehs29/baremetal-helloqemu" |
3 | DESCRIPTION = "These are introductory examples to showcase the use of QEMU to run baremetal applications." | ||
3 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=39346640a23c701e4f459e05f56f4449" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=39346640a23c701e4f459e05f56f4449" |
5 | 6 | ||