* [morty/master][PATCH v2] pm/vps-lld, cmb/audk2g-addon: fix double-inclusion warning for ti-paths.inc
@ 2017-10-02 21:45 Denys Dmytriyenko
2017-10-02 23:12 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-10-02 21:45 UTC (permalink / raw)
To: meta-arago
ti-pdk.bbclass already includes it.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
v2 - same for vps-lld, cmb-addon and audk2g-addon
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 6959864..0cb9ff1 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 4d69863..0fade74 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 6fedc80..05388e5 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 f13e2fc..88f79e1 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"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [morty/master][PATCH v2] pm/vps-lld, cmb/audk2g-addon: fix double-inclusion warning for ti-paths.inc
@ 2017-10-02 23:12 Denys Dmytriyenko
0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-10-02 23:12 UTC (permalink / raw)
To: meta-ti
ti-pdk.bbclass already includes it.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
v2 - same for vps-lld, cmb-addon and audk2g-addon
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 6959864..0cb9ff1 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 4d69863..0fade74 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 6fedc80..05388e5 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 f13e2fc..88f79e1 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"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [morty/master][PATCH v2] pm/vps-lld, cmb/audk2g-addon: fix double-inclusion warning for ti-paths.inc
2017-10-02 21:45 [morty/master][PATCH v2] pm/vps-lld, cmb/audk2g-addon: fix double-inclusion warning for ti-paths.inc Denys Dmytriyenko
@ 2017-10-02 23:12 ` Denys Dmytriyenko
0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-10-02 23:12 UTC (permalink / raw)
To: meta-arago
Sorry, wrong list
On Mon, Oct 02, 2017 at 05:45:14PM -0400, Denys Dmytriyenko wrote:
> ti-pdk.bbclass already includes it.
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> v2 - same for vps-lld, cmb-addon and audk2g-addon
>
> 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 6959864..0cb9ff1 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 4d69863..0fade74 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 6fedc80..05388e5 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 f13e2fc..88f79e1 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"
> --
> 1.7.9.5
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-02 23:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-02 21:45 [morty/master][PATCH v2] pm/vps-lld, cmb/audk2g-addon: fix double-inclusion warning for ti-paths.inc Denys Dmytriyenko
2017-10-02 23:12 ` Denys Dmytriyenko
-- strict thread matches above, loose matches on Subject: below --
2017-10-02 23:12 Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.