mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-10 16:10:13 +00:00
linux-raspberrypi: Drop CONFIG_OABI_COMPAT completely
There's no reason to support the old, outdated ARM OABI when upstream linux-raspberrypi doesn't support this by default. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
2c7eab2d0d
commit
693f36dded
@@ -32,9 +32,6 @@ CMDLINE_append += ' ${@oe.utils.conditional("DISABLE_RPI_BOOT_LOGO", "1", "logo.
|
|||||||
CMDLINE_DEBUG ?= ""
|
CMDLINE_DEBUG ?= ""
|
||||||
CMDLINE_append = " ${CMDLINE_DEBUG}"
|
CMDLINE_append = " ${CMDLINE_DEBUG}"
|
||||||
|
|
||||||
# Enable OABI compat for people stuck with obsolete userspace
|
|
||||||
ARM_KEEP_OABI ?= "1"
|
|
||||||
|
|
||||||
KERNEL_INITRAMFS ?= '${@oe.utils.conditional("INITRAMFS_IMAGE_BUNDLE", "1", "1", "", d)}'
|
KERNEL_INITRAMFS ?= '${@oe.utils.conditional("INITRAMFS_IMAGE_BUNDLE", "1", "1", "", d)}'
|
||||||
|
|
||||||
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "stmpe-ts", "", d)}"
|
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "stmpe-ts", "", d)}"
|
||||||
@@ -98,11 +95,6 @@ do_configure_prepend() {
|
|||||||
mv -f ${B}/.config ${B}/.config.patched
|
mv -f ${B}/.config ${B}/.config.patched
|
||||||
CONF_SED_SCRIPT=""
|
CONF_SED_SCRIPT=""
|
||||||
|
|
||||||
# oabi / eabi support
|
|
||||||
if [ "${ARM_KEEP_OABI}" = "1" ] ; then
|
|
||||||
kernel_configure_variable OABI_COMPAT y
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Localversion
|
# Localversion
|
||||||
kernel_configure_variable LOCALVERSION "\"\""
|
kernel_configure_variable LOCALVERSION "\"\""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user