meta-openembedded/meta-oe
Alexandre Truong 0b96a041fa
iniparser: use SHA hash for srcrev
A tag was previously passed which needs a network access to identify the
exact SRCREV (SHA1). This network access breaks mirror testing and is
generaly not considered a good practice. See errors at [0].
Thus, a full SHA hash is being passed. Please have a look at [1]
for further information on the use of SRCREV.

[0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/156/builds/374/steps/17/logs/stdio
[1]: https://docs.yoctoproject.org/ref-manual/variables.html?#term-SRCREV

Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-29 20:57:55 -07:00
..
classes Add class for appending dm-verity hash data to block device images 2024-04-23 15:18:30 -07:00
conf layers: stop declaring compatibility with scarthgap 2024-05-28 09:34:02 -07:00
dynamic-layers thingsboard-gateway: upgrade 3.4.6 -> 3.5 2024-05-28 09:34:36 -07: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
recipes-benchmark recipes: Switch away from S = WORKDIR 2024-05-23 08:44:44 -07:00
recipes-bsp recipes: Switch away from S = WORKDIR 2024-05-23 08:44:44 -07:00
recipes-connectivity libwebsockets: remove STAGING_LIBDIR with / 2024-05-24 14:31:08 -07:00
recipes-core packagegroup-meta-oe: fix lvgl inclusion 2024-05-23 16:17:11 -07:00
recipes-crypto cryptsetup: upgrade 2.7.1 -> 2.7.2 2024-04-17 23:47:23 -07:00
recipes-dbs recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
recipes-devtools android-tools: fix adb/libssl-1.1 patch 2024-05-29 20:57:55 -07:00
recipes-extended redis: upgrade 7.2.4 -> 7.2.5 2024-05-28 09:34:36 -07:00
recipes-gnome recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
recipes-graphics xterm: upgrade 391 -> 392 2024-05-28 09:34:36 -07:00
recipes-kernel recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
recipes-multimedia libass: upgrade 0.17.1 -> 0.17.2 2024-05-28 09:34:30 -07:00
recipes-navigation recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
recipes-networking/cyrus-sasl recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
recipes-printing qpdf: upgrade 11.7.0 -> 11.8.0 2024-01-23 11:55:39 -08:00
recipes-security recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
recipes-shells tcsh: upgrade 6.24.11 -> 6.24.12 2024-04-17 23:47:29 -07:00
recipes-support iniparser: use SHA hash for srcrev 2024-05-29 20:57:55 -07:00
recipes-test recipes: Switch away from S = WORKDIR 2024-05-23 08:44:44 -07: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