[meta-ti] [rocko][PATCH v4 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10

Sam Nelson sam.nelson at ti.com
Wed Aug 22 18:14:21 PDT 2018


Add support for am65xx-evm
Removes doxygen patch

Signed-off-by: Sam Nelson <sam.nelson at ti.com>

---
Change from previous version
Removed patch file
---

ti-pdk-build-rtos: Remove patch
---
 ...mk-Allow-doxygen-support-to-be-overridden.patch | 50 ----------------------
 recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb   | 10 ++---
 2 files changed, 5 insertions(+), 55 deletions(-)
 delete mode 100644 recipes-ti/ti-pdk-build/ti-pdk-build-rtos/0001-comp_mk-Allow-doxygen-support-to-be-overridden.patch

diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos/0001-comp_mk-Allow-doxygen-support-to-be-overridden.patch b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos/0001-comp_mk-Allow-doxygen-support-to-be-overridden.patch
deleted file mode 100644
index 2a10d37..0000000
--- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos/0001-comp_mk-Allow-doxygen-support-to-be-overridden.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From e5dfce58161aaee80ca45c3e992a059efac459d7 Mon Sep 17 00:00:00 2001
-From: Joshua Watt <JPEWhacker at gmail.com>
-Date: Wed, 21 Feb 2018 13:38:35 -0600
-Subject: [PATCH] comp_mk: Allow doxygen support to be overridden
-
-Support for Doxygen can be globally disabled by setting the
-DOXYGEN_SUPPORT environment variable to "no"
-
-Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
----
- comp_top.mk | 9 +++++++--
- 1 file changed, 7 insertions(+), 2 deletions(-)
-
-diff --git a/comp_top.mk b/comp_top.mk
-index 28700ba..e331132 100644
---- a/comp_top.mk
-+++ b/comp_top.mk
-@@ -114,6 +114,11 @@ comp_FIRM_LIST_CLEAN = $(addsuffix _clean, $($(COMP)_FIRM_LIST))
- comp_PKG_LIST_ALL_CLEAN = $(addsuffix _clean, $(comp_PKG_LIST_ALL))
- comp_PKG_LIST_PACKAGE = $(addsuffix _package, $(comp_PKG_LIST_ALL))
- 
-+# If the component enables doxygen, this will evaluate to "yesyes" and doxygen
-+# will be built. If this value is overridden by the user to any other value, or
-+# $(COMP)_DOXYGEN_SUPPORT is not "yes", doxygen is not built.
-+DOXYGEN_SUPPORT ?= yes$($(COMP)_DOXYGEN_SUPPORT)
-+
- .PHONY : apps appcores app_clean clean_appcores \
-          lib libcores lib_allendians lib_clean clean_libcores clean_lib_allendians  \
-          all comp_libs comp_libs_clean examples examples_clean clean package $(comp_PKG_LIST_ALL) \
-@@ -230,7 +235,7 @@ xdc_meta_clean:
- 	$(XDC) clean XDCBUILDCFG=config_mk.bld
- 
- doxygen:
--ifeq ($($(COMP)_DOXYGEN_SUPPORT),yes)
-+ifeq ($(DOXYGEN_SUPPORT),yesyes)
- 	$(ECHO) Creating Doxygen API guide ...
- 	@doxygen docs/Doxyfile
- else
-@@ -238,7 +243,7 @@ else
- endif
- 
- clean_doxygen:
--ifeq ($($(COMP)_DOXYGEN_SUPPORT),yes)
-+ifeq ($(DOXYGEN_SUPPORT),yesyes)
- 	$(ECHO) cleaned Doxygen API guide ...
- 	$(RM) -rf docs/doxygen
- else
--- 
-2.14.3
-
diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
index c838d71..2ca4bc3 100644
--- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
+++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
@@ -4,25 +4,24 @@ LIC_FILES_CHKSUM = "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
 
 require recipes-ti/includes/ti-paths.inc
 
-PV = "01.00.00.09A"
+PV = "01.00.00.10"
 PR = "r0"
 
 PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git"
 PDK_BUILD_GIT_PROTOCOL = "git"
 PDK_BUILD_GIT_BRANCH = "master"
 
-# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.09A"
-PDK_BUILD_SRCREV = "4870d6cfcab92dfedae8ed28054fdc61169e28b1"
+# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.10"
+PDK_BUILD_SRCREV = "f06835474e51a5fd63cf23bab0d2f42b0f73f19d"
 
 BRANCH = "${PDK_BUILD_GIT_BRANCH}"
 SRC_URI = "\
     ${PDK_BUILD_GIT_URI};protocol=${PDK_BUILD_GIT_PROTOCOL};branch=${BRANCH} \
-    file://0001-comp_mk-Allow-doxygen-support-to-be-overridden.patch \
     "
 
 SRCREV = "${PDK_BUILD_SRCREV}"
 
-COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x"
+COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 S = "${WORKDIR}/git/"
@@ -41,3 +40,4 @@ do_install() {
 }
 
 FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages/*"
+INSANE_SKIP_${PN} += " file-rdeps"
-- 
1.9.1



More information about the meta-ti mailing list