[meta-ti] [PATCH] recipes: Use 'packagegroup' instead of 'task'
Denys Dmytriyenko
denys at ti.com
Tue Sep 11 09:46:20 PDT 2012
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 at 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
More information about the meta-ti
mailing list