From 4f943fd455a37ff4663e25730c353247f2d9e49f Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 12 May 2015 12:29:17 +0300 Subject: Remove old kernel recipes for am335x-evm and beagleboard Upstream meta-ti has removed these kernel version, so the bbappend files need to go as well. Both am335x-evm and beagleboard are not officially supported devices, so the kernel config changes needed to the new kernel will be done only if requested. Change-Id: Ic3d8e1cc7fcdf30875c3ed3667a09e96817e0e45 Reviewed-by: Andy Nichols --- .../recipes/linux/linux-am335x-psp_3.2.bbappend | 40 --------------------- .../recipes/linux/linux-mainline_3.2.bbappend | 42 ---------------------- 2 files changed, 82 deletions(-) delete mode 100644 meta-ti-extras/recipes/linux/linux-am335x-psp_3.2.bbappend delete mode 100644 meta-ti-extras/recipes/linux/linux-mainline_3.2.bbappend diff --git a/meta-ti-extras/recipes/linux/linux-am335x-psp_3.2.bbappend b/meta-ti-extras/recipes/linux/linux-am335x-psp_3.2.bbappend deleted file mode 100644 index 0b4beff..0000000 --- a/meta-ti-extras/recipes/linux/linux-am335x-psp_3.2.bbappend +++ /dev/null @@ -1,40 +0,0 @@ -############################################################################# -## -## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). -## -## This file is part of the Qt Enterprise Embedded Scripts of the Qt -## framework. -## -## $QT_BEGIN_LICENSE$ -## Commercial License Usage Only -## Licensees holding valid commercial Qt license agreements with Digia -## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, -## may use this file in accordance with the terms contained in said license -## agreement. -## -## For further information use the contact form at -## http://www.qt.io/contact-us. -## -## -## $QT_END_LICENSE$ -## -############################################################################# - -do_configure_append() { - # FunctionFS for adb - echo "CONFIG_USB_LIBCOMPOSITE=y" >> ${S}/.config - echo "CONFIG_USB_FUNCTIONFS=m" >> ${S}/.config - echo "CONFIG_USB_FUNCTIONFS_ETH=n" >> ${S}/.config - echo "CONFIG_USB_FUNCTIONFS_RNDIS=n" >> ${S}/.config - echo "CONFIG_USB_FUNCTIONFS_GENERIC=y" >> ${S}/.config - - echo "CONFIG_DEVTMPFS=y" >> ${S}/.config - - # Enable USB serial support - echo "CONFIG_USB_SERIAL=m" >> ${S}/.config - echo "CONFIG_USB_SERIAL_GENERIC=y" >> ${S}/.config - echo "CONFIG_USB_SERIAL_FTDI_SIO=m" >> ${S}/.config - echo "CONFIG_USB_SERIAL_PL2303=m" >> ${S}/.config - - yes '' | oe_runmake oldconfig -} diff --git a/meta-ti-extras/recipes/linux/linux-mainline_3.2.bbappend b/meta-ti-extras/recipes/linux/linux-mainline_3.2.bbappend deleted file mode 100644 index 502edf1..0000000 --- a/meta-ti-extras/recipes/linux/linux-mainline_3.2.bbappend +++ /dev/null @@ -1,42 +0,0 @@ -############################################################################# -## -## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). -## -## This file is part of the Qt Enterprise Embedded Scripts of the Qt -## framework. -## -## $QT_BEGIN_LICENSE$ -## Commercial License Usage Only -## Licensees holding valid commercial Qt license agreements with Digia -## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, -## may use this file in accordance with the terms contained in said license -## agreement. -## -## For further information use the contact form at -## http://www.qt.io/contact-us. -## -## -## $QT_END_LICENSE$ -## -############################################################################# - -do_configure_prepend() { - # Builtin network driver, so networking is initialized correctly during boot - echo "CONFIG_USB_NET_SMSC95XX=y" >> ${WORKDIR}/defconfig - - # FunctionFS for adb - echo "CONFIG_USB_FUNCTIONFS_ETH=n" >> ${WORKDIR}/defconfig - echo "CONFIG_USB_FUNCTIONFS_RNDIS=n" >> ${WORKDIR}/defconfig - echo "CONFIG_USB_FUNCTIONFS_GENERIC=y" >> ${WORKDIR}/defconfig - - # Enable USB serial support - echo "CONFIG_USB_SERIAL=m" >> ${WORKDIR}/defconfig - echo "CONFIG_USB_SERIAL_GENERIC=y" >> ${WORKDIR}/defconfig - echo "CONFIG_USB_SERIAL_FTDI_SIO=m" >> ${WORKDIR}/defconfig - echo "CONFIG_USB_SERIAL_PL2303=m" >> ${WORKDIR}/defconfig - - # Remove beagleboard logo - if [ -e ${WORKDIR}/${LOGO_SIZE}/logo_linux_clut224.ppm ]; then - rm ${WORKDIR}/${LOGO_SIZE}/logo_linux_clut224.ppm - fi -} -- cgit v1.2.3-54-g00ecf