All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories
@ 2013-11-19 19:02 Franklin S. Cooper Jr
  2013-11-19 19:02 ` [PATCH 2/7] board-port-labs: Remove board port labs recipe Franklin S. Cooper Jr
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Franklin S. Cooper Jr @ 2013-11-19 19:02 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Unfortunately, the board port repositories are very difficult to update by our
  SDK's code freeze date.
* Therefore, we will be removing the board port repositories from being bundled
  within the SDK.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../packagegroup-arago-tisdk-amsdk-sdk-host.bb     |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb
index 4654a96..89da2ff 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install additional scripts and applications into the SDK"
 LICENSE = "MIT"
-PR = "r15"
+PR = "r16"
 
 inherit packagegroup
 
@@ -26,8 +26,6 @@ RDEPENDS_${PN} = "\
     ${TOOLS} \
     ti-tisdk-setup \
     ${EXTRA_FILES} \
-    board-port-labs-u-boot-src \
-    board-port-labs-linux-src \
     oe-layersetup-src \
     ti-tisdk-makefile \
     ${U-BOOT_SRC} \
-- 
1.7.0.4



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

* [PATCH 2/7] board-port-labs: Remove board port labs recipe
  2013-11-19 19:02 [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories Franklin S. Cooper Jr
@ 2013-11-19 19:02 ` Franklin S. Cooper Jr
  2013-11-19 20:15   ` Maupin, Chase
  2013-11-19 19:02 ` [PATCH 3/7] packagegroups-arago-tisdk-graphics: Add AM43x as a supported platform Franklin S. Cooper Jr
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 17+ messages in thread
From: Franklin S. Cooper Jr @ 2013-11-19 19:02 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Since the board port labs will no longer be bundled within the SDK there is no
  need to keep these recipes around.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../board-port-labs/board-port-labs-linux_git.bb   |   35 --------------------
 .../board-port-labs/board-port-labs-u-boot_git.bb  |   35 --------------------
 2 files changed, 0 insertions(+), 70 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-linux_git.bb
 delete mode 100644 meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-u-boot_git.bb

diff --git a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-linux_git.bb b/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-linux_git.bb
deleted file mode 100644
index 4ed1adf..0000000
--- a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-linux_git.bb
+++ /dev/null
@@ -1,35 +0,0 @@
-DESCRIPTION = "Git repositories containing sample board port code"
-HOMEPAGE = "https://gitorious.org/sitara-board-port"
-
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
-
-inherit allarch
-
-CREATE_SRCIPK = "1"
-SRCIPK_INSTALL_DIR = "board-support/board-port-labs/sitara-board-port-linux"
-SRCIPK_PRESERVE_GIT = "true"
-
-PR = "r0"
-
-BRANCH = "master"
-SRC_URI = "git://gitorious.org/sitara-board-port/sitara-board-port-linux.git;protocol=git;branch=${BRANCH}"
-
-SRCREV = "30df33e7134ab507a339b89a864256cabfbddea1"
-
-S = "${WORKDIR}/git"
-
-adjust_git_prepend() {
-
-    # Checkout a specific branch instead of a commit that is used by default
-    git checkout ${BRANCH}
-}
-
-do_configure() {
-    :
-}
-
-do_compile() {
-    :
-}
-
diff --git a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-u-boot_git.bb b/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-u-boot_git.bb
deleted file mode 100644
index 5e68d30..0000000
--- a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-u-boot_git.bb
+++ /dev/null
@@ -1,35 +0,0 @@
-DESCRIPTION = "Git repositories containing sample board port code"
-HOMEPAGE = "https://gitorious.org/sitara-board-port"
-
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
-
-inherit allarch
-
-CREATE_SRCIPK = "1"
-SRCIPK_INSTALL_DIR = "board-support/board-port-labs/sitara-board-port-u-boot"
-SRCIPK_PRESERVE_GIT = "true"
-
-PR = "r0"
-
-BRANCH = "master"
-SRC_URI = "git://gitorious.org/sitara-board-port/sitara-board-port-uboot.git;protocol=git;branch=${BRANCH}"
-
-SRCREV = "43a81af5ccddc67f9ed5f11664e5478f59574102"
-
-S = "${WORKDIR}/git"
-
-adjust_git_prepend() {
-
-    # Checkout a specific branch instead of a commit that is used by default
-    git checkout ${BRANCH}
-}
-
-do_configure() {
-    :
-}
-
-do_compile() {
-    :
-}
-
-- 
1.7.0.4



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

* [PATCH 3/7] packagegroups-arago-tisdk-graphics: Add AM43x as a supported platform
  2013-11-19 19:02 [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories Franklin S. Cooper Jr
  2013-11-19 19:02 ` [PATCH 2/7] board-port-labs: Remove board port labs recipe Franklin S. Cooper Jr
@ 2013-11-19 19:02 ` Franklin S. Cooper Jr
  2013-11-19 20:15   ` Maupin, Chase
  2013-11-19 19:02 ` [PATCH 4/7] ti-tisdk-makefile: Add DTB support for AM43x and AM335x Franklin S. Cooper Jr
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 17+ messages in thread
From: Franklin S. Cooper Jr @ 2013-11-19 19:02 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 ...packagegroup-arago-tisdk-graphics-sdk-target.bb |    6 +++++-
 .../packagegroup-arago-tisdk-graphics.bb           |    6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb
index e96c4ad..8775cc5 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install graphics binaries on sdk target"
 LICENSE = "MIT"
-PR = "r2"
+PR = "r3"
 
 inherit packagegroup
 
@@ -15,6 +15,10 @@ GRAPHICS_RDEPENDS_omap3 = "\
     libgles-omap3-dev \
 "
 
+GRAPHICS_RDEPENDS_ti43x = "\
+    libgles-omap3-dev \
+"
+
 RDEPENDS_${PN} = "\
     ${GRAPHICS_RDEPENDS} \
 "
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
index 17408c8..7036ae1 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install graphics binaries"
 LICENSE = "MIT"
-PR = "r2"
+PR = "r3"
 
 inherit packagegroup
 
@@ -22,6 +22,10 @@ GRAPHICS_RDEPENDS_ti33x = "\
     ${GRAPHICS_SDK} \
 "
 
+GRAPHICS_RDEPENDS_ti43x = "\
+    ${GRAPHICS_SDK} \
+"
+
 GRAPHICS_RDEPENDS_omap3 = "\
     ${GRAPHICS_SDK} \
 "
-- 
1.7.0.4



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

* [PATCH 4/7] ti-tisdk-makefile: Add DTB support for AM43x and AM335x
  2013-11-19 19:02 [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories Franklin S. Cooper Jr
  2013-11-19 19:02 ` [PATCH 2/7] board-port-labs: Remove board port labs recipe Franklin S. Cooper Jr
  2013-11-19 19:02 ` [PATCH 3/7] packagegroups-arago-tisdk-graphics: Add AM43x as a supported platform Franklin S. Cooper Jr
@ 2013-11-19 19:02 ` Franklin S. Cooper Jr
  2013-11-19 20:17   ` Maupin, Chase
  2013-11-19 19:02 ` [PATCH 5/7] ti-tisdk-makefile: Fix linux_install Franklin S. Cooper Jr
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 17+ messages in thread
From: Franklin S. Cooper Jr @ 2013-11-19 19:02 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Add support to build DTB files for AM43x and AM335x
* Add a target dependency to force dtb files to be built and installed when make
  linux/linux_install are ran.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../ti-tisdk-makefile/Makefile_linux               |    4 +-
 .../ti-tisdk-makefile/Makefile_linux-dtbs          |    2 +-
 .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |   23 +++++++++++++++++++-
 3 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux
index c53ee29..f4dc75f 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux
@@ -1,5 +1,5 @@
 # Kernel build targets
-linux:
+linux: __DTB_DEPEND__
 	@echo =================================
 	@echo     Building the Linux Kernel
 	@echo =================================
@@ -7,7 +7,7 @@ linux:
 	$(MAKE) -j $(MAKE_JOBS) -C $(LINUXKERNEL_INSTALL_DIR) ARCH=arm CROSS_COMPILE=$(CROSS_COMPILE) __KERNEL_BUILD_CMDS__
 	$(MAKE) -j $(MAKE_JOBS) -C $(LINUXKERNEL_INSTALL_DIR) ARCH=arm CROSS_COMPILE=$(CROSS_COMPILE) modules
 
-linux_install:
+linux_install: __DTB_DEPEND_INSTALL__
 	@echo ===================================
 	@echo     Installing the Linux Kernel
 	@echo ===================================
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux-dtbs b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux-dtbs
index 5093649..168d1ad 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux-dtbs
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux-dtbs
@@ -3,7 +3,7 @@ linux-dtbs:
 	@echo =====================================
 	@echo     Building the Linux Kernel DTBs
 	@echo =====================================
-	$(MAKE) -j $(MAKE_JOBS) -C $(LINUXKERNEL_INSTALL_DIR) ARCH=arm CROSS_COMPILE=$(CROSS_COMPILE) dtbs
+	$(MAKE) -j $(MAKE_JOBS) -C $(LINUXKERNEL_INSTALL_DIR) ARCH=arm CROSS_COMPILE=$(CROSS_COMPILE) __KERNEL_DEVICETREE__
 
 linux-dtbs_install:
 	@echo =======================================
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index 13d3f38..16f7662 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -33,7 +33,7 @@ SRC_URI = "\
     file://Makefile_oprofile-example \
 "
 
-PR = "r17"
+PR = "r18"
 
 MAKEFILES_COMMON = "linux \
                     matrix-gui \
@@ -65,10 +65,12 @@ MAKEFILES_append_ti33x = " u-boot-spl \
                            ${QUICK_PLAYGROUND} \
                            wireless \
                            ti-crypto-examples \
+                           linux-dtbs \
 "
 MAKEFILES_append_ti43x = " u-boot-spl \
                            ${QUICK_PLAYGROUND} \
                            ti-crypto-examples \
+                           linux-dtbs \
 "
 MAKEFILES_append_omap-a15 = " u-boot-spl \
                               ${QUICK_PLAYGROUND} \
@@ -86,6 +88,12 @@ PLATFORM_ARCH_omapl138 = "armv5te"
 
 KERNEL_BUILD_CMDS = "${@base_contains('KERNEL_IMAGETYPE','uImage','LOADADDR=${UBOOT_LOADADDRESS} uImage','zImage',d)}"
 
+KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
+KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb"
+KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb"
+KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb"
+KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb"
+
 # This step will stitch together the final Makefile based on the supported
 # make targets.
 do_install () {
@@ -127,6 +135,19 @@ do_install () {
 
     sed -i -e "s/__KERNEL_BUILD_CMDS__/${KERNEL_BUILD_CMDS}/" ${D}/Makefile
 
+    cat ${D}/Makefile | grep "__DTB_DEPEND__" > /dev/null
+
+    if [ "$?" == "0" ]
+    then
+        sed -i -e "s/__KERNEL_DEVICETREE__/${KERNEL_DEVICETREE}/" ${D}/Makefile
+        sed -i -e "s/__DTB_DEPEND__/linux-dtbs/" ${D}/Makefile
+        sed -i -e "s/__DTB_DEPEND_INSTALL__/linux-dtbs_install/" ${D}/Makefile
+    else
+        sed -i -e "s/__DTB_DEPEND__//" ${D}/Makefile
+        sed -i -e "s/__DTB_DEPEND_INSTALL__//" ${D}/Makefile
+    fi
+
+
     install  ${WORKDIR}/Rules.make ${D}/Rules.make
 
     # fixup Rules.make values
-- 
1.7.0.4



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

* [PATCH 5/7] ti-tisdk-makefile: Fix linux_install
  2013-11-19 19:02 [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories Franklin S. Cooper Jr
                   ` (2 preceding siblings ...)
  2013-11-19 19:02 ` [PATCH 4/7] ti-tisdk-makefile: Add DTB support for AM43x and AM335x Franklin S. Cooper Jr
@ 2013-11-19 19:02 ` Franklin S. Cooper Jr
  2013-11-19 20:17   ` Maupin, Chase
  2013-11-19 19:02 ` [PATCH 6/7] ti-tisdk-setup: Pull in fix to sd card creation script Franklin S. Cooper Jr
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 17+ messages in thread
From: Franklin S. Cooper Jr @ 2013-11-19 19:02 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Update linux_install to support zImage

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../ti-tisdk-makefile/Makefile_linux               |    2 +-
 .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux
index f4dc75f..6220a3c 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux
@@ -12,7 +12,7 @@ linux_install: __DTB_DEPEND_INSTALL__
 	@echo     Installing the Linux Kernel
 	@echo ===================================
 	install -d $(DESTDIR)/boot
-	install $(LINUXKERNEL_INSTALL_DIR)/arch/arm/boot/uImage $(DESTDIR)/boot
+	install $(LINUXKERNEL_INSTALL_DIR)/arch/arm/boot/__KERNEL_BUILD_CMDS__ $(DESTDIR)/boot
 	install $(LINUXKERNEL_INSTALL_DIR)/vmlinux $(DESTDIR)/boot
 	install $(LINUXKERNEL_INSTALL_DIR)/System.map $(DESTDIR)/boot
 	$(MAKE) -C $(LINUXKERNEL_INSTALL_DIR) ARCH=arm CROSS_COMPILE=$(CROSS_COMPILE) INSTALL_MOD_PATH=$(DESTDIR) modules_install
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index 16f7662..7019db5 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -33,7 +33,7 @@ SRC_URI = "\
     file://Makefile_oprofile-example \
 "
 
-PR = "r18"
+PR = "r19"
 
 MAKEFILES_COMMON = "linux \
                     matrix-gui \
-- 
1.7.0.4



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

* [PATCH 6/7] ti-tisdk-setup: Pull in fix to sd card creation script
  2013-11-19 19:02 [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories Franklin S. Cooper Jr
                   ` (3 preceding siblings ...)
  2013-11-19 19:02 ` [PATCH 5/7] ti-tisdk-makefile: Fix linux_install Franklin S. Cooper Jr
@ 2013-11-19 19:02 ` Franklin S. Cooper Jr
  2013-11-19 20:17   ` Maupin, Chase
  2013-11-19 19:02 ` [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add additional example application for AM43x Franklin S. Cooper Jr
  2013-11-19 20:15 ` [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories Maupin, Chase
  6 siblings, 1 reply; 17+ messages in thread
From: Franklin S. Cooper Jr @ 2013-11-19 19:02 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Pull in syntax errors that were found in create sd card script

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
index 51ac1c3..0084005 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "Package containing scripts to setup the development host and targ
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://setup.sh;beginline=3;endline=31;md5=fc4b04a33df6d892c9f4d4a9d92b945e"
 
-PR = "r16"
+PR = "r17"
 
 BRANCH ?= "master"
-SRCREV = "21706aebe3c2adda84fafe8b15a8f4989b2afec8"
+SRCREV = "01f88ec0391f00860bac1648dc95fc0eec0b8b99"
 SRC_URI = "git://arago-project.org/git/projects/tisdk-setup-scripts.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git/"
-- 
1.7.0.4



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

* [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add additional example application for AM43x
  2013-11-19 19:02 [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories Franklin S. Cooper Jr
                   ` (4 preceding siblings ...)
  2013-11-19 19:02 ` [PATCH 6/7] ti-tisdk-setup: Pull in fix to sd card creation script Franklin S. Cooper Jr
@ 2013-11-19 19:02 ` Franklin S. Cooper Jr
  2013-11-19 20:19   ` Maupin, Chase
  2013-11-21  4:55   ` Denys Dmytriyenko
  2013-11-19 20:15 ` [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories Maupin, Chase
  6 siblings, 2 replies; 17+ messages in thread
From: Franklin S. Cooper Jr @ 2013-11-19 19:02 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Add additional example applications for AM43x.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../packagegroup-arago-tisdk-matrix.bb             |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
index 95054b2..c3143d3 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to include Matrix v2"
 LICENSE = "MIT"
-PR = "r22"
+PR = "r23"
 
 inherit packagegroup
 
@@ -72,10 +72,16 @@ MATRIX_APPS_append_ti33x = "        \
 #    matrix-gui-wifi-direct-demo
 
 MATRIX_APPS_append_ti43x = "        \
+    ${@base_contains('MACHINE_FEATURES','sgx','${MATRIX_SGX_DEMOS}','',d)} \
+                                    \
     matrix-multimedia-demo-aac      \
     matrix-multimedia-demo-h264dec  \
     matrix-multimedia-demo-mpeg4aacdec \
     matrix-multimedia-demo-mpeg4dec \
+                                    \
+    matrix-gui-generic-pm           \
+    matrix-gui-pm-demos-suspend     \
+    matrix-gui-clocks               \
 "
 
 MATRIX_APPS_append_omap-a15 = "     \
-- 
1.7.0.4



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

* Re: [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories
  2013-11-19 19:02 [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories Franklin S. Cooper Jr
                   ` (5 preceding siblings ...)
  2013-11-19 19:02 ` [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add additional example application for AM43x Franklin S. Cooper Jr
@ 2013-11-19 20:15 ` Maupin, Chase
  6 siblings, 0 replies; 17+ messages in thread
From: Maupin, Chase @ 2013-11-19 20:15 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago@arago-project.org

Sad but

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

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Tuesday, November 19, 2013 1:02 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 1/7] packagegroup-arago-tisdk-amsdk-
>sdk-host: Remove board port git repositories
>
>* Unfortunately, the board port repositories are very difficult to
>update by our
>  SDK's code freeze date.
>* Therefore, we will be removing the board port repositories from
>being bundled
>  within the SDK.
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../packagegroup-arago-tisdk-amsdk-sdk-host.bb     |    4 +---
> 1 files changed, 1 insertions(+), 3 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-
>core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb
>b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
>tisdk-amsdk-sdk-host.bb
>index 4654a96..89da2ff 100644
>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-amsdk-sdk-host.bb
>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-amsdk-sdk-host.bb
>@@ -1,6 +1,6 @@
> DESCRIPTION = "Task to install additional scripts and
>applications into the SDK"
> LICENSE = "MIT"
>-PR = "r15"
>+PR = "r16"
>
> inherit packagegroup
>
>@@ -26,8 +26,6 @@ RDEPENDS_${PN} = "\
>     ${TOOLS} \
>     ti-tisdk-setup \
>     ${EXTRA_FILES} \
>-    board-port-labs-u-boot-src \
>-    board-port-labs-linux-src \
>     oe-layersetup-src \
>     ti-tisdk-makefile \
>     ${U-BOOT_SRC} \
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 2/7] board-port-labs: Remove board port labs recipe
  2013-11-19 19:02 ` [PATCH 2/7] board-port-labs: Remove board port labs recipe Franklin S. Cooper Jr
@ 2013-11-19 20:15   ` Maupin, Chase
  0 siblings, 0 replies; 17+ messages in thread
From: Maupin, Chase @ 2013-11-19 20:15 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago@arago-project.org

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

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Tuesday, November 19, 2013 1:02 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 2/7] board-port-labs: Remove board
>port labs recipe
>
>* Since the board port labs will no longer be bundled within the
>SDK there is no
>  need to keep these recipes around.
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../board-port-labs/board-port-labs-linux_git.bb   |   35 -------
>-------------
> .../board-port-labs/board-port-labs-u-boot_git.bb  |   35 -------
>-------------
> 2 files changed, 0 insertions(+), 70 deletions(-)
> delete mode 100644 meta-arago-distro/recipes-tisdk/board-port-
>labs/board-port-labs-linux_git.bb
> delete mode 100644 meta-arago-distro/recipes-tisdk/board-port-
>labs/board-port-labs-u-boot_git.bb
>
>diff --git a/meta-arago-distro/recipes-tisdk/board-port-
>labs/board-port-labs-linux_git.bb b/meta-arago-distro/recipes-
>tisdk/board-port-labs/board-port-labs-linux_git.bb
>deleted file mode 100644
>index 4ed1adf..0000000
>--- a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-
>labs-linux_git.bb
>+++ /dev/null
>@@ -1,35 +0,0 @@
>-DESCRIPTION = "Git repositories containing sample board port
>code"
>-HOMEPAGE = "https://gitorious.org/sitara-board-port"
>-
>-LICENSE = "GPLv2"
>-LIC_FILES_CHKSUM =
>"file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
>-
>-inherit allarch
>-
>-CREATE_SRCIPK = "1"
>-SRCIPK_INSTALL_DIR = "board-support/board-port-labs/sitara-board-
>port-linux"
>-SRCIPK_PRESERVE_GIT = "true"
>-
>-PR = "r0"
>-
>-BRANCH = "master"
>-SRC_URI = "git://gitorious.org/sitara-board-port/sitara-board-
>port-linux.git;protocol=git;branch=${BRANCH}"
>-
>-SRCREV = "30df33e7134ab507a339b89a864256cabfbddea1"
>-
>-S = "${WORKDIR}/git"
>-
>-adjust_git_prepend() {
>-
>-    # Checkout a specific branch instead of a commit that is used
>by default
>-    git checkout ${BRANCH}
>-}
>-
>-do_configure() {
>-    :
>-}
>-
>-do_compile() {
>-    :
>-}
>-
>diff --git a/meta-arago-distro/recipes-tisdk/board-port-
>labs/board-port-labs-u-boot_git.bb b/meta-arago-distro/recipes-
>tisdk/board-port-labs/board-port-labs-u-boot_git.bb
>deleted file mode 100644
>index 5e68d30..0000000
>--- a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-
>labs-u-boot_git.bb
>+++ /dev/null
>@@ -1,35 +0,0 @@
>-DESCRIPTION = "Git repositories containing sample board port
>code"
>-HOMEPAGE = "https://gitorious.org/sitara-board-port"
>-
>-LICENSE = "GPLv2+"
>-LIC_FILES_CHKSUM =
>"file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
>-
>-inherit allarch
>-
>-CREATE_SRCIPK = "1"
>-SRCIPK_INSTALL_DIR = "board-support/board-port-labs/sitara-board-
>port-u-boot"
>-SRCIPK_PRESERVE_GIT = "true"
>-
>-PR = "r0"
>-
>-BRANCH = "master"
>-SRC_URI = "git://gitorious.org/sitara-board-port/sitara-board-
>port-uboot.git;protocol=git;branch=${BRANCH}"
>-
>-SRCREV = "43a81af5ccddc67f9ed5f11664e5478f59574102"
>-
>-S = "${WORKDIR}/git"
>-
>-adjust_git_prepend() {
>-
>-    # Checkout a specific branch instead of a commit that is used
>by default
>-    git checkout ${BRANCH}
>-}
>-
>-do_configure() {
>-    :
>-}
>-
>-do_compile() {
>-    :
>-}
>-
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 3/7] packagegroups-arago-tisdk-graphics: Add AM43x as a supported platform
  2013-11-19 19:02 ` [PATCH 3/7] packagegroups-arago-tisdk-graphics: Add AM43x as a supported platform Franklin S. Cooper Jr
@ 2013-11-19 20:15   ` Maupin, Chase
  0 siblings, 0 replies; 17+ messages in thread
From: Maupin, Chase @ 2013-11-19 20:15 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago@arago-project.org

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

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Tuesday, November 19, 2013 1:02 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 3/7] packagegroups-arago-tisdk-
>graphics: Add AM43x as a supported platform
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> ...packagegroup-arago-tisdk-graphics-sdk-target.bb |    6 +++++-
> .../packagegroup-arago-tisdk-graphics.bb           |    6 +++++-
> 2 files changed, 10 insertions(+), 2 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-
>core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb
>b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
>tisdk-graphics-sdk-target.bb
>index e96c4ad..8775cc5 100644
>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-graphics-sdk-target.bb
>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-graphics-sdk-target.bb
>@@ -1,6 +1,6 @@
> DESCRIPTION = "Task to install graphics binaries on sdk target"
> LICENSE = "MIT"
>-PR = "r2"
>+PR = "r3"
>
> inherit packagegroup
>
>@@ -15,6 +15,10 @@ GRAPHICS_RDEPENDS_omap3 = "\
>     libgles-omap3-dev \
> "
>
>+GRAPHICS_RDEPENDS_ti43x = "\
>+    libgles-omap3-dev \
>+"
>+
> RDEPENDS_${PN} = "\
>     ${GRAPHICS_RDEPENDS} \
> "
>diff --git a/meta-arago-distro/recipes-
>core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-
>arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-
>graphics.bb
>index 17408c8..7036ae1 100644
>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-graphics.bb
>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-graphics.bb
>@@ -1,6 +1,6 @@
> DESCRIPTION = "Task to install graphics binaries"
> LICENSE = "MIT"
>-PR = "r2"
>+PR = "r3"
>
> inherit packagegroup
>
>@@ -22,6 +22,10 @@ GRAPHICS_RDEPENDS_ti33x = "\
>     ${GRAPHICS_SDK} \
> "
>
>+GRAPHICS_RDEPENDS_ti43x = "\
>+    ${GRAPHICS_SDK} \
>+"
>+
> GRAPHICS_RDEPENDS_omap3 = "\
>     ${GRAPHICS_SDK} \
> "
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 4/7] ti-tisdk-makefile: Add DTB support for AM43x and AM335x
  2013-11-19 19:02 ` [PATCH 4/7] ti-tisdk-makefile: Add DTB support for AM43x and AM335x Franklin S. Cooper Jr
@ 2013-11-19 20:17   ` Maupin, Chase
  0 siblings, 0 replies; 17+ messages in thread
From: Maupin, Chase @ 2013-11-19 20:17 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago@arago-project.org

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

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Tuesday, November 19, 2013 1:02 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 4/7] ti-tisdk-makefile: Add DTB
>support for AM43x and AM335x
>
>* Add support to build DTB files for AM43x and AM335x
>* Add a target dependency to force dtb files to be built and
>installed when make
>  linux/linux_install are ran.
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../ti-tisdk-makefile/Makefile_linux               |    4 +-
> .../ti-tisdk-makefile/Makefile_linux-dtbs          |    2 +-
> .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |   23
>+++++++++++++++++++-
> 3 files changed, 25 insertions(+), 4 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_linux b/meta-arago-distro/recipes-
>tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux
>index c53ee29..f4dc75f 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_linux
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_linux
>@@ -1,5 +1,5 @@
> # Kernel build targets
>-linux:
>+linux: __DTB_DEPEND__
> 	@echo =================================
> 	@echo     Building the Linux Kernel
> 	@echo =================================
>@@ -7,7 +7,7 @@ linux:
> 	$(MAKE) -j $(MAKE_JOBS) -C $(LINUXKERNEL_INSTALL_DIR)
>ARCH=arm CROSS_COMPILE=$(CROSS_COMPILE) __KERNEL_BUILD_CMDS__
> 	$(MAKE) -j $(MAKE_JOBS) -C $(LINUXKERNEL_INSTALL_DIR)
>ARCH=arm CROSS_COMPILE=$(CROSS_COMPILE) modules
>
>-linux_install:
>+linux_install: __DTB_DEPEND_INSTALL__
> 	@echo ===================================
> 	@echo     Installing the Linux Kernel
> 	@echo ===================================
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_linux-dtbs b/meta-arago-distro/recipes-
>tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux-dtbs
>index 5093649..168d1ad 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_linux-dtbs
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_linux-dtbs
>@@ -3,7 +3,7 @@ linux-dtbs:
> 	@echo =====================================
> 	@echo     Building the Linux Kernel DTBs
> 	@echo =====================================
>-	$(MAKE) -j $(MAKE_JOBS) -C $(LINUXKERNEL_INSTALL_DIR)
>ARCH=arm CROSS_COMPILE=$(CROSS_COMPILE) dtbs
>+	$(MAKE) -j $(MAKE_JOBS) -C $(LINUXKERNEL_INSTALL_DIR)
>ARCH=arm CROSS_COMPILE=$(CROSS_COMPILE) __KERNEL_DEVICETREE__
>
> linux-dtbs_install:
> 	@echo =======================================
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-
>makefile/ti-tisdk-makefile_1.0.bb
>index 13d3f38..16f7662 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile_1.0.bb
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile_1.0.bb
>@@ -33,7 +33,7 @@ SRC_URI = "\
>     file://Makefile_oprofile-example \
> "
>
>-PR = "r17"
>+PR = "r18"
>
> MAKEFILES_COMMON = "linux \
>                     matrix-gui \
>@@ -65,10 +65,12 @@ MAKEFILES_append_ti33x = " u-boot-spl \
>                            ${QUICK_PLAYGROUND} \
>                            wireless \
>                            ti-crypto-examples \
>+                           linux-dtbs \
> "
> MAKEFILES_append_ti43x = " u-boot-spl \
>                            ${QUICK_PLAYGROUND} \
>                            ti-crypto-examples \
>+                           linux-dtbs \
> "
> MAKEFILES_append_omap-a15 = " u-boot-spl \
>                               ${QUICK_PLAYGROUND} \
>@@ -86,6 +88,12 @@ PLATFORM_ARCH_omapl138 = "armv5te"
>
> KERNEL_BUILD_CMDS =
>"${@base_contains('KERNEL_IMAGETYPE','uImage','LOADADDR=${UBOOT_LO
>ADADDRESS} uImage','zImage',d)}"
>
>+KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb
>am335x-bone.dtb am335x-boneblack.dtb"
>+KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb"
>+KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-
>boneblack.dtb"
>+KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb"
>+KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb"
>+
> # This step will stitch together the final Makefile based on the
>supported
> # make targets.
> do_install () {
>@@ -127,6 +135,19 @@ do_install () {
>
>     sed -i -e "s/__KERNEL_BUILD_CMDS__/${KERNEL_BUILD_CMDS}/"
>${D}/Makefile
>
>+    cat ${D}/Makefile | grep "__DTB_DEPEND__" > /dev/null
>+
>+    if [ "$?" == "0" ]
>+    then
>+        sed -i -e "s/__KERNEL_DEVICETREE__/${KERNEL_DEVICETREE}/"
>${D}/Makefile
>+        sed -i -e "s/__DTB_DEPEND__/linux-dtbs/" ${D}/Makefile
>+        sed -i -e "s/__DTB_DEPEND_INSTALL__/linux-dtbs_install/"
>${D}/Makefile
>+    else
>+        sed -i -e "s/__DTB_DEPEND__//" ${D}/Makefile
>+        sed -i -e "s/__DTB_DEPEND_INSTALL__//" ${D}/Makefile
>+    fi
>+
>+
>     install  ${WORKDIR}/Rules.make ${D}/Rules.make
>
>     # fixup Rules.make values
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 5/7] ti-tisdk-makefile: Fix linux_install
  2013-11-19 19:02 ` [PATCH 5/7] ti-tisdk-makefile: Fix linux_install Franklin S. Cooper Jr
@ 2013-11-19 20:17   ` Maupin, Chase
  0 siblings, 0 replies; 17+ messages in thread
From: Maupin, Chase @ 2013-11-19 20:17 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago@arago-project.org

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

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Tuesday, November 19, 2013 1:02 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 5/7] ti-tisdk-makefile: Fix
>linux_install
>
>* Update linux_install to support zImage
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../ti-tisdk-makefile/Makefile_linux               |    2 +-
> .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |    2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_linux b/meta-arago-distro/recipes-
>tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux
>index f4dc75f..6220a3c 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_linux
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_linux
>@@ -12,7 +12,7 @@ linux_install: __DTB_DEPEND_INSTALL__
> 	@echo     Installing the Linux Kernel
> 	@echo ===================================
> 	install -d $(DESTDIR)/boot
>-	install $(LINUXKERNEL_INSTALL_DIR)/arch/arm/boot/uImage
>$(DESTDIR)/boot
>+	install
>$(LINUXKERNEL_INSTALL_DIR)/arch/arm/boot/__KERNEL_BUILD_CMDS__
>$(DESTDIR)/boot
> 	install $(LINUXKERNEL_INSTALL_DIR)/vmlinux $(DESTDIR)/boot
> 	install $(LINUXKERNEL_INSTALL_DIR)/System.map
>$(DESTDIR)/boot
> 	$(MAKE) -C $(LINUXKERNEL_INSTALL_DIR) ARCH=arm
>CROSS_COMPILE=$(CROSS_COMPILE) INSTALL_MOD_PATH=$(DESTDIR)
>modules_install
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-
>makefile/ti-tisdk-makefile_1.0.bb
>index 16f7662..7019db5 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile_1.0.bb
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile_1.0.bb
>@@ -33,7 +33,7 @@ SRC_URI = "\
>     file://Makefile_oprofile-example \
> "
>
>-PR = "r18"
>+PR = "r19"
>
> MAKEFILES_COMMON = "linux \
>                     matrix-gui \
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 6/7] ti-tisdk-setup: Pull in fix to sd card creation script
  2013-11-19 19:02 ` [PATCH 6/7] ti-tisdk-setup: Pull in fix to sd card creation script Franklin S. Cooper Jr
@ 2013-11-19 20:17   ` Maupin, Chase
  0 siblings, 0 replies; 17+ messages in thread
From: Maupin, Chase @ 2013-11-19 20:17 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago@arago-project.org

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

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Tuesday, November 19, 2013 1:02 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 6/7] ti-tisdk-setup: Pull in fix to
>sd card creation script
>
>* Pull in syntax errors that were found in create sd card script
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-
>tisdk-setup.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-
>setup/ti-tisdk-setup.bb
>index 51ac1c3..0084005 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-
>setup.bb
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-
>setup.bb
>@@ -2,10 +2,10 @@ DESCRIPTION = "Package containing scripts to
>setup the development host and targ
> LICENSE = "BSD"
> LIC_FILES_CHKSUM =
>"file://setup.sh;beginline=3;endline=31;md5=fc4b04a33df6d892c9f4d4
>a9d92b945e"
>
>-PR = "r16"
>+PR = "r17"
>
> BRANCH ?= "master"
>-SRCREV = "21706aebe3c2adda84fafe8b15a8f4989b2afec8"
>+SRCREV = "01f88ec0391f00860bac1648dc95fc0eec0b8b99"
> SRC_URI = "git://arago-project.org/git/projects/tisdk-setup-
>scripts.git;protocol=git;branch=${BRANCH}"
>
> S = "${WORKDIR}/git/"
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add additional example application for AM43x
  2013-11-19 19:02 ` [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add additional example application for AM43x Franklin S. Cooper Jr
@ 2013-11-19 20:19   ` Maupin, Chase
  2013-11-21  4:55   ` Denys Dmytriyenko
  1 sibling, 0 replies; 17+ messages in thread
From: Maupin, Chase @ 2013-11-19 20:19 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago@arago-project.org

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

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Tuesday, November 19, 2013 1:02 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 7/7] packagegroup-arago-tisdk-matrix:
>Add additional example application for AM43x
>
>* Add additional example applications for AM43x.
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../packagegroup-arago-tisdk-matrix.bb             |    8
>+++++++-
> 1 files changed, 7 insertions(+), 1 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-
>core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-
>arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-
>matrix.bb
>index 95054b2..c3143d3 100644
>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-matrix.bb
>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-matrix.bb
>@@ -1,6 +1,6 @@
> DESCRIPTION = "Task to include Matrix v2"
> LICENSE = "MIT"
>-PR = "r22"
>+PR = "r23"
>
> inherit packagegroup
>
>@@ -72,10 +72,16 @@ MATRIX_APPS_append_ti33x = "        \
> #    matrix-gui-wifi-direct-demo
>
> MATRIX_APPS_append_ti43x = "        \
>+
>${@base_contains('MACHINE_FEATURES','sgx','${MATRIX_SGX_DEMOS}',''
>,d)} \
>+                                    \
>     matrix-multimedia-demo-aac      \
>     matrix-multimedia-demo-h264dec  \
>     matrix-multimedia-demo-mpeg4aacdec \
>     matrix-multimedia-demo-mpeg4dec \
>+                                    \
>+    matrix-gui-generic-pm           \
>+    matrix-gui-pm-demos-suspend     \
>+    matrix-gui-clocks               \
> "
>
> MATRIX_APPS_append_omap-a15 = "     \
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add additional example application for AM43x
  2013-11-19 19:02 ` [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add additional example application for AM43x Franklin S. Cooper Jr
  2013-11-19 20:19   ` Maupin, Chase
@ 2013-11-21  4:55   ` Denys Dmytriyenko
  2013-11-21 12:46     ` Cooper Jr., Franklin
  1 sibling, 1 reply; 17+ messages in thread
From: Denys Dmytriyenko @ 2013-11-21  4:55 UTC (permalink / raw)
  To: Franklin S. Cooper Jr; +Cc: meta-arago

On Tue, Nov 19, 2013 at 01:02:08PM -0600, Franklin S. Cooper Jr wrote:
> * Add additional example applications for AM43x.
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../packagegroup-arago-tisdk-matrix.bb             |    8 +++++++-
>  1 files changed, 7 insertions(+), 1 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
> index 95054b2..c3143d3 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to include Matrix v2"
>  LICENSE = "MIT"
> -PR = "r22"
> +PR = "r23"
>  
>  inherit packagegroup
>  
> @@ -72,10 +72,16 @@ MATRIX_APPS_append_ti33x = "        \
>  #    matrix-gui-wifi-direct-demo
>  
>  MATRIX_APPS_append_ti43x = "        \
> +    ${@base_contains('MACHINE_FEATURES','sgx','${MATRIX_SGX_DEMOS}','',d)} \

So, I just noticed, that in patch #3 of this series, you add SGX libgles 
unconditionally, but here you do check for the proper MACHINE_FEATURE...

Should it be one way or another? If you update patch #3 with conditional like 
here, the whole series can be pushed even prior to the new SGX in meta-ti...


>      matrix-multimedia-demo-aac      \
>      matrix-multimedia-demo-h264dec  \
>      matrix-multimedia-demo-mpeg4aacdec \
>      matrix-multimedia-demo-mpeg4dec \
> +                                    \
> +    matrix-gui-generic-pm           \
> +    matrix-gui-pm-demos-suspend     \
> +    matrix-gui-clocks               \
>  "
>  
>  MATRIX_APPS_append_omap-a15 = "     \
> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add additional example application for AM43x
  2013-11-21  4:55   ` Denys Dmytriyenko
@ 2013-11-21 12:46     ` Cooper Jr., Franklin
  2013-11-21 14:37       ` Denys Dmytriyenko
  0 siblings, 1 reply; 17+ messages in thread
From: Cooper Jr., Franklin @ 2013-11-21 12:46 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Wednesday, November 20, 2013 10:55 PM
> To: Cooper Jr., Franklin
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add
> additional example application for AM43x
> 
> On Tue, Nov 19, 2013 at 01:02:08PM -0600, Franklin S. Cooper Jr wrote:
> > * Add additional example applications for AM43x.
> >
> > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > ---
> >  .../packagegroup-arago-tisdk-matrix.bb             |    8 +++++++-
> >  1 files changed, 7 insertions(+), 1 deletions(-)
> >
> > diff --git
> > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisd
> > k-matrix.bb
> > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisd
> > k-matrix.bb
> > index 95054b2..c3143d3 100644
> > ---
> > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisd
> > k-matrix.bb
> > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> > +++ tisdk-matrix.bb
> > @@ -1,6 +1,6 @@
> >  DESCRIPTION = "Task to include Matrix v2"
> >  LICENSE = "MIT"
> > -PR = "r22"
> > +PR = "r23"
> >
> >  inherit packagegroup
> >
> > @@ -72,10 +72,16 @@ MATRIX_APPS_append_ti33x = "        \
> >  #    matrix-gui-wifi-direct-demo
> >
> >  MATRIX_APPS_append_ti43x = "        \
> > +
> > +
> ${@base_contains('MACHINE_FEATURES','sgx','${MATRIX_SGX_DEMOS}','',d
> > + )} \
> 
> So, I just noticed, that in patch #3 of this series, you add SGX libgles
> unconditionally, but here you do check for the proper MACHINE_FEATURE...
> 
> Should it be one way or another? If you update patch #3 with conditional like
> here, the whole series can be pushed even prior to the new SGX in meta-ti...
[Franklin] The changes in patch three simply mimics what we have always been doing right or wrong for other devices. Since the entire recipe is specific to sgx we move the  conditional check to the packagegroup/image that these recipes are included in. Packagegroup-arago-toolchain-tisdk-target includes packagegroup-arago-tisdk-graphics conditional based on MACHINE_FEATURE. Likewise tisdk-rootfs-image includes packagegroup-arago-tisdk-graphics conditional based on MACHINE_FEATURE.

As is it should still be fine but you still want it changed I can but I should make the change for all the machines as well.

> 
> 
> >      matrix-multimedia-demo-aac      \
> >      matrix-multimedia-demo-h264dec  \
> >      matrix-multimedia-demo-mpeg4aacdec \
> >      matrix-multimedia-demo-mpeg4dec \
> > +                                    \
> > +    matrix-gui-generic-pm           \
> > +    matrix-gui-pm-demos-suspend     \
> > +    matrix-gui-clocks               \
> >  "
> >
> >  MATRIX_APPS_append_omap-a15 = "     \
> > --
> > 1.7.0.4
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add additional example application for AM43x
  2013-11-21 12:46     ` Cooper Jr., Franklin
@ 2013-11-21 14:37       ` Denys Dmytriyenko
  0 siblings, 0 replies; 17+ messages in thread
From: Denys Dmytriyenko @ 2013-11-21 14:37 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org

On Thu, Nov 21, 2013 at 07:46:41AM -0500, Cooper Jr., Franklin wrote:
> 
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Wednesday, November 20, 2013 10:55 PM
> > To: Cooper Jr., Franklin
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add
> > additional example application for AM43x
> > 
> > On Tue, Nov 19, 2013 at 01:02:08PM -0600, Franklin S. Cooper Jr wrote:
> > > * Add additional example applications for AM43x.
> > >
> > > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > > ---
> > >  .../packagegroup-arago-tisdk-matrix.bb             |    8 +++++++-
> > >  1 files changed, 7 insertions(+), 1 deletions(-)
> > >
> > > diff --git
> > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisd
> > > k-matrix.bb
> > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisd
> > > k-matrix.bb
> > > index 95054b2..c3143d3 100644
> > > ---
> > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisd
> > > k-matrix.bb
> > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> > > +++ tisdk-matrix.bb
> > > @@ -1,6 +1,6 @@
> > >  DESCRIPTION = "Task to include Matrix v2"
> > >  LICENSE = "MIT"
> > > -PR = "r22"
> > > +PR = "r23"
> > >
> > >  inherit packagegroup
> > >
> > > @@ -72,10 +72,16 @@ MATRIX_APPS_append_ti33x = "        \
> > >  #    matrix-gui-wifi-direct-demo
> > >
> > >  MATRIX_APPS_append_ti43x = "        \
> > > +
> > > +
> > ${@base_contains('MACHINE_FEATURES','sgx','${MATRIX_SGX_DEMOS}','',d
> > > + )} \
> > 
> > So, I just noticed, that in patch #3 of this series, you add SGX libgles
> > unconditionally, but here you do check for the proper MACHINE_FEATURE...
> > 
> > Should it be one way or another? If you update patch #3 with conditional like
> > here, the whole series can be pushed even prior to the new SGX in meta-ti...

> [Franklin] The changes in patch three simply mimics what we have always been 
> doing right or wrong for other devices. Since the entire recipe is specific 
> to sgx we move the conditional check to the packagegroup/image that these 
> recipes are included in. Packagegroup-arago-toolchain-tisdk-target includes 
> packagegroup-arago-tisdk-graphics conditional based on MACHINE_FEATURE. 
> Likewise tisdk-rootfs-image includes packagegroup-arago-tisdk-graphics 
> conditional based on MACHINE_FEATURE.
> 
> As is it should still be fine but you still want it changed I can but I 
> should make the change for all the machines as well.

Ah, good point. If the checks are made outside in higher-level packagegroups, 
then it's fine with me and I'll try to push the patches after verifying that...


> > >      matrix-multimedia-demo-aac      \
> > >      matrix-multimedia-demo-h264dec  \
> > >      matrix-multimedia-demo-mpeg4aacdec \
> > >      matrix-multimedia-demo-mpeg4dec \
> > > +                                    \
> > > +    matrix-gui-generic-pm           \
> > > +    matrix-gui-pm-demos-suspend     \
> > > +    matrix-gui-clocks               \
> > >  "
> > >
> > >  MATRIX_APPS_append_omap-a15 = "     \
> > > --
> > > 1.7.0.4
> > >
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2013-11-21 14:37 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-19 19:02 [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories Franklin S. Cooper Jr
2013-11-19 19:02 ` [PATCH 2/7] board-port-labs: Remove board port labs recipe Franklin S. Cooper Jr
2013-11-19 20:15   ` Maupin, Chase
2013-11-19 19:02 ` [PATCH 3/7] packagegroups-arago-tisdk-graphics: Add AM43x as a supported platform Franklin S. Cooper Jr
2013-11-19 20:15   ` Maupin, Chase
2013-11-19 19:02 ` [PATCH 4/7] ti-tisdk-makefile: Add DTB support for AM43x and AM335x Franklin S. Cooper Jr
2013-11-19 20:17   ` Maupin, Chase
2013-11-19 19:02 ` [PATCH 5/7] ti-tisdk-makefile: Fix linux_install Franklin S. Cooper Jr
2013-11-19 20:17   ` Maupin, Chase
2013-11-19 19:02 ` [PATCH 6/7] ti-tisdk-setup: Pull in fix to sd card creation script Franklin S. Cooper Jr
2013-11-19 20:17   ` Maupin, Chase
2013-11-19 19:02 ` [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add additional example application for AM43x Franklin S. Cooper Jr
2013-11-19 20:19   ` Maupin, Chase
2013-11-21  4:55   ` Denys Dmytriyenko
2013-11-21 12:46     ` Cooper Jr., Franklin
2013-11-21 14:37       ` Denys Dmytriyenko
2013-11-19 20:15 ` [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories Maupin, Chase

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.