From: Denys Dmytriyenko <denys@ti.com>
To: "Nelson, Sam" <sam.nelson@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCHv3] arago-console: Adding pciutils package
Date: Tue, 14 May 2013 23:53:40 -0400 [thread overview]
Message-ID: <20130515035340.GA5021@denix.org> (raw)
In-Reply-To: <4F9216F96E5DF9428610502835A9F4905491F83E@DLEE11.ent.ti.com>
So, it only looked perfect, but there were still some issues and I had to
massage the patch in, only because I already promised I'll take it...
1. You should submit patches against the mainline meta-arago, not against your
forked and work-in-progress personal tree. I.e. your PR was at r5 already,
while the one in meta-arago is at r4, and you appear to have removed ltrace
from the list of ARAGO_UTILS.
2. The recipe in your tree has 755 permissions, which is wrong and happens
when you edit files mounted from Windows. I see it quite a lot in your team
and you should probably stop doing it...
--
Denys
On Tue, May 14, 2013 at 10:52:06PM +0000, Nelson, Sam wrote:
> pciutils provides very basic utilities for
> querying the devices on the pci bus, when pci
> interface is supported in the platform and
> useful to be part of the console package
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
> .../packagegroups/packagegroup-arago-console.bb | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
> index 5a80064..537f050 100755
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
> @@ -1,6 +1,8 @@
> DESCRIPTION = "Extended task to get more basic and console apps"
> LICENSE = "MIT"
> -PR = "r5"
> +PR = "r6"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
>
> inherit packagegroup
>
> @@ -25,6 +27,7 @@ ARAGO_UTILS = "\
> i2c-tools \
> iproute2 \
> strace \
> + ${@base_contains('MACHINE_FEATURES', 'pci', 'pciutils', '',d)} \
> "
>
> ARAGO_SDK_PREREQ = "\
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
next prev parent reply other threads:[~2013-05-15 3:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-14 22:52 [PATCHv3] arago-console: Adding pciutils package Nelson, Sam
2013-05-14 23:18 ` Denys Dmytriyenko
2013-05-15 3:53 ` Denys Dmytriyenko [this message]
2013-05-15 18:38 ` Nelson, Sam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130515035340.GA5021@denix.org \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
--cc=sam.nelson@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.