Sam, Which recipe do you currently use to build linux-devkit for MCSDK? I'm trying to see if this recipe is in your path or not. But either way we need to unify these thinks a bit better...
-- Denys On Wed, Feb 05, 2014 at 02:04:03PM -0600, Chase Maupin wrote: > * Keystone devices do not have a pinmux utility currently so > do not try to package one. > > Signed-off-by: Chase Maupin <[email protected]> > --- > .../packagegroup-arago-tisdk-amsdk-sdk-host.bb | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb > index cb95ae9..e5d1be5 100644 > --- > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb > +++ > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb > @@ -1,6 +1,6 @@ > DESCRIPTION = "Task to install additional scripts and applications into the > SDK" > LICENSE = "MIT" > -PR = "r17" > +PR = "r18" > > inherit packagegroup > > @@ -14,6 +14,7 @@ KERNEL_SRC = "${PREFERRED_PROVIDER_virtual/kernel}-src" > TOOLS = "pinmux-utility" > TOOLS_omap-a15 = "" > TOOLS_ti43x = "" > +TOOLS_keystone = "" > TOOLS_append_am37x-evm = " flash-utility" > TOOLS_append_am3517-evm = " flash-utility" > > -- > 1.7.0.4 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
