From: Denys Dmytriyenko <denys@ti.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH] recipes: Use 'packagegroup' instead of 'task'
Date: Tue, 11 Sep 2012 12:46:20 -0400 [thread overview]
Message-ID: <20120911164620.GB5256@denix.org> (raw)
In-Reply-To: <1347210467-19332-1-git-send-email-raj.khem@gmail.com>
On Sun, Sep 09, 2012 at 10:07:47AM -0700, Khem Raj wrote:
> bring recipes in sync with OE-Core, task bbclass
> is now replaced by packagegroup.
>
> and task recipes are now called packagegroup_something
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> recipes-kernel/linux/multi-kernel.inc | 2 +-
> recipes-misc/images/cloud9-gfx-image.bb | 2 +-
> recipes-misc/images/cloud9-gnome-image.bb | 2 +-
> recipes-misc/images/cloud9-image.bb | 2 +-
> recipes-misc/images/ti-hw-bringup-image.bb | 2 +-
> .../packagegroup-ti-drivers.bb} | 2 +-
> .../packagegroup-ti-test.bb} | 2 +-
> 7 files changed, 7 insertions(+), 7 deletions(-)
> rename recipes-misc/{tasks/task-ti-drivers.bb => packagegroup/packagegroup-ti-drivers.bb} (96%)
> rename recipes-ti/{tasks/task-ti-test.bb => packagegroup/packagegroup-ti-test.bb} (92%)
>
> diff --git a/recipes-kernel/linux/multi-kernel.inc b/recipes-kernel/linux/multi-kernel.inc
> index 04bc987..96d6121 100644
> --- a/recipes-kernel/linux/multi-kernel.inc
> +++ b/recipes-kernel/linux/multi-kernel.inc
> @@ -117,5 +117,5 @@ do_deploy_append () {
>
> }
>
> -do_compileconfigs[depends] += "u-boot-mkimage-native:do_populate_sysroot virtual/${TARGET_PREFIX}gcc:do_populate_sysroot virtual/${TARGET_PREFIX}gcc${KERNEL_CCSUFFIX}:do_populate_sysroot"
> +do_compileconfigs[depends] += "u-boot-mkimage-native:do_populate_sysroot virtual/${TARGET_PREFIX}gcc:do_populate_sysroot"
Why is this changed? Isn't gcc${KERNEL_CCSUFFIX} no longer useful?
--
Denys
next prev parent reply other threads:[~2012-09-11 16:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-09 17:07 [PATCH] recipes: Use 'packagegroup' instead of 'task' Khem Raj
2012-09-11 16:46 ` Denys Dmytriyenko [this message]
2012-09-11 17:26 ` Khem Raj
2012-09-14 4:30 ` Denys Dmytriyenko
2012-09-14 4:52 ` Khem Raj
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=20120911164620.GB5256@denix.org \
--to=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=raj.khem@gmail.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.