Go to file
Changqing Li bcaf917fa6
dracut: set DRACUT_FULL_VERSION to PV
RACUT_FULL_VERSION is conditional assigned in Makefile as below:
DRACUT_FULL_VERSION ?= $(shell env GIT_CEILING_DIRECTORIES=$(CURDIR)/.. git describe --tags --always 2>/dev/null || :)

When build from git shallow tarball, since tag info is not included,
956c087 is returned. This will make dracut version in dracut.pc
different with build from git repo.

Set DRACUT_FULL_VERSION to PV, to improve reproducibility for this
recipe, and also fix the version mismatch warning

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-05-29 21:07:32 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfstests: upgrade to 2025.04.27 2025-05-11 14:18:12 -07:00
meta-gnome libtimezonemap: correct package version 2025-05-29 21:07:31 -07:00
meta-initramfs dracut: set DRACUT_FULL_VERSION to PV 2025-05-29 21:07:32 -07:00
meta-multimedia aom: update 3.7.0 -> 3.12.1 2025-05-27 10:33:02 -07:00
meta-networking wolfssl: Use the return value from unit.test as pass/fail indicator 2025-05-29 08:19:31 -07:00
meta-oe version-check.conf: mute version mismatch warning for dialog 2025-05-29 21:07:31 -07:00
meta-perl liburi-perl: upgrade 5.31 -> 5.32 2025-05-21 07:38:24 -07:00
meta-python python3-pyzstd: Bump upper version of setuptools to > 80 2025-05-25 18:23:58 -07:00
meta-webserver netdata: Enable network during do_compile only when go support is enabled 2025-05-14 08:37:28 -07:00
meta-xfce xfce4 update HOMEPAGEs 2025-05-21 07:38:23 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
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