mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
kernel.bbclass: remove EXTRA_OEMAKE workaround
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE (From OE-Core rev: de720a8b10de17e613a8fb20d8df2af0b84507d7) Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d5b602c254
commit
a2670159f4
@@ -156,10 +156,6 @@ UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}"
|
|||||||
# Some Linux kernel configurations need additional parameters on the command line
|
# Some Linux kernel configurations need additional parameters on the command line
|
||||||
KERNEL_EXTRA_ARGS ?= ""
|
KERNEL_EXTRA_ARGS ?= ""
|
||||||
|
|
||||||
# For the kernel, we don't want the '-e MAKEFLAGS=' in EXTRA_OEMAKE.
|
|
||||||
# We don't want to override kernel Makefile variables from the environment
|
|
||||||
EXTRA_OEMAKE = ""
|
|
||||||
|
|
||||||
KERNEL_ALT_IMAGETYPE ??= ""
|
KERNEL_ALT_IMAGETYPE ??= ""
|
||||||
|
|
||||||
copy_initramfs() {
|
copy_initramfs() {
|
||||||
|
|||||||
Reference in New Issue
Block a user