From: Yogesh Siraswar <[email protected]> This patch is in conjuction with meta-ti patch to add pru-icss for am64xx: https://lists.yoctoproject.org/g/meta-ti/message/14067
Signed-off-by: Yogesh Siraswar <[email protected]> Cc: Nick Saulnier <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb | 6 +++++- .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | 4 ++-- .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 6 +++++- 3 files changed, 12 insertions(+), 4 deletions(-) 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 d9c45e1..edc6a58 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 = "r36" +PR = "r37" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -53,6 +53,10 @@ UTILS_append_am65xx = " \ pru-icss-source \ " +UTILS_append_am64xx = " \ + pru-icss-src \ +" + EXTRA_LIBS = "" EXTRA_LIBS_append_omap-a15 = " \ 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 5f95bdb..5fa9141 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 = "r79" +PR = "r80" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -65,7 +65,7 @@ UTILS_append_k3 = " mmc-utils \ statcol \ " -UTILS_append_am64xx = " ti-rtos-firmware" +UTILS_append_am64xx = " ti-rtos-firmware pru-icss" UTILS_append_am65xx = " ti-rtos-firmware pru-icss pru-pwm-fw" UTILS_append_j7 = " ti-rtos-firmware" UTILS_append_j7-evm = " pru-icss" 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 f7b299e..4474b86 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 @@ -56,7 +56,7 @@ SRC_URI = "\ file://Makefile_ti-img-rogue-driver \ " -PR = "r105" +PR = "r106" MAKEFILES_MATRIX_GUI = "matrix-gui-browser \ refresh-screen \ @@ -197,6 +197,9 @@ MAKEFILES_append_am65xx = " \ MAKEFILES_append_j7 = " pru-icss \ ti-img-rogue-driver \ " +MAKEFILES_append_am64xx = " \ + pru-icss \ +" # Use this to export kernel arch to ARCH # @@ -234,6 +237,7 @@ PRU_ICSS_INSTALL_TARGET_omap-a15 = "pru-icss_install_am572x" PRU_ICSS_INSTALL_TARGET_k2g = "pru-icss_install_k2g" PRU_ICSS_INSTALL_TARGET_am65xx = "pru-icss_install_am65x" PRU_ICSS_INSTALL_TARGET_j7 = "pru-icss_install_j721e" +PRU_ICSS_INSTALL_TARGET_am64xx = "pru-icss_install_am64x" # Path to toolchains for the various cores in TI SOCs # -- 2.7.4 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13475): https://lists.yoctoproject.org/g/meta-arago/message/13475 Mute This Topic: https://lists.yoctoproject.org/mt/88710964/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
