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]> --- .../packagegroup-arago-tisdk-addons-sdk-host.bb | 6 +++++- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 4 ++-- .../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 d42f213d..c44f95ca 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-src \ " +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 287cba63..099817c3 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}" @@ -64,7 +64,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 1320ec50..25aa8c38 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.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13359): https://lists.yoctoproject.org/g/meta-arago/message/13359 Mute This Topic: https://lists.yoctoproject.org/mt/86670487/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
