diff options
| -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 | ||
