All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] sitara-linux-ti-staging
@ 2015-01-14 20:56 Franklin S. Cooper Jr
  2015-01-14 20:56 ` [PATCH 1/3] arago-source-ipk: Add sitara-linux-ti-staging Franklin S. Cooper Jr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-14 20:56 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

These patches are dependent on the patch "sitara-linux-ti-staging: Create recipe
for Sitara 3.14 kernel tree" being comitted to meta-ti daisy/master.

Franklin S. Cooper Jr (3):
  arago-source-ipk: Add sitara-linux-ti-staging
  sitara-linux-ti-staging: Add append to insure kernel sources are
    packaged
  branding-amsdk: Set preferred provider to point to
    sitara-linux-ti-staging

 .../conf/distro/arago-source-ipk.conf              |    5 +++++
 .../conf/distro/include/branding-amsdk.inc         |    3 +++
 ...ppend => sitara-linux-ti-staging_3.14.bbappend} |    2 +-
 3 files changed, 9 insertions(+), 1 deletion(-)
 copy meta-arago-distro/recipes-kernel/linux/{linux-ti-staging_3.12.bbappend => sitara-linux-ti-staging_3.14.bbappend} (90%)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/3] arago-source-ipk: Add sitara-linux-ti-staging
  2015-01-14 20:56 [PATCH 0/3] sitara-linux-ti-staging Franklin S. Cooper Jr
@ 2015-01-14 20:56 ` Franklin S. Cooper Jr
  2015-01-14 20:56 ` [PATCH 2/3] sitara-linux-ti-staging: Add append to insure kernel sources are packaged Franklin S. Cooper Jr
  2015-01-14 20:56 ` [PATCH 3/3] branding-amsdk: Set preferred provider to point to sitara-linux-ti-staging Franklin S. Cooper Jr
  2 siblings, 0 replies; 4+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-14 20:56 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../conf/distro/arago-source-ipk.conf              |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-distro/conf/distro/arago-source-ipk.conf
index f6e1da7..5159dbb 100644
--- a/meta-arago-distro/conf/distro/arago-source-ipk.conf
+++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf
@@ -154,6 +154,11 @@ SRCIPK_PACKAGE_ARCH_pn-linux-ti-staging = "${MACHINE_ARCH}"
 SRCIPK_PRESERVE_GIT_pn-linux-ti-staging = "true"
 SRCIPK_SHALLOW_CLONE_pn-linux-ti-staging = "true"
 
+CREATE_SRCIPK_pn-sitara-linux-ti-staging = "1"
+SRCIPK_INSTALL_DIR_pn-sitara-linux-ti-staging = "board-support/linux-${PV}${KERNEL_LOCALVERSION}"
+SRCIPK_PACKAGE_ARCH_pn-sitara-linux-ti-staging = "${MACHINE_ARCH}"
+SRCIPK_PRESERVE_GIT_pn-sitara-linux-ti-staging = "true"
+
 CREATE_SRCIPK_pn-linux-keystone = "1"
 SRCIPK_INSTALL_DIR_pn-linux-keystone = "board-support/linux-${PV}"
 SRCIPK_PACKAGE_ARCH_pn-linux-keystone = "${MACHINE_ARCH}"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] sitara-linux-ti-staging: Add append to insure kernel sources are packaged
  2015-01-14 20:56 [PATCH 0/3] sitara-linux-ti-staging Franklin S. Cooper Jr
  2015-01-14 20:56 ` [PATCH 1/3] arago-source-ipk: Add sitara-linux-ti-staging Franklin S. Cooper Jr
@ 2015-01-14 20:56 ` Franklin S. Cooper Jr
  2015-01-14 20:56 ` [PATCH 3/3] branding-amsdk: Set preferred provider to point to sitara-linux-ti-staging Franklin S. Cooper Jr
  2 siblings, 0 replies; 4+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-14 20:56 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 ...ppend => sitara-linux-ti-staging_3.14.bbappend} |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 copy meta-arago-distro/recipes-kernel/linux/{linux-ti-staging_3.12.bbappend => sitara-linux-ti-staging_3.14.bbappend} (90%)

diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend b/meta-arago-distro/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bbappend
similarity index 90%
copy from meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend
copy to meta-arago-distro/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bbappend
index 2a6f090..b0b1df2 100644
--- a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend
+++ b/meta-arago-distro/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bbappend
@@ -1,4 +1,4 @@
-MACHINE_KERNEL_PR_append = "-arago1"
+MACHINE_KERNEL_PR_append = "-arago0"
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] branding-amsdk: Set preferred provider to point to sitara-linux-ti-staging
  2015-01-14 20:56 [PATCH 0/3] sitara-linux-ti-staging Franklin S. Cooper Jr
  2015-01-14 20:56 ` [PATCH 1/3] arago-source-ipk: Add sitara-linux-ti-staging Franklin S. Cooper Jr
  2015-01-14 20:56 ` [PATCH 2/3] sitara-linux-ti-staging: Add append to insure kernel sources are packaged Franklin S. Cooper Jr
@ 2015-01-14 20:56 ` Franklin S. Cooper Jr
  2 siblings, 0 replies; 4+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-14 20:56 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

* Change the preferred provider for AM335x and AM437x

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../conf/distro/include/branding-amsdk.inc         |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-arago-distro/conf/distro/include/branding-amsdk.inc b/meta-arago-distro/conf/distro/include/branding-amsdk.inc
index 0d2a601..348a896 100644
--- a/meta-arago-distro/conf/distro/include/branding-amsdk.inc
+++ b/meta-arago-distro/conf/distro/include/branding-amsdk.inc
@@ -1,3 +1,6 @@
 require branding-core.inc
 QT_PROVIDER := "${@bb.utils.contains('SOC_FAMILY','omap-a15:dra7xx','qt5','qt4e',d)}"
 
+PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "sitara-linux-ti-staging"
+PREFERRED_PROVIDER_virtual/kernel_am437x-evm = "sitara-linux-ti-staging"
+PREFERRED_VERSION_sitara-linux-ti-staging = "3.14%"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-14 20:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-14 20:56 [PATCH 0/3] sitara-linux-ti-staging Franklin S. Cooper Jr
2015-01-14 20:56 ` [PATCH 1/3] arago-source-ipk: Add sitara-linux-ti-staging Franklin S. Cooper Jr
2015-01-14 20:56 ` [PATCH 2/3] sitara-linux-ti-staging: Add append to insure kernel sources are packaged Franklin S. Cooper Jr
2015-01-14 20:56 ` [PATCH 3/3] branding-amsdk: Set preferred provider to point to sitara-linux-ti-staging Franklin S. Cooper Jr

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.