meta-openembedded/meta-oe
Wang Mingyu 25c2aa2773
poke: upgrade 4.1 -> 4.2
Changelog:
=============
* Bug fixes
  - Handle 'strdup' error correctly in mmap IO device.
  - Exclude unnamed fields when traversing struct types.  Fixes bug 31836.
  - Replace 'strtok' with 'strtok_r' in pkl-ast.
  - Fix the compiler to not accept invalid use of 'break'/'continue'
    statements.
  - Fix the compiler to emit the correct code for valid 'break'/'continue'
    statements in more unconventional cases.
  - Fix 'iogetb' to always produce a bit offset due to signature of
    'iobias' function.
  - Fix 'pkl_loc_to_source' to handle compilation from buffer correctly.
  - Fix use of 'assert' function in parser.
* Improvements
  - Diagnostics for invalid casts has been improved.
  - Improve diagnostics of '.ios' command.
* Build system update
  - Handle execution errors for 'pokefmt' tests.
* Pickles update
  - 'diff_structured' function in 'diff' pickle has been fixed to detect
    "simple types" correctly (types that have value semantics instead of
    reference semantics).
* Documentation update
  - Update reference manual to use '.vm disa' as short name for
    '.vm disassemble' instead of '.vm dis'.
* Internal changes
  - Internal machinery for compiler builtins has been removed.  These were
    no longer necessary.
* Jitter update
  - Update jitter submodule to incorporate a fix for 'configure' portability
    issue on some old systems.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-15 16:36:12 -07:00
..
classes Add class for appending dm-verity hash data to block device images 2024-04-23 15:18:30 -07:00
conf libee: remove recipe since libee is obsolete 2024-06-27 09:19:06 -07:00
dynamic-layers thingsboard-gateway: upgrade 3.5 -> 3.5.1 2024-06-27 09:19:06 -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 recipes: ignore various issues fatal with gcc-14 2024-07-08 08:42:43 -07:00
recipes-bsp bolt: package systemd_system_unitdir correctly 2024-07-09 08:51:11 -07:00
recipes-connectivity recipes: ignore various issues fatal with gcc-14 2024-07-08 08:42:43 -07:00
recipes-core opencl-clhpp: add native and nativesdk 2024-07-14 12:06:21 -07:00
recipes-crypto botan: upgrade 3.4.0 -> 3.5.0 2024-07-15 16:36:10 -07:00
recipes-dbs influxdb: Update CVE status for CVE-2019-10329 2024-06-28 11:22:03 -07:00
recipes-devtools poke: upgrade 4.1 -> 4.2 2024-07-15 16:36:12 -07:00
recipes-extended recipes: ignore various issues fatal with gcc-14 2024-07-08 08:42:43 -07:00
recipes-gnome recipes: set S to fix the QA warning 2024-06-21 21:45:10 -07:00
recipes-graphics imlib2: upgrade 1.12.2 -> 1.12.3 2024-07-15 16:36:11 -07:00
recipes-kernel libbpf: upgrade 1.4.3 -> 1.4.5 2024-07-15 16:36:11 -07:00
recipes-multimedia libass: upgrade 0.17.2 -> 0.17.3 2024-07-15 16:36:11 -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.9.0 -> 11.9.1 2024-06-27 09:19:05 -07:00
recipes-security usbguard: upgrade 1.1.2 -> 1.1.3 2024-06-11 15:40:17 -07:00
recipes-shells tcsh: upgrade 6.24.11 -> 6.24.12 2024-04-17 23:47:29 -07:00
recipes-support nano: upgrade 8.0 -> 8.1 2024-07-15 16:36:12 -07:00
recipes-test trompeloeil: new recipe 2024-06-14 10:23:13 -07:00
COPYING.MIT
README.md

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