meta-openembedded/meta-oe
Sascha Hauer 30d1eb08b4
signing.bbclass: fix wrong function name
The function signing_import_pubkey_from_pem is defined twice, one of
them should really be named signing_import_pubkey_from_der. Fix this and
while at it fix some argument names in the comments above the functions
as well.

Reported-by: Miklos Toth <Miklos.Toth@knorr-bremse.com>
Fixes: 4a6ac691f ("add signing.bbclass as infrastructure for build artifact signing")
Signed-off-by: Sascha Hauer <sha@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-23 09:17:42 -08:00
..
classes signing.bbclass: fix wrong function name 2024-02-23 09:17:42 -08:00
conf ptest-packagelists-meta-oe: Remove oprofile for rv32/rv64 2024-02-22 07:38:42 -08:00
dynamic-layers nanopb-runtime: Enable shared library 2024-02-10 01:48:01 -08:00
files influxdb: Add missing group to static id 2024-02-17 17:35:24 -08:00
lib/oeqa/selftest/cases syzkaller: add recipe and selftest for syzkaller fuzzing 2022-10-21 09:57:59 -07:00
licenses mimic: Use special rateconv.c license 2022-04-30 09:52:15 -07:00
recipes-benchmark recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
recipes-bsp nvme-cli: upgrade 2.7.1 -> 2.8 2024-02-14 12:59:18 -08:00
recipes-connectivity iwd: update 2.13 -> 2.14 2024-02-19 08:19:21 -08:00
recipes-core meta-oe-image-ptest: add PTESTS_PROBLEMS_META_OE 2024-02-21 21:05:44 -08:00
recipes-crypto recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
recipes-dbs influxdb: Fix /etc files owner 2024-02-17 17:35:23 -08:00
recipes-devtools sip: upgrade 6.8.2 -> 6.8.3 2024-02-20 08:46:30 -08:00
recipes-extended meta-oe: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
recipes-gnome libjcat: upgrade 0.2.0 -> 0.2.1 2024-02-09 09:52:08 -08:00
recipes-graphics libei: upgrade 1.2.0 -> 1.2.1 2024-02-19 23:22:20 -08:00
recipes-kernel kernel-selftest: no longer skip ldflags QA 2024-02-10 01:48:01 -08:00
recipes-multimedia recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
recipes-navigation proj: upgrade 9.3.0 -> 9.3.1 2024-02-09 09:52:12 -08:00
recipes-networking/cyrus-sasl cyrus-sasl: Fix groupname gid change warning 2023-08-05 09:29:56 -07:00
recipes-printing qpdf: upgrade 11.7.0 -> 11.8.0 2024-01-23 11:55:39 -08:00
recipes-security softhsm_2.6.1.bb fixing p11-kit module path, adding softhsm2.module to FILES 2024-01-20 22:15:02 -08:00
recipes-shells mksh: Update to 59c properly 2023-11-07 19:59:58 -08:00
recipes-support unixodbc: fix odbc.pc file generation 2024-02-21 19:59:52 -08:00
recipes-test recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

meta-oe

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git branch: master

luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed packages to fullfit this might have different names on different host distributions e.g. on archlinux based distributions install prerequisites like below

pacman -S lib32-gcc-libs lib32-glibc

Ubuntu sudo apt-get install gcc-multilib linux-libc-dev:i386

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"'

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.

Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, 'git fetch ' 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