From 693f36dded2f29fd77720f7b2e7c88ea76554466 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Mon, 16 Apr 2018 20:44:00 +0000 Subject: 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 --- recipes-kernel/linux/linux-raspberrypi.inc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 73d4d62..b7873d3 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc @@ -32,9 +32,6 @@ CMDLINE_append += ' ${@oe.utils.conditional("DISABLE_RPI_BOOT_LOGO", "1", "logo. 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_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 CONF_SED_SCRIPT="" - # oabi / eabi support - if [ "${ARM_KEEP_OABI}" = "1" ] ; then - kernel_configure_variable OABI_COMPAT y - fi - # Localversion kernel_configure_variable LOCALVERSION "\"\"" -- cgit v1.2.3-54-g00ecf