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 <[email protected]> --- 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" addtask compileconfigs after do_preparekernel before do_compile diff --git a/recipes-misc/images/cloud9-gfx-image.bb b/recipes-misc/images/cloud9-gfx-image.bb index 689a7c9..67423f6 100644 --- a/recipes-misc/images/cloud9-gfx-image.bb +++ b/recipes-misc/images/cloud9-gfx-image.bb @@ -3,7 +3,7 @@ require cloud9-image.bb IMAGE_INSTALL += " \ - task-xserver \ + packagegroup-core-x11-xserver \ angstrom-gnome-icon-theme-enable gtk-engine-clearlooks gtk-theme-clearlooks angstrom-clearlooks-theme-enable \ e-wm-config-default e-wm-config-standard e-wm-config-illume2 \ xserver-nodm-init \ diff --git a/recipes-misc/images/cloud9-gnome-image.bb b/recipes-misc/images/cloud9-gnome-image.bb index 13638d7..c183244 100644 --- a/recipes-misc/images/cloud9-gnome-image.bb +++ b/recipes-misc/images/cloud9-gnome-image.bb @@ -8,7 +8,7 @@ SOCSUPPORT_omap3 = "xbmc libgles-omap3-x11demos gstreamer-ti omapfbplay" SOCSUPPORT_ti33x = "xbmc libgles-omap3-x11demos gst-ffmpeg mplayer2 beaglebone-capes" IMAGE_INSTALL += " \ - angstrom-task-gnome gimp abiword gedit midori epiphany firefox matchbox-terminal \ + angstrom-packagegroup-gnome gimp abiword gedit midori epiphany firefox matchbox-terminal \ ${SOCSUPPORT} \ ttf-dejavu-sans ttf-dejavu-sans-mono ttf-dejavu-common \ xinput-calibrator \ diff --git a/recipes-misc/images/cloud9-image.bb b/recipes-misc/images/cloud9-image.bb index c29d1cb..519a8bb 100644 --- a/recipes-misc/images/cloud9-image.bb +++ b/recipes-misc/images/cloud9-image.bb @@ -9,7 +9,7 @@ ROOTFSTYPE_beaglebone = "ext4" IMAGE_INSTALL += " \ systemd-analyze \ cloud9 \ - task-sdk-target \ + packagegroup-sdk-target \ vim vim-vimrc \ procps \ beaglebone-tester \ diff --git a/recipes-misc/images/ti-hw-bringup-image.bb b/recipes-misc/images/ti-hw-bringup-image.bb index 9490098..e8dd5ed 100644 --- a/recipes-misc/images/ti-hw-bringup-image.bb +++ b/recipes-misc/images/ti-hw-bringup-image.bb @@ -21,7 +21,7 @@ IMAGE_INSTALL += " \ rt-tests \ evtest \ bc \ - task-ti-test \ + packagegroup-ti-test \ kernel-modules \ timestamp-service \ ${EXTRA_MACHINE_IMAGE_INSTALL} \ diff --git a/recipes-misc/tasks/task-ti-drivers.bb b/recipes-misc/packagegroup/packagegroup-ti-drivers.bb similarity index 96% rename from recipes-misc/tasks/task-ti-drivers.bb rename to recipes-misc/packagegroup/packagegroup-ti-drivers.bb index 532f273..e63d31b 100644 --- a/recipes-misc/tasks/task-ti-drivers.bb +++ b/recipes-misc/packagegroup/packagegroup-ti-drivers.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Task for extra drivers for Texas Instruments SoCs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -inherit task +inherit packagegroup RDEPENDS_${PN} = "\ zd1211-firmware \ diff --git a/recipes-ti/tasks/task-ti-test.bb b/recipes-ti/packagegroup/packagegroup-ti-test.bb similarity index 92% rename from recipes-ti/tasks/task-ti-test.bb rename to recipes-ti/packagegroup/packagegroup-ti-test.bb index c11695c..fc19bc5 100644 --- a/recipes-ti/tasks/task-ti-test.bb +++ b/recipes-ti/packagegroup/packagegroup-ti-test.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Extended task to get System Test specific apps" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -inherit allarch task +inherit allarch packagegroup TEST = "\ bonnie++ \ -- 1.7.9.5 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
