All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add dsptop to SDK.
@ 2015-05-28 11:04 Jacob Stiffler
  2015-05-28 11:04 ` [PATCH 1/5] packagegroups/packagegroup-arago-tisdk-addons_dra7xx: Add dsptop Jacob Stiffler
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-28 11:04 UTC (permalink / raw)
  To: meta-arago

These patches fully integrate dsptop and components into the
fileystem, devkit, and SDK.

Jacob Stiffler (5):
  packagegroups/packagegroup-arago-tisdk-addons_dra7xx: Add dsptop.
  packagegroup-arago-tisdk-addons-sdk-target_dra7xx: Add libulm.
  arago-source-ipk: Enable debugss-module-drv source ipk.
  packagegroup-arago-tisdk-addons-sdk-host_dra7xx: Add
    debugss-module-drv-src.
  ti-tisdk-makefile: Add debugss-module-drv makefile fragment.

 .../conf/distro/arago-source-ipk.conf              |    4 +++
 .../packagegroup-arago-tisdk-addons-sdk-host.bb    |    3 +-
 .../packagegroup-arago-tisdk-addons-sdk-target.bb  |    3 +-
 .../packagegroup-arago-tisdk-addons.bb             |    4 +--
 .../ti-tisdk-makefile/Makefile_debugss-module-drv  |   29 ++++++++++++++++++++
 .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |   11 ++++++--
 6 files changed, 48 insertions(+), 6 deletions(-)
 create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_debugss-module-drv

-- 
1.7.9.5



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

* [PATCH 1/5] packagegroups/packagegroup-arago-tisdk-addons_dra7xx: Add dsptop.
  2015-05-28 11:04 [PATCH 0/5] Add dsptop to SDK Jacob Stiffler
@ 2015-05-28 11:04 ` Jacob Stiffler
  2015-05-29 20:00   ` Denys Dmytriyenko
  2015-05-28 11:04 ` [PATCH 2/5] packagegroup-arago-tisdk-addons-sdk-target_dra7xx: Add libulm Jacob Stiffler
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-28 11:04 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../packagegroup-arago-tisdk-addons.bb             |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
index 28ea1d6..0d8116d 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install additional utilities/demos for SDKs"
 LICENSE = "MIT"
-PR = "r24"
+PR = "r25"
 
 inherit packagegroup
 
@@ -35,7 +35,7 @@ UTILS_append_am180x-evm = " ti-pru-sw-examples"
 UTILS_append_omap3 = " canutils"
 UTILS_append_ti33x = " canutils"
 UTILS_append_ti43x = " canutils"
-UTILS_append_dra7xx = " canutils"
+UTILS_append_dra7xx = " canutils dsptop"
 UTILS_append_omap-a15 = " parted"
 
 UTILS_append_ti33x = " switch-config"
-- 
1.7.9.5



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

* [PATCH 2/5] packagegroup-arago-tisdk-addons-sdk-target_dra7xx: Add libulm.
  2015-05-28 11:04 [PATCH 0/5] Add dsptop to SDK Jacob Stiffler
  2015-05-28 11:04 ` [PATCH 1/5] packagegroups/packagegroup-arago-tisdk-addons_dra7xx: Add dsptop Jacob Stiffler
@ 2015-05-28 11:04 ` Jacob Stiffler
  2015-05-29 20:01   ` Denys Dmytriyenko
  2015-05-28 11:04 ` [PATCH 3/5] arago-source-ipk: Enable debugss-module-drv source ipk Jacob Stiffler
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-28 11:04 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../packagegroup-arago-tisdk-addons-sdk-target.bb  |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
index 725c3e3..2ccbdd4 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install headers and libraries related to addons into the SDK"
 LICENSE = "MIT"
-PR = "r6"
+PR = "r7"
 
 inherit packagegroup
 
@@ -15,6 +15,7 @@ UTILS_append_dra7xx = " canutils-dev"
 
 EXTRA_LIBS = ""
 EXTRA_LIBS_append_omap-a15 = " cmem-dev"
+EXTRA_LIBS_append_dra7xx = " libulm-dev libulm-staticdev"
 
 RDEPENDS_${PN} = "\
     ${UTILS} \
-- 
1.7.9.5



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

* [PATCH 3/5] arago-source-ipk: Enable debugss-module-drv source ipk.
  2015-05-28 11:04 [PATCH 0/5] Add dsptop to SDK Jacob Stiffler
  2015-05-28 11:04 ` [PATCH 1/5] packagegroups/packagegroup-arago-tisdk-addons_dra7xx: Add dsptop Jacob Stiffler
  2015-05-28 11:04 ` [PATCH 2/5] packagegroup-arago-tisdk-addons-sdk-target_dra7xx: Add libulm Jacob Stiffler
@ 2015-05-28 11:04 ` Jacob Stiffler
  2015-05-29 20:01   ` Denys Dmytriyenko
  2015-05-28 11:04 ` [PATCH 4/5] packagegroup-arago-tisdk-addons-sdk-host_dra7xx: Add debugss-module-drv-src Jacob Stiffler
  2015-05-28 11:04 ` [PATCH 5/5] ti-tisdk-makefile: Add debugss-module-drv makefile fragment Jacob Stiffler
  4 siblings, 1 reply; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-28 11:04 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../conf/distro/arago-source-ipk.conf              |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-distro/conf/distro/arago-source-ipk.conf
index 105f40d..ab12e09 100644
--- a/meta-arago-distro/conf/distro/arago-source-ipk.conf
+++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf
@@ -210,6 +210,10 @@ CREATE_SRCIPK_pn-cmem-mod = "1"
 SRCIPK_INSTALL_DIR_pn-cmem-mod = "board-support/extra-drivers/${PN}-${PV}"
 SRCIPK_PACKAGE_ARCH_pn-cmem-mod = "${MACHINE_ARCH}"
 
+CREATE_SRCIPK_pn-debugss-module-drv = "1"
+SRCIPK_INSTALL_DIR_pn-debugss-module-drv = "board-support/extra-drivers/${PN}-${PV}"
+SRCIPK_PACKAGE_ARCH_pn-debugss-module-drv = "${MACHINE_ARCH}"
+
 CREATE_SRCIPK_pn-ti-linux-driver-examples = "1"
 SRCIPK_INSTALL_DIR_pn-ti-linux-driver-examples = "example-applications/linux-driver-examples-${PV}"
 
-- 
1.7.9.5



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

* [PATCH 4/5] packagegroup-arago-tisdk-addons-sdk-host_dra7xx: Add debugss-module-drv-src.
  2015-05-28 11:04 [PATCH 0/5] Add dsptop to SDK Jacob Stiffler
                   ` (2 preceding siblings ...)
  2015-05-28 11:04 ` [PATCH 3/5] arago-source-ipk: Enable debugss-module-drv source ipk Jacob Stiffler
@ 2015-05-28 11:04 ` Jacob Stiffler
  2015-05-29 20:01   ` Denys Dmytriyenko
  2015-05-28 11:04 ` [PATCH 5/5] ti-tisdk-makefile: Add debugss-module-drv makefile fragment Jacob Stiffler
  4 siblings, 1 reply; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-28 11:04 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../packagegroup-arago-tisdk-addons-sdk-host.bb    |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
index a955a3a..f821059 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install sources for additional utilities/demos for SDKs"
 LICENSE = "MIT"
-PR = "r8"
+PR = "r9"
 
 inherit packagegroup
 
@@ -27,6 +27,7 @@ UTILS_append_ti33x = " \
 
 EXTRA_LIBS = ""
 EXTRA_LIBS_append_omap-a15 = " cmem-mod-src"
+EXTRA_LIBS_append_dra7xx = " debugss-module-drv-src"
 
 RDEPENDS_${PN} = "\
     ${UTILS} \
-- 
1.7.9.5



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

* [PATCH 5/5] ti-tisdk-makefile: Add debugss-module-drv makefile fragment.
  2015-05-28 11:04 [PATCH 0/5] Add dsptop to SDK Jacob Stiffler
                   ` (3 preceding siblings ...)
  2015-05-28 11:04 ` [PATCH 4/5] packagegroup-arago-tisdk-addons-sdk-host_dra7xx: Add debugss-module-drv-src Jacob Stiffler
@ 2015-05-28 11:04 ` Jacob Stiffler
  2015-05-29 20:02   ` Denys Dmytriyenko
  4 siblings, 1 reply; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-28 11:04 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../ti-tisdk-makefile/Makefile_debugss-module-drv  |   29 ++++++++++++++++++++
 .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |   11 ++++++--
 2 files changed, 38 insertions(+), 2 deletions(-)
 create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_debugss-module-drv

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_debugss-module-drv b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_debugss-module-drv
new file mode 100644
index 0000000..fde7aca
--- /dev/null
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_debugss-module-drv
@@ -0,0 +1,29 @@
+debugss-module-drv: linux
+	@echo =======================================
+	@echo      Building debugss-module-drv
+	@echo =======================================
+	@cd board-support/extra-drivers; \
+	cd `find . -maxdepth 1 -name "debugss*"`; \
+	make ARCH=arm KERNEL_SRC=$(LINUXKERNEL_INSTALL_DIR) PLATFORM=__PLATFORM_DEBUGSS__
+
+debugss-module-drv_clean:
+	@echo =======================================
+	@echo      Cleaning debugss-module-drv
+	@echo =======================================
+	@cd board-support/extra-drivers; \
+	cd `find . -maxdepth 1 -name "debugss*"`; \
+	make ARCH=arm KERNEL_SRC=$(LINUXKERNEL_INSTALL_DIR) PLATFORM=__PLATFORM_DEBUGSS__ clean
+
+debugss-module-drv_install:
+	@echo =======================================
+	@echo      Installing debugss-module-drv
+	@echo =======================================
+	@if [ ! -d $(DESTDIR) ] ; then \
+		echo "The extracted target filesystem directory doesn't exist."; \
+		echo "Please run setup.sh in the SDK's root directory and then try again."; \
+		exit 1; \
+	fi
+	@cd board-support/extra-drivers; \
+	cd `find . -maxdepth 1 -name "debugss*"`; \
+	make ARCH=arm  KERNEL_SRC=$(LINUXKERNEL_INSTALL_DIR)  INSTALL_MOD_PATH=$(DESTDIR) PREFIX=$(SDK_PATH_TARGET) PLATFORM=__PLATFORM_DEBUGSS__ 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 eedf097..aaaa173 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
@@ -36,9 +36,10 @@ SRC_URI = "\
     file://Makefile_cryptodev \
     file://Makefile_sgx-modules \
     file://Makefile_cmem-mod \
+    file://Makefile_debugss-module-drv \
 "
 
-PR = "r46"
+PR = "r47"
 
 MAKEFILES_COMMON = "linux \
                     matrix-gui \
@@ -84,7 +85,9 @@ MAKEFILES_append_ti43x = " u-boot-spl \
                            image-gallery \
 "
 
-MAKEFILES_append_dra7xx = " cryptodev"
+MAKEFILES_append_dra7xx = " cryptodev \
+                            debugss-module-drv \
+"
 
 MAKEFILES_append_omap-a15 = " u-boot-spl \
                               ${QUICK_PLAYGROUND} \
@@ -104,6 +107,9 @@ PLATFORM_SGX = ""
 PLATFORM_SGX_ti33x = "ti335x"
 PLATFORM_SGX_ti43x = "ti43xx"
 
+PLATFORM_DEBUGSS = ""
+PLATFORM_DEBUGSS_dra7xx = "DRA7xx_PLATFORM"
+
 KERNEL_BUILD_CMDS = "${@base_conditional('KERNEL_IMAGETYPE','uImage','LOADADDR=${UBOOT_LOADADDRESS} uImage','zImage',d)}"
 
 KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
@@ -160,6 +166,7 @@ do_install () {
     sed -i -e "s/__KERNEL_BUILD_CMDS__/${KERNEL_BUILD_CMDS}/" ${D}/Makefile
 
     sed -i -e "s/__PLATFORM_SGX__/${PLATFORM_SGX}/" ${D}/Makefile
+    sed -i -e "s/__PLATFORM_DEBUGSS__/${PLATFORM_DEBUGSS}/g" ${D}/Makefile
 
     cat ${D}/Makefile | grep "__DTB_DEPEND__" > /dev/null
 
-- 
1.7.9.5



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

* Re: [PATCH 1/5] packagegroups/packagegroup-arago-tisdk-addons_dra7xx: Add dsptop.
  2015-05-28 11:04 ` [PATCH 1/5] packagegroups/packagegroup-arago-tisdk-addons_dra7xx: Add dsptop Jacob Stiffler
@ 2015-05-29 20:00   ` Denys Dmytriyenko
  0 siblings, 0 replies; 11+ messages in thread
From: Denys Dmytriyenko @ 2015-05-29 20:00 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

Ack

On Thu, May 28, 2015 at 07:04:51AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  .../packagegroup-arago-tisdk-addons.bb             |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> index 28ea1d6..0d8116d 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to install additional utilities/demos for SDKs"
>  LICENSE = "MIT"
> -PR = "r24"
> +PR = "r25"
>  
>  inherit packagegroup
>  
> @@ -35,7 +35,7 @@ UTILS_append_am180x-evm = " ti-pru-sw-examples"
>  UTILS_append_omap3 = " canutils"
>  UTILS_append_ti33x = " canutils"
>  UTILS_append_ti43x = " canutils"
> -UTILS_append_dra7xx = " canutils"
> +UTILS_append_dra7xx = " canutils dsptop"
>  UTILS_append_omap-a15 = " parted"
>  
>  UTILS_append_ti33x = " switch-config"
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 2/5] packagegroup-arago-tisdk-addons-sdk-target_dra7xx: Add libulm.
  2015-05-28 11:04 ` [PATCH 2/5] packagegroup-arago-tisdk-addons-sdk-target_dra7xx: Add libulm Jacob Stiffler
@ 2015-05-29 20:01   ` Denys Dmytriyenko
  0 siblings, 0 replies; 11+ messages in thread
From: Denys Dmytriyenko @ 2015-05-29 20:01 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

Ack

On Thu, May 28, 2015 at 07:04:52AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  .../packagegroup-arago-tisdk-addons-sdk-target.bb  |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> index 725c3e3..2ccbdd4 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to install headers and libraries related to addons into the SDK"
>  LICENSE = "MIT"
> -PR = "r6"
> +PR = "r7"
>  
>  inherit packagegroup
>  
> @@ -15,6 +15,7 @@ UTILS_append_dra7xx = " canutils-dev"
>  
>  EXTRA_LIBS = ""
>  EXTRA_LIBS_append_omap-a15 = " cmem-dev"
> +EXTRA_LIBS_append_dra7xx = " libulm-dev libulm-staticdev"
>  
>  RDEPENDS_${PN} = "\
>      ${UTILS} \
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 3/5] arago-source-ipk: Enable debugss-module-drv source ipk.
  2015-05-28 11:04 ` [PATCH 3/5] arago-source-ipk: Enable debugss-module-drv source ipk Jacob Stiffler
@ 2015-05-29 20:01   ` Denys Dmytriyenko
  0 siblings, 0 replies; 11+ messages in thread
From: Denys Dmytriyenko @ 2015-05-29 20:01 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

Ack

On Thu, May 28, 2015 at 07:04:53AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  .../conf/distro/arago-source-ipk.conf              |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-distro/conf/distro/arago-source-ipk.conf
> index 105f40d..ab12e09 100644
> --- a/meta-arago-distro/conf/distro/arago-source-ipk.conf
> +++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf
> @@ -210,6 +210,10 @@ CREATE_SRCIPK_pn-cmem-mod = "1"
>  SRCIPK_INSTALL_DIR_pn-cmem-mod = "board-support/extra-drivers/${PN}-${PV}"
>  SRCIPK_PACKAGE_ARCH_pn-cmem-mod = "${MACHINE_ARCH}"
>  
> +CREATE_SRCIPK_pn-debugss-module-drv = "1"
> +SRCIPK_INSTALL_DIR_pn-debugss-module-drv = "board-support/extra-drivers/${PN}-${PV}"
> +SRCIPK_PACKAGE_ARCH_pn-debugss-module-drv = "${MACHINE_ARCH}"
> +
>  CREATE_SRCIPK_pn-ti-linux-driver-examples = "1"
>  SRCIPK_INSTALL_DIR_pn-ti-linux-driver-examples = "example-applications/linux-driver-examples-${PV}"
>  
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 4/5] packagegroup-arago-tisdk-addons-sdk-host_dra7xx: Add debugss-module-drv-src.
  2015-05-28 11:04 ` [PATCH 4/5] packagegroup-arago-tisdk-addons-sdk-host_dra7xx: Add debugss-module-drv-src Jacob Stiffler
@ 2015-05-29 20:01   ` Denys Dmytriyenko
  0 siblings, 0 replies; 11+ messages in thread
From: Denys Dmytriyenko @ 2015-05-29 20:01 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

Ack

On Thu, May 28, 2015 at 07:04:54AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  .../packagegroup-arago-tisdk-addons-sdk-host.bb    |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
> index a955a3a..f821059 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to install sources for additional utilities/demos for SDKs"
>  LICENSE = "MIT"
> -PR = "r8"
> +PR = "r9"
>  
>  inherit packagegroup
>  
> @@ -27,6 +27,7 @@ UTILS_append_ti33x = " \
>  
>  EXTRA_LIBS = ""
>  EXTRA_LIBS_append_omap-a15 = " cmem-mod-src"
> +EXTRA_LIBS_append_dra7xx = " debugss-module-drv-src"
>  
>  RDEPENDS_${PN} = "\
>      ${UTILS} \
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 5/5] ti-tisdk-makefile: Add debugss-module-drv makefile fragment.
  2015-05-28 11:04 ` [PATCH 5/5] ti-tisdk-makefile: Add debugss-module-drv makefile fragment Jacob Stiffler
@ 2015-05-29 20:02   ` Denys Dmytriyenko
  0 siblings, 0 replies; 11+ messages in thread
From: Denys Dmytriyenko @ 2015-05-29 20:02 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

Ack

On Thu, May 28, 2015 at 07:04:55AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  .../ti-tisdk-makefile/Makefile_debugss-module-drv  |   29 ++++++++++++++++++++
>  .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |   11 ++++++--
>  2 files changed, 38 insertions(+), 2 deletions(-)
>  create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_debugss-module-drv
> 
> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_debugss-module-drv b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_debugss-module-drv
> new file mode 100644
> index 0000000..fde7aca
> --- /dev/null
> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_debugss-module-drv
> @@ -0,0 +1,29 @@
> +debugss-module-drv: linux
> +	@echo =======================================
> +	@echo      Building debugss-module-drv
> +	@echo =======================================
> +	@cd board-support/extra-drivers; \
> +	cd `find . -maxdepth 1 -name "debugss*"`; \
> +	make ARCH=arm KERNEL_SRC=$(LINUXKERNEL_INSTALL_DIR) PLATFORM=__PLATFORM_DEBUGSS__
> +
> +debugss-module-drv_clean:
> +	@echo =======================================
> +	@echo      Cleaning debugss-module-drv
> +	@echo =======================================
> +	@cd board-support/extra-drivers; \
> +	cd `find . -maxdepth 1 -name "debugss*"`; \
> +	make ARCH=arm KERNEL_SRC=$(LINUXKERNEL_INSTALL_DIR) PLATFORM=__PLATFORM_DEBUGSS__ clean
> +
> +debugss-module-drv_install:
> +	@echo =======================================
> +	@echo      Installing debugss-module-drv
> +	@echo =======================================
> +	@if [ ! -d $(DESTDIR) ] ; then \
> +		echo "The extracted target filesystem directory doesn't exist."; \
> +		echo "Please run setup.sh in the SDK's root directory and then try again."; \
> +		exit 1; \
> +	fi
> +	@cd board-support/extra-drivers; \
> +	cd `find . -maxdepth 1 -name "debugss*"`; \
> +	make ARCH=arm  KERNEL_SRC=$(LINUXKERNEL_INSTALL_DIR)  INSTALL_MOD_PATH=$(DESTDIR) PREFIX=$(SDK_PATH_TARGET) PLATFORM=__PLATFORM_DEBUGSS__ 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 eedf097..aaaa173 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
> @@ -36,9 +36,10 @@ SRC_URI = "\
>      file://Makefile_cryptodev \
>      file://Makefile_sgx-modules \
>      file://Makefile_cmem-mod \
> +    file://Makefile_debugss-module-drv \
>  "
>  
> -PR = "r46"
> +PR = "r47"
>  
>  MAKEFILES_COMMON = "linux \
>                      matrix-gui \
> @@ -84,7 +85,9 @@ MAKEFILES_append_ti43x = " u-boot-spl \
>                             image-gallery \
>  "
>  
> -MAKEFILES_append_dra7xx = " cryptodev"
> +MAKEFILES_append_dra7xx = " cryptodev \
> +                            debugss-module-drv \
> +"
>  
>  MAKEFILES_append_omap-a15 = " u-boot-spl \
>                                ${QUICK_PLAYGROUND} \
> @@ -104,6 +107,9 @@ PLATFORM_SGX = ""
>  PLATFORM_SGX_ti33x = "ti335x"
>  PLATFORM_SGX_ti43x = "ti43xx"
>  
> +PLATFORM_DEBUGSS = ""
> +PLATFORM_DEBUGSS_dra7xx = "DRA7xx_PLATFORM"
> +
>  KERNEL_BUILD_CMDS = "${@base_conditional('KERNEL_IMAGETYPE','uImage','LOADADDR=${UBOOT_LOADADDRESS} uImage','zImage',d)}"
>  
>  KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
> @@ -160,6 +166,7 @@ do_install () {
>      sed -i -e "s/__KERNEL_BUILD_CMDS__/${KERNEL_BUILD_CMDS}/" ${D}/Makefile
>  
>      sed -i -e "s/__PLATFORM_SGX__/${PLATFORM_SGX}/" ${D}/Makefile
> +    sed -i -e "s/__PLATFORM_DEBUGSS__/${PLATFORM_DEBUGSS}/g" ${D}/Makefile
>  
>      cat ${D}/Makefile | grep "__DTB_DEPEND__" > /dev/null
>  
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2015-05-29 20:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-28 11:04 [PATCH 0/5] Add dsptop to SDK Jacob Stiffler
2015-05-28 11:04 ` [PATCH 1/5] packagegroups/packagegroup-arago-tisdk-addons_dra7xx: Add dsptop Jacob Stiffler
2015-05-29 20:00   ` Denys Dmytriyenko
2015-05-28 11:04 ` [PATCH 2/5] packagegroup-arago-tisdk-addons-sdk-target_dra7xx: Add libulm Jacob Stiffler
2015-05-29 20:01   ` Denys Dmytriyenko
2015-05-28 11:04 ` [PATCH 3/5] arago-source-ipk: Enable debugss-module-drv source ipk Jacob Stiffler
2015-05-29 20:01   ` Denys Dmytriyenko
2015-05-28 11:04 ` [PATCH 4/5] packagegroup-arago-tisdk-addons-sdk-host_dra7xx: Add debugss-module-drv-src Jacob Stiffler
2015-05-29 20:01   ` Denys Dmytriyenko
2015-05-28 11:04 ` [PATCH 5/5] ti-tisdk-makefile: Add debugss-module-drv makefile fragment Jacob Stiffler
2015-05-29 20:02   ` Denys Dmytriyenko

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.