aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-09-26 13:10:50 -0700
committerArmin Kuster <akuster808@gmail.com>2021-09-26 13:10:50 -0700
commit772ceff2f3b6d737a9230e179d413e9ffb7a9c4c (patch)
treee7dbfb4fb8d3f619f986870e05b8094f3198f8fc /meta-oe
parentcff8331f9625b2a9f1ffefef4519763b410eb33c (diff)
downloadmeta-openembedded-contrib-772ceff2f3b6d737a9230e179d413e9ffb7a9c4c.tar.gz
README: updated Maintainers list for Honister
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/0001-cmocka-add-recipe.patch34
-rw-r--r--meta-oe/README6
2 files changed, 37 insertions, 3 deletions
diff --git a/meta-oe/0001-cmocka-add-recipe.patch b/meta-oe/0001-cmocka-add-recipe.patch
new file mode 100644
index 0000000000..c772ab411d
--- /dev/null
+++ b/meta-oe/0001-cmocka-add-recipe.patch
@@ -0,0 +1,34 @@
+From f708fe6948977ee2cebc092085774d33eacf23fd Mon Sep 17 00:00:00 2001
+From: Armin Kuster <akuster808@gmail.com>
+Date: Thu, 24 Sep 2020 13:54:44 -0700
+Subject: [PATCH] cmocka: add recipe
+
+Signed-off-by: Armin Kuster <akuster808@gmail.com>
+---
+ meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+ create mode 100644 meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb
+
+diff --git a/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb b/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb
+new file mode 100644
+index 0000000000..a2d84025f1
+--- /dev/null
++++ b/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb
+@@ -0,0 +1,14 @@
++DESCRIPTION = "cmocka is an elegant unit testing framework for C with support for mock \
++objects. It only requires the standard C library, works on a range of computing \
++platforms (including embedded) and with different compilers."
++HOMEPAGE = "https://cmocka.org/"
++
++LICENSE = "Apache-2.0"
++LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
++
++SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git"
++SRCREV = "56eb3a183fc222120f86d0c54fd033992c30135e"
++
++S = "${WORKDIR}/git"
++
++inherit cmake ptest
+--
+2.17.1
+
diff --git a/meta-oe/README b/meta-oe/README
index 98f671d7c2..4f8b55fd29 100644
--- a/meta-oe/README
+++ b/meta-oe/README
@@ -4,7 +4,7 @@ meta-oe
This layer depends on:
URI: git://github.com/openembedded/openembedded-core.git
-branch: master
+branch: honister
revision: HEAD
luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit
@@ -20,7 +20,7 @@ sudo apt-get install gcc-multilib
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'
When sending single patches, please use something like:
-'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"'
+'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][honister][PATCH"'
You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded
to share your patches, this is preferred for patch sets consisting of more than one patch.
@@ -29,4 +29,4 @@ Other services like GitLab, repo.or.cz or self-hosted setups are of course accep
'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
to use, has been proven to be reliable and has a really good web GUI.
-layer maintainer: Khem Raj <raj.khem@gmail.com>
+Stable Branch maintainer: Armin Kuster <akuster808@gmail.com>