All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Maupin, Chase" <chase.maupin@ti.com>
To: Denys Dmytriyenko <denis@denix.org>,
	"meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>
Subject: Re: [PATCH v2 2/2] linux-ti-staging: add baseport, connectivity, ipc and systest config fragments
Date: Thu, 1 May 2014 14:20:50 +0000	[thread overview]
Message-ID: <7D46E86EC0A8354091174257B2FED1015CFE80EB@DLEE11.ent.ti.com> (raw)
In-Reply-To: <1398469261-32287-2-git-send-email-denis@denix.org>

Reviewed-by: Chase Maupin <chase.maupin@ti.com>

>-----Original Message-----
>From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>bounces@yoctoproject.org] On Behalf Of Denys Dmytriyenko
>Sent: Friday, April 25, 2014 4:41 PM
>To: meta-ti@yoctoproject.org
>Subject: [meta-ti] [PATCH v2 2/2] linux-ti-staging: add baseport,
>connectivity, ipc and systest config fragments
>
>From: Denys Dmytriyenko <denys@ti.com>
>
>Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>---
>v2 - Use .cfg extension for config fragment files to match linux-
>yocto
>
> recipes-kernel/linux/linux-ti-staging/baseport.cfg   |  8
>++++++++
> .../linux/linux-ti-staging/connectivity.cfg          | 14
>++++++++++++++
> recipes-kernel/linux/linux-ti-staging/ipc.cfg        | 18
>++++++++++++++++++
> recipes-kernel/linux/linux-ti-staging/systest.cfg    | 20
>++++++++++++++++++++
> recipes-kernel/linux/linux-ti-staging_3.12.bb        |  8
>+++++++-
> 5 files changed, 67 insertions(+), 1 deletion(-)
> create mode 100644 recipes-kernel/linux/linux-ti-
>staging/baseport.cfg
> create mode 100644 recipes-kernel/linux/linux-ti-
>staging/connectivity.cfg
> create mode 100644 recipes-kernel/linux/linux-ti-staging/ipc.cfg
> create mode 100644 recipes-kernel/linux/linux-ti-
>staging/systest.cfg
>
>diff --git a/recipes-kernel/linux/linux-ti-staging/baseport.cfg
>b/recipes-kernel/linux/linux-ti-staging/baseport.cfg
>new file mode 100644
>index 0000000..8dc24af
>--- /dev/null
>+++ b/recipes-kernel/linux/linux-ti-staging/baseport.cfg
>@@ -0,0 +1,8 @@
>+##################################################
>+# Baseport Config Options
>+##################################################
>+CONFIG_CRYPTO_HW=y
>+CONFIG_CRYPTO_DEV_OMAP_AES=y
>+CONFIG_CRYPTO_DEV_OMAP_SHAM=y
>+CONFIG_CRYPTO_TEST=m
>+CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=n
>diff --git a/recipes-kernel/linux/linux-ti-
>staging/connectivity.cfg b/recipes-kernel/linux/linux-ti-
>staging/connectivity.cfg
>new file mode 100644
>index 0000000..bf18dae
>--- /dev/null
>+++ b/recipes-kernel/linux/linux-ti-staging/connectivity.cfg
>@@ -0,0 +1,14 @@
>+##################################################
>+# Connectivity Configs
>+##################################################
>+CONFIG_MTD_NAND_OMAP_BCH=y
>+CONFIG_MTD_TESTS=m
>+CONFIG_SPI_SPIDEV=y
>+CONFIG_USB_TEST=m
>+CONFIG_USB_ACM=y
>+CONFIG_USB_SERIAL_PL2303=y
>+CONFIG_USB_PRINTER=y
>+CONFIG_USB_NET_AX8817X=y
>+CONFIG_USB_G_MULTI=m
>+CONFIG_USB_G_MULTI_RNDIS=y
>+CONFIG_USB_G_MULTI_CDC=y
>diff --git a/recipes-kernel/linux/linux-ti-staging/ipc.cfg
>b/recipes-kernel/linux/linux-ti-staging/ipc.cfg
>new file mode 100644
>index 0000000..645dfdf
>--- /dev/null
>+++ b/recipes-kernel/linux/linux-ti-staging/ipc.cfg
>@@ -0,0 +1,18 @@
>+##################################################
>+# IPC config options
>+##################################################
>+CONFIG_IOMMU_API=y
>+CONFIG_IOMMU_SUPPORT=y
>+CONFIG_OF_IOMMU=y
>+CONFIG_OMAP_IOMMU=y
>+CONFIG_OMAP_IOVMM=y
>+CONFIG_OMAP_IOMMU_DEBUG=y
>+CONFIG_VIRTIO=m
>+CONFIG_RPMSG=m
>+CONFIG_RPMSG_RPC=m
>+CONFIG_REMOTEPROC=m
>+CONFIG_OMAP_REMOTEPROC=m
>+CONFIG_OMAP_REMOTEPROC_IPU=y
>+CONFIG_OMAP_REMOTEPROC_DSP=y
>+CONFIG_OMAP_REMOTEPROC_IPU1=y
>+CONFIG_OMAP_REMOTEPROC_DSP2=y
>diff --git a/recipes-kernel/linux/linux-ti-staging/systest.cfg
>b/recipes-kernel/linux/linux-ti-staging/systest.cfg
>new file mode 100644
>index 0000000..e21602f
>--- /dev/null
>+++ b/recipes-kernel/linux/linux-ti-staging/systest.cfg
>@@ -0,0 +1,20 @@
>+##################################################
>+# Systest config options
>+##################################################
>+CONFIG_DEBUG_SPINLOCK=y
>+CONFIG_DEBUG_MUTEXES=y
>+CONFIG_DEBUG_KMEMLEAK=y
>+CONFIG_DEVKMEM=y
>+CONFIG_HAVE_DEBUG_KMEMLEAK=y
>+CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=400
>+CONFIG_DEBUG_KMEMLEAK_TEST=n
>+CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=n
>+CONFIG_DEBUG_LOCK_ALLOC=y
>+CONFIG_DEBUG_INFO=y
>+CONFIG_DEBUG_FS=y
>+CONFIG_DEBUG_KERNEL=y
>+CONFIG_PM_DEBUG=y
>+CONFIG_DEBUG_GPIO=y
>+CONFIG_USB_DEBUG=y
>+CONFIG_SND_DEBUG=y
>+CONFIG_RTC_DEBUG=y
>diff --git a/recipes-kernel/linux/linux-ti-staging_3.12.bb
>b/recipes-kernel/linux/linux-ti-staging_3.12.bb
>index 96be621..32d5d92 100644
>--- a/recipes-kernel/linux/linux-ti-staging_3.12.bb
>+++ b/recipes-kernel/linux/linux-ti-staging_3.12.bb
>@@ -40,11 +40,17 @@ SRCREV =
>"f0d4672333685697320f4907d5b4d3919121c299"
> PV = "3.12.17"
>
> # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause
>a rebuild
>-MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
>+MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
> PR = "${MACHINE_KERNEL_PR}"
>
>+KERNEL_CONFIG_FRAGMENTS = "baseport.cfg connectivity.cfg ipc.cfg
>systest.cfg"
>+
> SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-
>kernel.git;protocol=git;branch=${BRANCH} \
>            file://defconfig \
>+           file://baseport.cfg \
>+           file://connectivity.cfg \
>+           file://ipc.cfg \
>+           file://systest.cfg \
>           "
>
> # Disable SMP in defconfig on single-core platforms to reduce
>overhead
>--
>1.9.2
>
>--
>_______________________________________________
>meta-ti mailing list
>meta-ti@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/meta-ti


  reply	other threads:[~2014-05-01 14:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-25 23:41 [PATCH v2 1/2] setup-defconfig.inc: implement config fragments by using in-kernel script Denys Dmytriyenko
2014-04-25 23:41 ` [PATCH v2 2/2] linux-ti-staging: add baseport, connectivity, ipc and systest config fragments Denys Dmytriyenko
2014-05-01 14:20   ` Maupin, Chase [this message]
2014-05-01 14:20 ` [PATCH v2 1/2] setup-defconfig.inc: implement config fragments by using in-kernel script Maupin, Chase

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7D46E86EC0A8354091174257B2FED1015CFE80EB@DLEE11.ent.ti.com \
    --to=chase.maupin@ti.com \
    --cc=denis@denix.org \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.