From a1aee16854ea997df3a7687821910c23bc560add Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 3 Oct 2017 05:12:07 +0000 Subject: 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 --- recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb | 1 - recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb | 2 +- recipes-bsp/pm-lld/pm-lld-rtos_git.bb | 1 - recipes-bsp/vps-lld/vps-lld-rtos_git.bb | 1 - 4 files changed, 1 insertion(+), 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 @@ SUMMARY = "TI RTOS Audio add-on software for k2g" -require recipes-ti/includes/ti-paths.inc inherit ti-pdk LICENSE = "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 @@ SUMMARY = "TI RTOS software supporting circular microphone array board" -require recipes-ti/includes/ti-paths.inc + inherit ti-pdk LICENSE = "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 @@ SUMMARY = "TI RTOS driver for Power Management module (PM)" -require recipes-ti/includes/ti-paths.inc inherit ti-pdk LICENSE = "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 @@ 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" -- cgit v1.2.3-54-g00ecf