meta-openembedded/meta-oe
Changqing Li 7bb2862899
nodejs: don't always disable io_uring
The original idea was always disable io_uring to avoid follwing failure
even when UV_USE_IO_URING is set to true, refer [1][2]:
     0608:                    try:
 *** 0609:                        update_hash(" %10s" % pwd.getpwuid(s.st_uid).pw_name)
     0610:                        update_hash(" %10s" % grp.getgrgid(s.st_gid).gr_name)
     0611:                    except KeyError as e:
     0612:                        msg = ("KeyError: %s\nPath %s is owned by uid %d, gid %d, which doesn't match "
     0613:                            "any user/group on target. This may be due to host contamination." %
Exception: Exception: KeyError: 'getpwuid(): uid not found: 20561'

But since 20.11.1, for fix CVE-2024-22017, io_uring is disabled by
default, refer [3]. So maybe patch
0001-deps-disable-io_uring-support-in-libuv.patch is not needed.

For case UV_USE_IO_URING is set to true, user can fix above failure
by "chown root:root -R ${D}" in do_install.

[1] https://lists.openembedded.org/g/openembedded-devel/message/105583
[2] https://bugzilla.yoctoproject.org/show_bug.cgi?id=15244
[3] 686da19abb
[4] https://nvd.nist.gov/vuln/detail/CVE-2024-22017

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-11 23:32:35 -07:00
..
classes signing.bbclass: fix typos 2024-03-05 15:09:24 -08:00
conf microsoft-gsl: add new recipe including ptest 2024-03-27 18:10:41 -07:00
dynamic-layers thingsboard-gateway: upgrade 3.4.5 -> 3.4.6 2024-04-02 11:28:55 -07:00
files influxdb: Add missing group to static id 2024-02-17 17:35:24 -08:00
lib/oeqa/selftest/cases
licenses
recipes-benchmark fio: Upgrade to 3.36+git 2024-03-25 18:52:52 -07:00
recipes-bsp i2cdev: Include libgen.h on musl 2024-03-25 18:52:52 -07:00
recipes-connectivity libtorrent-rasterbar: add initial recipe for 2.0.10 2024-04-11 23:32:35 -07:00
recipes-core uutils-coreutils: upgrade 0.0.24 -> 0.0.25 2024-04-02 17:54:03 -07:00
recipes-crypto cryptsetup: upgrade 2.7.0 -> 2.7.1 2024-03-10 21:54:07 -07:00
recipes-dbs rocksdb: fix build error for multilib 2024-04-07 08:30:16 -07:00
recipes-devtools nodejs: don't always disable io_uring 2024-04-11 23:32:35 -07:00
recipes-extended highway,libjxl: Remove -mfp16-format=ieee when using clang compiler 2024-04-03 11:23:41 -07:00
recipes-gnome gtkmm4: add x11 to REQUIRED_DISTRO_FEATURES 2024-03-29 17:00:26 -07:00
recipes-graphics lvgl: Set resolution prior to buffer 2024-04-02 17:54:04 -07:00
recipes-kernel recipes: Drop remaining PR values from recipes 2024-03-17 13:10:10 -07:00
recipes-multimedia libmad: switch links/SRC_URI to https sites 2024-04-09 13:56:27 -07:00
recipes-navigation geoclue: enable demo agent 2024-03-18 15:42:49 -07: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 audit: upgrade 4.0 -> 4.0.1 2024-03-22 09:05:47 -07:00
recipes-shells dash: correct licence 2024-04-06 10:03:36 -07:00
recipes-support libnice: Update to 0.1.22 2024-04-09 16:38:42 -07:00
recipes-test remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH 2024-03-09 10:55:23 -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