1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

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>
This commit is contained in:
Denys Dmytriyenko
2017-10-03 05:12:07 +00:00
parent 391bfb8c30
commit a1aee16854
4 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
SUMMARY = "TI RTOS Audio add-on software for k2g"
require recipes-ti/includes/ti-paths.inc
inherit ti-pdk
LICENSE = "BSD-3-Clause"

View File

@@ -1,5 +1,5 @@
SUMMARY = "TI RTOS software supporting circular microphone array board"
require recipes-ti/includes/ti-paths.inc
inherit ti-pdk
LICENSE = "BSD-3-Clause"

View File

@@ -1,6 +1,5 @@
SUMMARY = "TI RTOS driver for Power Management module (PM)"
require recipes-ti/includes/ti-paths.inc
inherit ti-pdk
LICENSE = "BSD-3-Clause"

View File

@@ -1,6 +1,5 @@
SUMMARY = "TI RTOS Low level driver for Video Processing Subsystem (VPS) "
require recipes-ti/includes/ti-paths.inc
inherit ti-pdk
LICENSE = "BSD-3-Clause"