]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.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)
committerSteve Sakoman <steve@sakoman.com>
Mon, 20 Feb 2023 15:51:44 +0000 (05:51 -1000)
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>
(cherry picked from commit 0d79d4883f924cef0d0ba361506ad75d441b9721)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb

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