diff options
author | Paul Barker <pbarker@toganlabs.com> | 2018-04-16 20:44:00 +0000 |
---|---|---|
committer | Paul Barker <pbarker@toganlabs.com> | 2018-04-20 17:40:24 +0000 |
commit | cb48fdd25a2797863a832068bf8855a770480181 (patch) | |
tree | 89f4da4b9a44d6c01ddab40b30df1b66153b72a1 | |
parent | 461bd4c8b1b0a7ce15d8aae3523138a0d20de6b8 (diff) | |
download | meta-raspberrypi-pbarker/for-master.tar.gz |
linux-raspberrypi: Drop CONFIG_OABI_COMPAT completelypbarker/for-master
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>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 8 |
1 files changed, 0 insertions, 8 deletions
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. | |||
32 | CMDLINE_DEBUG ?= "" | 32 | CMDLINE_DEBUG ?= "" |
33 | CMDLINE_append = " ${CMDLINE_DEBUG}" | 33 | CMDLINE_append = " ${CMDLINE_DEBUG}" |
34 | 34 | ||
35 | # Enable OABI compat for people stuck with obsolete userspace | ||
36 | ARM_KEEP_OABI ?= "1" | ||
37 | |||
38 | KERNEL_INITRAMFS ?= '${@oe.utils.conditional("INITRAMFS_IMAGE_BUNDLE", "1", "1", "", d)}' | 35 | KERNEL_INITRAMFS ?= '${@oe.utils.conditional("INITRAMFS_IMAGE_BUNDLE", "1", "1", "", d)}' |
39 | 36 | ||
40 | KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "stmpe-ts", "", d)}" | 37 | KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "stmpe-ts", "", d)}" |
@@ -98,11 +95,6 @@ do_configure_prepend() { | |||
98 | mv -f ${B}/.config ${B}/.config.patched | 95 | mv -f ${B}/.config ${B}/.config.patched |
99 | CONF_SED_SCRIPT="" | 96 | CONF_SED_SCRIPT="" |
100 | 97 | ||
101 | # oabi / eabi support | ||
102 | if [ "${ARM_KEEP_OABI}" = "1" ] ; then | ||
103 | kernel_configure_variable OABI_COMPAT y | ||
104 | fi | ||
105 | |||
106 | # Localversion | 98 | # Localversion |
107 | kernel_configure_variable LOCALVERSION "\"\"" | 99 | kernel_configure_variable LOCALVERSION "\"\"" |
108 | 100 | ||