* [PATCH] packagegroup-arago-tisdk-addons: Remove switch-config for keystone
@ 2015-02-10 3:04 Sam Nelson
2015-02-10 16:35 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Sam Nelson @ 2015-02-10 3:04 UTC (permalink / raw)
To: meta-arago
- keystone kernel is using kernel version 3.10.10 and
switch-config doesnot compile with this version
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
.../packagegroup-arago-tisdk-addons.bb | 1 +
1 file changed, 1 insertion(+)
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..9da3d4f 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
@@ -25,6 +25,7 @@ UTILS = " \
UTILS_UBOOT_FW = "u-boot-fw-utils"
UTILS_UBOOT_FW_ti43x = ""
UTILS_UBOOT_FW_keystone = ""
+UTILS_remove_keystone = "switch-config"
UTILS_append_ti33x = " mmc-utils"
UTILS_append_ti43x = " mmc-utils"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] packagegroup-arago-tisdk-addons: Remove switch-config for keystone
2015-02-10 3:04 [PATCH] packagegroup-arago-tisdk-addons: Remove switch-config for keystone Sam Nelson
@ 2015-02-10 16:35 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-02-10 16:35 UTC (permalink / raw)
To: Sam Nelson; +Cc: meta-arago
On Mon, Feb 09, 2015 at 10:04:41PM -0500, Sam Nelson wrote:
> - keystone kernel is using kernel version 3.10.10 and
> switch-config doesnot compile with this version
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
> .../packagegroup-arago-tisdk-addons.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> 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..9da3d4f 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
> @@ -25,6 +25,7 @@ UTILS = " \
> UTILS_UBOOT_FW = "u-boot-fw-utils"
> UTILS_UBOOT_FW_ti43x = ""
> UTILS_UBOOT_FW_keystone = ""
> +UTILS_remove_keystone = "switch-config"
That's unnecessary use of _remove function - better use machine override with
append like below mmc-utils. ti33x, ti43x and omap-a15 should cover the
platforms that switch-config can build for.
> UTILS_append_ti33x = " mmc-utils"
> UTILS_append_ti43x = " mmc-utils"
> --
> 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 16:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-10 3:04 [PATCH] packagegroup-arago-tisdk-addons: Remove switch-config for keystone Sam Nelson
2015-02-10 16:35 ` 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.