summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-10-03 05:12:07 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-10-02 19:58:52 -0400
commitd6c7eccd564efb775c18cad147526afd53ccdaf2 (patch)
treeab6360cf570e4393297ffba71a575e4975bfc768
parent55e06948b5d5cb67883579fe60a94df89668d964 (diff)
downloadmeta-ti-d6c7eccd564efb775c18cad147526afd53ccdaf2.tar.gz
pm/vps-lld, cmb/audk2g-addon: fix double-inclusion warning for ti-paths.inc
ti-pdk.bbclass already includes it. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb1
-rw-r--r--recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb2
-rw-r--r--recipes-bsp/pm-lld/pm-lld-rtos_git.bb1
-rw-r--r--recipes-bsp/vps-lld/vps-lld-rtos_git.bb1
4 files changed, 1 insertions, 4 deletions
diff --git a/recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb b/recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb
index 69598644..0cb9ff17 100644
--- a/recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb
+++ b/recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb
@@ -1,6 +1,5 @@
1SUMMARY = "TI RTOS Audio add-on software for k2g" 1SUMMARY = "TI RTOS Audio add-on software for k2g"
2 2
3require recipes-ti/includes/ti-paths.inc
4inherit ti-pdk 3inherit ti-pdk
5 4
6LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
diff --git a/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb b/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb
index 4d698638..0fade74f 100644
--- a/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb
+++ b/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb
@@ -1,5 +1,5 @@
1SUMMARY = "TI RTOS software supporting circular microphone array board" 1SUMMARY = "TI RTOS software supporting circular microphone array board"
2require recipes-ti/includes/ti-paths.inc 2
3inherit ti-pdk 3inherit ti-pdk
4 4
5LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
diff --git a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
index 6fedc80f..05388e53 100644
--- a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
+++ b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
@@ -1,6 +1,5 @@
1SUMMARY = "TI RTOS driver for Power Management module (PM)" 1SUMMARY = "TI RTOS driver for Power Management module (PM)"
2 2
3require recipes-ti/includes/ti-paths.inc
4inherit ti-pdk 3inherit ti-pdk
5 4
6LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
diff --git a/recipes-bsp/vps-lld/vps-lld-rtos_git.bb b/recipes-bsp/vps-lld/vps-lld-rtos_git.bb
index f13e2fcd..88f79e1b 100644
--- a/recipes-bsp/vps-lld/vps-lld-rtos_git.bb
+++ b/recipes-bsp/vps-lld/vps-lld-rtos_git.bb
@@ -1,6 +1,5 @@
1SUMMARY = "TI RTOS Low level driver for Video Processing Subsystem (VPS) " 1SUMMARY = "TI RTOS Low level driver for Video Processing Subsystem (VPS) "
2 2
3require recipes-ti/includes/ti-paths.inc
4inherit ti-pdk 3inherit ti-pdk
5 4
6LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"