]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
make-mod-scripts: Ensure kernel build output is deterministic
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Jan 2023 09:52:17 +0000 (09:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 Jan 2023 10:50:39 +0000 (10:50 +0000)
The definitions in linux-kernel-base are needed to ensure the generated headers
are consistent. This was a small step that was missing from the previous
changes to linux-kernel-base as both kernel-devsrc and make-mod-scripts
need this information defined consistently.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb

index 9afd6714f0d55c2904b8d8afbd77b61a814214e9..38282e58f1027a534258cd8108686e5849fa6f57 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "https://www.yoctoproject.org/"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
 
-inherit kernel-arch
+inherit kernel-arch linux-kernel-base
 inherit pkgconfig
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"