* [PATCH v2] packagegroup-arago-tisdk-addons: Keep switch-config only for ti33x, ti43x & omap-a15
@ 2015-02-10 20:03 Sam Nelson
2015-02-10 20:06 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Sam Nelson @ 2015-02-10 20:03 UTC (permalink / raw)
To: meta-arago
- with kernel version 3.10.10 switch-config doesnot compile
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
Changes from previous version of patch
- Modified to avoid use of _remove
---
---
.../packagegroup-arago-tisdk-addons.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
index a8d3efb..6d98ba6 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
@@ -18,7 +18,6 @@ UTILS = " \
openssh-sftp-server \
ptpd \
libdrm-kms \
- switch-config \
${@base_contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \
"
@@ -39,6 +38,10 @@ UTILS_append_ti43x = " canutils"
UTILS_append_dra7xx = " canutils"
UTILS_append_omap-a15 = " parted"
+UTILS_append_ti33x = " switch-config"
+UTILS_append_ti43x = " switch-config"
+UTILS_append_omap-a15 = " switch-config"
+
RDEPENDS_${PN} = "\
${UTILS} \
${UTILS_UBOOT_FW} \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH v2] packagegroup-arago-tisdk-addons: Keep switch-config only for ti33x, ti43x & omap-a15
2015-02-10 20:03 [PATCH v2] packagegroup-arago-tisdk-addons: Keep switch-config only for ti33x, ti43x & omap-a15 Sam Nelson
@ 2015-02-10 20:06 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-02-10 20:06 UTC (permalink / raw)
To: Sam Nelson; +Cc: meta-arago
Ack
On Tue, Feb 10, 2015 at 03:03:52PM -0500, Sam Nelson wrote:
> - with kernel version 3.10.10 switch-config doesnot compile
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
>
> ---
> Changes from previous version of patch
> - Modified to avoid use of _remove
> ---
> ---
> .../packagegroup-arago-tisdk-addons.bb | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> index a8d3efb..6d98ba6 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> @@ -18,7 +18,6 @@ UTILS = " \
> openssh-sftp-server \
> ptpd \
> libdrm-kms \
> - switch-config \
> ${@base_contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \
> "
>
> @@ -39,6 +38,10 @@ UTILS_append_ti43x = " canutils"
> UTILS_append_dra7xx = " canutils"
> UTILS_append_omap-a15 = " parted"
>
> +UTILS_append_ti33x = " switch-config"
> +UTILS_append_ti43x = " switch-config"
> +UTILS_append_omap-a15 = " switch-config"
> +
> RDEPENDS_${PN} = "\
> ${UTILS} \
> ${UTILS_UBOOT_FW} \
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-10 20:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-10 20:03 [PATCH v2] packagegroup-arago-tisdk-addons: Keep switch-config only for ti33x, ti43x & omap-a15 Sam Nelson
2015-02-10 20:06 ` 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.