Go to file
Changqing Li 20b8ac86a1
libtracefs: support reproducible builds
[snip of Makefile]
 # bison will create both sqlhist.tab.c and sqlhist.tab.h
sqlhist.tab.h:
sqlhist.tab.c: sqlhist.y sqlhist.tab.h
    bison --debug -v --report-file=bison.report -d -o $@ $<
[snip]

sources of libtracefs is fetched by git, the mtime of sqlhist.y,
sqlhist.tab.c is random. so sometimes, sqlhist.tab.c is regenerated,
sometimes, sqlhist.tab.c in original sources in used. bison used to
gernerate sqlhist.tab.c by upstream libtracefs maybe has different
version with the build host one. This make the final libtracefs.so not
reproducible. This fix touch sqlhist.tab.c to make it has the newest
mtime, and sqlhist.tab.c is not regenerated during build.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-11-20 02:01:29 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfsprogs: support reproducible builds 2025-11-18 08:23:47 -08:00
meta-gnome gnome-remote-desktop: remove obsolete patch 2025-11-19 09:48:22 -08:00
meta-initramfs ubi-utils-klibc: Upgrade 2.0.2 -> 2.3.0 2025-11-04 16:52:47 -08:00
meta-multimedia fluidsynth: update 2.4.5 -> 2.4.8 2025-10-31 08:55:36 -07:00
meta-networking python-scapy: Ignore failing ptests 2025-11-20 00:34:05 -08:00
meta-oe libtracefs: support reproducible builds 2025-11-20 02:01:29 -08:00
meta-perl libhtml-tagset-perl: Fix failing ptests 2025-11-19 07:45:40 -08:00
meta-python python3-parsimonious: Add ptest support 2025-11-19 14:03:48 -08:00
meta-webserver swagger-ui: upgrade 5.30.0 -> 5.30.2 2025-11-11 10:19:44 -08:00
meta-xfce xfce4-screenshooter: Add gtk-layer-shell to depends with wayland 2025-11-18 08:17:56 -08:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories