Introduce meta-agl-profile-core and meta-agl-profile-graphics 89/13789/7
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 16 Apr 2018 20:14:52 +0000 (22:14 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 20 Apr 2018 15:07:06 +0000 (17:07 +0200)
Rework towards agl profiles.

This change is part of a series of changes to create the
AGL profiles.

This set will mainly introduce the 'core' profile.

It is setup to be a drop-in change, thus some files were kept
in (dummy) locations for now.
However, they'll be taken care of in the next changes in this series.

The main target of the meta-agl-profile-core layer is to host:
- a minimal, bootable image with network and package management enabled
  -- agl-image-boot
- a minimal image with network and packagemanagement and the AGL APIs
  -- agl-image-minimal

The layer meta-agl-profile-graphical is used as superset of these
and includes support for egl+wayland+weston. All recipes concerning
graphics were moved there. This is not a full profile as we still have
to migrate some parts of meta-agl-demo in a follow-up changeset.

The roadmap as discussed during the F2F session in Karlsruhe is:
- week 16 : core profile and profiles w/o graphics
- week 17 : graphical profiles
- week 18 : final conversion of the demo image

v2: moved agl-login-manager from -graphics to -core (see Jose's comment)
v3: moved back after discussion - follow-up in separate changeset

Change-Id: Idacb0d1274baac1f63f8d1b850d4b1104ac33918
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
236 files changed:
meta-agl-profile-core/classes/cloc.bbclass [moved from meta-agl/classes/cloc.bbclass with 100% similarity]
meta-agl-profile-core/conf/include/agl-devel.inc [moved from meta-agl/conf/include/agl-devel.inc with 87% similarity]
meta-agl-profile-core/conf/include/agl-gplv2.inc [moved from meta-agl/conf/include/agl-gplv2.inc with 100% similarity]
meta-agl-profile-core/conf/include/base-agl.inc [moved from meta-agl/conf/include/base-agl.inc with 100% similarity]
meta-agl-profile-core/conf/layer.conf [moved from meta-ivi-common/conf/layer.conf with 63% similarity]
meta-agl-profile-core/files/group [moved from meta-agl/files/group with 100% similarity]
meta-agl-profile-core/files/passwd [moved from meta-agl/files/passwd with 100% similarity]
meta-agl-profile-core/recipes-core/dbus/.appends.core [moved from meta-agl/recipes-connectivity/connman/.appends.core with 100% similarity]
meta-agl-profile-core/recipes-core/dbus/dbus-cynara_%.bbappend [moved from meta-agl/recipes-core/dbus/dbus-cynara_%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-core/dbus/dbus/dbus.service [moved from meta-agl/recipes-core/dbus/dbus/dbus.service with 100% similarity]
meta-agl-profile-core/recipes-core/dbus/dbus/dbus.socket [moved from meta-agl/recipes-core/dbus/dbus/dbus.socket with 100% similarity]
meta-agl-profile-core/recipes-core/dbus/dbus/dbus_env.conf [moved from meta-agl/recipes-core/dbus/dbus/dbus_env.conf with 100% similarity]
meta-agl-profile-core/recipes-core/dbus/dbus_%.bbappend [moved from meta-agl/recipes-core/dbus/dbus_%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-core/glibc/.appends.core [moved from meta-agl/recipes-core/dbus/.appends.core with 100% similarity]
meta-agl-profile-core/recipes-core/glibc/glibc/arm/local-arm-futex.diff [moved from meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff with 100% similarity]
meta-agl-profile-core/recipes-core/glibc/glibc_2.2%.bbappend [moved from meta-agl/recipes-core/glibc/glibc_2.2%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-core/images/agl-image-boot.bb [new file with mode: 0644]
meta-agl-profile-core/recipes-core/images/agl-image-boot.inc [moved from meta-agl/recipes-core/images/agl-image-minimal.inc with 100% similarity]
meta-agl-profile-core/recipes-core/images/agl-image-minimal-qa.bb [moved from meta-agl/recipes-core/images/agl-image-minimal-qa.bb with 100% similarity]
meta-agl-profile-core/recipes-core/images/agl-image-minimal.bb [moved from meta-agl/recipes-core/images/agl-image-minimal.bb with 100% similarity]
meta-agl-profile-core/recipes-core/images/agl-image-minimal.inc [new file with mode: 0644]
meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-automotive.bb [moved from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-automotive.bb with 100% similarity]
meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-connectivity.bb [moved from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-connectivity.bb with 100% similarity]
meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-graphics.bb [moved from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-graphics.bb with 100% similarity]
meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-kernel.bb [moved from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-kernel.bb with 100% similarity]
meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-multimedia.bb [moved from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-multimedia.bb with 100% similarity]
meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-navi-lbs.bb [moved from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-navi-lbs.bb with 100% similarity]
meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-os-commonlibs.bb [moved from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-os-commonlibs.bb with 100% similarity]
meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-security.bb [moved from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-security.bb with 100% similarity]
meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-speech-services.bb [moved from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-speech-services.bb with 100% similarity]
meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-image-boot.bb [new file with mode: 0644]
meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-image-minimal.bb [moved from meta-agl/recipes-core/packagegroups/packagegroup-agl-image-minimal.bb with 100% similarity]
meta-agl-profile-core/recipes-core/packagegroups/packagegroup-core-boot-agl.bb [moved from meta-agl/recipes-core/packagegroups/packagegroup-core-boot-agl.bb with 100% similarity]
meta-agl-profile-core/recipes-core/psplash/.appends.core [moved from meta-agl/recipes-core/glibc/.appends.core with 100% similarity]
meta-agl-profile-core/recipes-core/psplash/files/psplash-anim [moved from meta-agl/recipes-core/psplash/files/psplash-anim with 100% similarity]
meta-agl-profile-core/recipes-core/psplash/files/psplash-colors.h [moved from meta-agl/recipes-core/psplash/files/psplash-colors.h with 100% similarity]
meta-agl-profile-core/recipes-core/psplash/files/psplash-poky-img.h [moved from meta-agl/recipes-core/psplash/files/psplash-poky-img.h with 100% similarity]
meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service [moved from meta-agl/recipes-core/psplash/files/psplash-quit.service with 100% similarity]
meta-agl-profile-core/recipes-core/psplash/files/psplash-start.service [moved from meta-agl/recipes-core/psplash/files/psplash-start.service with 100% similarity]
meta-agl-profile-core/recipes-core/psplash/psplash_git.bbappend [moved from meta-agl/recipes-core/psplash/psplash_git.bbappend with 100% similarity]
meta-agl-profile-core/recipes-core/systemd/.appends.core [moved from meta-agl/recipes-core/psplash/.appends.core with 100% similarity]
meta-agl-profile-core/recipes-core/systemd/systemd/0001-Switch-Smack-label-earlier.patch [moved from meta-agl/recipes-core/systemd/systemd/0001-Switch-Smack-label-earlier.patch with 100% similarity]
meta-agl-profile-core/recipes-core/systemd/systemd/e2fsck.conf [moved from meta-agl/recipes-core/systemd/systemd/e2fsck.conf with 100% similarity]
meta-agl-profile-core/recipes-core/systemd/systemd/wired.network [moved from meta-agl/recipes-core/systemd/systemd/wired.network with 100% similarity]
meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend [moved from meta-agl/recipes-core/systemd/systemd_%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-core/systemd/systemd_234.bbappend [moved from meta-agl/recipes-core/systemd/systemd_234.bbappend with 100% similarity]
meta-agl-profile-core/recipes-devtools/gdb/gdb_%.bbappend [moved from meta-agl/recipes-devtools/gdb/gdb_%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-devtools/low-level-can-generator/low-level-can-generator_git.bb [moved from meta-agl/recipes-devtools/low-level-can-generator/low-level-can-generator_git.bb with 100% similarity]
meta-agl-profile-core/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend [moved from meta-agl/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend with 100% similarity]
meta-agl-profile-core/recipes-devtools/packagegroups/packagegroup-agl-devel.bb [moved from meta-agl/recipes-devtools/packagegroups/packagegroup-agl-devel.bb with 100% similarity]
meta-agl-profile-core/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts [moved from meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts with 100% similarity]
meta-agl-profile-core/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service [moved from meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service with 100% similarity]
meta-agl-profile-core/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb [moved from meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb with 100% similarity]
meta-agl-profile-core/recipes-devtools/run-postinsts/run-postinsts_%.bbappend [moved from meta-agl/recipes-devtools/run-postinsts/run-postinsts_%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-ivi/images/agl-image-ivi-crosssdk.bb [moved from meta-agl/recipes-ivi/images/agl-image-ivi-crosssdk.bb with 100% similarity]
meta-agl-profile-core/recipes-ivi/images/agl-image-ivi-qa.bb [moved from meta-agl/recipes-ivi/images/agl-image-ivi-qa.bb with 100% similarity]
meta-agl-profile-core/recipes-ivi/images/agl-image-ivi.bb [moved from meta-agl/recipes-ivi/images/agl-image-ivi.bb with 100% similarity]
meta-agl-profile-core/recipes-ivi/images/agl-image-ivi.inc [moved from meta-agl/recipes-ivi/images/agl-image-ivi.inc with 100% similarity]
meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-image-ivi.bb [moved from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-image-ivi.bb with 95% similarity]
meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-automotive.bb [moved from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-automotive.bb with 100% similarity]
meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-connectivity.bb [moved from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-connectivity.bb with 100% similarity]
meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-graphics.bb [moved from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-graphics.bb with 100% similarity]
meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-kernel.bb [moved from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-kernel.bb with 100% similarity]
meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-multimedia.bb [moved from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-multimedia.bb with 100% similarity]
meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-navi-lbs.bb [moved from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-navi-lbs.bb with 100% similarity]
meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-os-commonlibs.bb [moved from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-os-commonlibs.bb with 100% similarity]
meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-security.bb [moved from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-security.bb with 100% similarity]
meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-speech-services.bb [moved from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-speech-services.bb with 100% similarity]
meta-agl-profile-core/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend [moved from meta-agl/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-multimedia/lightmediascanner/.appends.meta-efl [moved from meta-agl/recipes-multimedia/lightmediascanner/.appends.meta-efl with 100% similarity]
meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/0001-Define-comparison_fn_t-for-non-glibc-systems.patch [moved from meta-agl/recipes-multimedia/lightmediascanner/files/0001-Define-comparison_fn_t-for-non-glibc-systems.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf [moved from meta-agl/recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf with 100% similarity]
meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/id3-plugin-support-out-of-tree-build.patch [moved from meta-agl/recipes-multimedia/lightmediascanner/files/id3-plugin-support-out-of-tree-build.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/lightmediascanner.service [moved from meta-agl/recipes-multimedia/lightmediascanner/files/lightmediascanner.service with 100% similarity]
meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/plugin-ogg-fix-chucksize-issue.patch [moved from meta-agl/recipes-multimedia/lightmediascanner/files/plugin-ogg-fix-chucksize-issue.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend [moved from meta-agl/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-multimedia/lightmediascanner/lightmediascanner_0.5.1.bb [moved from meta-agl/recipes-multimedia/lightmediascanner/lightmediascanner_0.5.1.bb with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/agl-audio-plugin_0.1.bb [moved from meta-agl/recipes-multimedia/pulseaudio/agl-audio-plugin_0.1.bb with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0001-install-files-for-a-module-development.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0001-install-files-for-a-module-development.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0002-volume-ramp-additions-to-the-low-level-infra.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0002-volume-ramp-additions-to-the-low-level-infra.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0003-volume-ramp-adding-volume-ramping-to-sink-input.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0003-volume-ramp-adding-volume-ramping-to-sink-input.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0004-sink-input-Code-cleanup-regarding-volume-ramping.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0004-sink-input-Code-cleanup-regarding-volume-ramping.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0005-sink-input-volume-Add-support-for-volume-ramp-factor.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0005-sink-input-volume-Add-support-for-volume-ramp-factor.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0006-sink-input-Remove-pa_sink_input_set_volume_ramp.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0006-sink-input-Remove-pa_sink_input_set_volume_ramp.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/enable-ofono-hfp-backend.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/enable-ofono-hfp-backend.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0008-install-files-for-a-module-development.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0008-install-files-for-a-module-development.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0010-volume-ramp-additions-to-the-low-level-infra.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0010-volume-ramp-additions-to-the-low-level-infra.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0011-volume-ramp-adding-volume-ramping-to-sink-input.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0011-volume-ramp-adding-volume-ramping-to-sink-input.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0012-volume-ramp-add-volume-ramping-to-sink.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0012-volume-ramp-add-volume-ramping-to-sink.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0013-add-internal-corking-state-for-sink-input.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0013-add-internal-corking-state-for-sink-input.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0020-core-util-Add-pa_join.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0020-core-util-Add-pa_join.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0021-dynarray-Add-pa_dynarray_get_raw_array.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0021-dynarray-Add-pa_dynarray_get_raw_array.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0022-device-port-Add-pa_device_port.active.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0022-device-port-Add-pa_device_port.active.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0030-volume-api-Add-libvolume-api.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0030-volume-api-Add-libvolume-api.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0031-Add-module-main-volume-policy.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0031-Add-module-main-volume-policy.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0039-main-volume-policy-adapt-to-pa6rev.patch [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0039-main-volume-policy-adapt-to-pa6rev.patch with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_10.0.bbappend [moved from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio_10.0.bbappend with 100% similarity]
meta-agl-profile-core/recipes-navigation/geoclue/files/org.freedesktop.GeoClue2.Client.conf [moved from meta-agl/recipes-navigation/geoclue/files/org.freedesktop.GeoClue2.Client.conf with 100% similarity]
meta-agl-profile-core/recipes-navigation/geoclue/geoclue_%.bbappend [moved from meta-agl/recipes-navigation/geoclue/geoclue_%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-navigation/gpsd/gpsd_%.bbappend [moved from meta-agl/recipes-navigation/gpsd/gpsd_%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-support/libsoup/libsoup-2.4_%.bbappend [moved from meta-agl/recipes-support/libsoup/libsoup-2.4_%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-test/aiostress/aiostress_0.22.bb [moved from meta-ivi-common/recipes-test/aiostress/aiostress_0.22.bb with 100% similarity]
meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0001-Makefile.patch [moved from meta-ivi-common/recipes-test/blobsallad/blobsallad/0001-Makefile.patch with 100% similarity, mode: 0644]
meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0002-auto.patch [moved from meta-ivi-common/recipes-test/blobsallad/blobsallad/0002-auto.patch with 100% similarity, mode: 0644]
meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0003-printcleanup.patch [moved from meta-ivi-common/recipes-test/blobsallad/blobsallad/0003-printcleanup.patch with 100% similarity, mode: 0644]
meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0004-bs_main.c.patch [moved from meta-ivi-common/recipes-test/blobsallad/blobsallad/0004-bs_main.c.patch with 100% similarity, mode: 0644]
meta-agl-profile-core/recipes-test/blobsallad/blobsallad_2006-11-14-23-57.bb [moved from meta-ivi-common/recipes-test/blobsallad/blobsallad_2006-11-14-23-57.bb with 100% similarity]
meta-agl-profile-core/recipes-test/dung/dung_3.4.25-m2.bb [moved from meta-ivi-common/recipes-test/dung/dung_3.4.25-m2.bb with 100% similarity]
meta-agl-profile-core/recipes-test/ebizzy/ebizzy_0.3.bb [moved from meta-ivi-common/recipes-test/ebizzy/ebizzy_0.3.bb with 100% similarity]
meta-agl-profile-core/recipes-test/ffsb/ffsb_6.0-rc2.bb [moved from meta-ivi-common/recipes-test/ffsb/ffsb_6.0-rc2.bb with 100% similarity]
meta-agl-profile-core/recipes-test/fontconfig/fontconfig_%.bbappend [moved from meta-ivi-common/recipes-test/fontconfig/fontconfig_%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-test/freetype/files/0001-Makefile-dont-build-gfx-demos.patch [moved from meta-ivi-common/recipes-test/freetype/files/0001-Makefile-dont-build-gfx-demos.patch with 100% similarity]
meta-agl-profile-core/recipes-test/freetype/files/0001-ft2demos-Makefile-Do-not-hardcode-libtool-path.patch [moved from meta-ivi-common/recipes-test/freetype/files/0001-ft2demos-Makefile-Do-not-hardcode-libtool-path.patch with 100% similarity]
meta-agl-profile-core/recipes-test/freetype/freetype_2.8.bbappend [moved from meta-ivi-common/recipes-test/freetype/freetype_2.8.bbappend with 100% similarity]
meta-agl-profile-core/recipes-test/fsfuzzer/files/0001-fix_missing_header_sys_stat.patch [moved from meta-ivi-common/recipes-test/fsfuzzer/files/0001-fix_missing_header_sys_stat.patch with 100% similarity]
meta-agl-profile-core/recipes-test/fsfuzzer/fsfuzzer_0.7.bb [moved from meta-ivi-common/recipes-test/fsfuzzer/fsfuzzer_0.7.bb with 100% similarity]
meta-agl-profile-core/recipes-test/glmark2/glmark2_%.bbappend [moved from meta-ivi-common/recipes-test/glmark2/glmark2_%.bbappend with 100% similarity]
meta-agl-profile-core/recipes-test/himeno/himeno_2.0.bb [moved from meta-ivi-common/recipes-test/himeno/himeno_2.0.bb with 100% similarity]
meta-agl-profile-core/recipes-test/interbench/files/interbench.c.patch [moved from meta-ivi-common/recipes-test/interbench/files/interbench.c.patch with 100% similarity, mode: 0644]
meta-agl-profile-core/recipes-test/interbench/interbench_0.31.bb [moved from meta-ivi-common/recipes-test/interbench/interbench_0.31.bb with 100% similarity]
meta-agl-profile-core/recipes-test/iperf/iperf-2.0.9/0001-fix-out-of-tree-config.patch [moved from meta-ivi-common/recipes-test/iperf/iperf-2.0.9/0001-fix-out-of-tree-config.patch with 100% similarity]
meta-agl-profile-core/recipes-test/iperf/iperf-2.0.9/0002-fix-bool-size-m4.patch [moved from meta-ivi-common/recipes-test/iperf/iperf-2.0.9/0002-fix-bool-size-m4.patch with 100% similarity]
meta-agl-profile-core/recipes-test/iperf/iperf-2.0.9/iperf-2.0.5_ManPage.patch [moved from meta-ivi-common/recipes-test/iperf/iperf-2.0.9/iperf-2.0.5_ManPage.patch with 100% similarity, mode: 0644]
meta-agl-profile-core/recipes-test/iperf/iperf_2.0.9.bb [moved from meta-ivi-common/recipes-test/iperf/iperf_2.0.9.bb with 100% similarity]
meta-agl-profile-core/recipes-test/ipv6connect/ipv6connect.bb [moved from meta-ivi-common/recipes-test/ipv6connect/ipv6connect.bb with 100% similarity]
meta-agl-profile-core/recipes-test/linpack/linpack.bb [moved from meta-ivi-common/recipes-test/linpack/linpack.bb with 100% similarity]
meta-agl-profile-core/recipes-test/linus-stress/linus-stress.bb [moved from meta-ivi-common/recipes-test/linus-stress/linus-stress.bb with 100% similarity]
meta-agl-profile-core/recipes-test/packagegroups/packagegroup-agl-test.bb [moved from meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb with 81% similarity]
meta-agl-profile-core/recipes-test/trinity/trinity_git.bb [moved from meta-ivi-common/recipes-test/trinity/trinity_git.bb with 100% similarity]
meta-agl-profile-demo/conf/layer.conf [new file with mode: 0644]
meta-agl-profile-demo/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb [moved from meta-agl/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/bluez-alsa/files/bluez-alsa.service [moved from meta-agl/recipes-connectivity/bluez-alsa/files/bluez-alsa.service with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/bluez5/bluez5/bluetooth.conf [moved from meta-agl/recipes-connectivity/bluez5/bluez5/bluetooth.conf with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/bluez5/bluez5_%.bbappend [moved from meta-agl/recipes-connectivity/bluez5/bluez5_%.bbappend with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/busybox/busybox_%.bbappend [moved from meta-agl/recipes-connectivity/busybox/busybox_%.bbappend with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/busybox/files/enable-wget-https.cfg [moved from meta-agl/recipes-connectivity/busybox/files/enable-wget-https.cfg with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb [moved from meta-agl/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/connman/.appends.core [moved from meta-agl/recipes-core/systemd/.appends.core with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/connman/connman_%.bbappend [moved from meta-agl/recipes-connectivity/connman/connman_%.bbappend with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/connman/files/0001-disable-when-booting-over-nfs.patch [moved from meta-agl/recipes-connectivity/connman/files/0001-disable-when-booting-over-nfs.patch with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/rtl-sdr/rtl-sdr/0001-remove-I-usr-include-in-pkg-config.patch [moved from meta-agl/recipes-connectivity/rtl-sdr/rtl-sdr/0001-remove-I-usr-include-in-pkg-config.patch with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/rtl-sdr/rtl-sdr_0.5.3.bb [moved from meta-agl/recipes-connectivity/rtl-sdr/rtl-sdr_0.5.3.bb with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/rygel/.appends.meta-multimedia [moved from meta-agl/recipes-connectivity/rygel/.appends.meta-multimedia with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/rygel/files/0001-Fix-missing-link-to-unistring-for-lms-plugin.patch [moved from meta-agl/recipes-connectivity/rygel/files/0001-Fix-missing-link-to-unistring-for-lms-plugin.patch with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/rygel/files/rygel.service [moved from meta-agl/recipes-connectivity/rygel/files/rygel.service with 100% similarity]
meta-agl-profile-demo/recipes-connectivity/rygel/rygel_%.bbappend [moved from meta-agl/recipes-connectivity/rygel/rygel_%.bbappend with 100% similarity]
meta-agl-profile-demo/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb [new file with mode: 0644]
meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon/0001-Fix-build-with-systemd-209.patch [moved from meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon/0001-Fix-build-with-systemd-209.patch with 100% similarity]
meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon/0002-Don-t-execute-processes-as-a-specific-user.patch [moved from meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon/0002-Don-t-execute-processes-as-a-specific-user.patch with 100% similarity]
meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon/0003-systemd-unit-type-should-be-in-lowercase-so-use-Type.patch [moved from meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon/0003-systemd-unit-type-should-be-in-lowercase-so-use-Type.patch with 100% similarity]
meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon/0004-Modify-systemd-config-directory.patch [moved from meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon/0004-Modify-systemd-config-directory.patch with 100% similarity]
meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb [moved from meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb with 100% similarity]
meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb [moved from meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb with 100% similarity]
meta-agl-profile-demo/recipes-multimedia/audiomanager/audiomanager/0001-Fix-duplicated-command-line-arg-t.patch [moved from meta-ivi-common/recipes-multimedia/audiomanager/audiomanager/0001-Fix-duplicated-command-line-arg-t.patch with 100% similarity]
meta-agl-profile-demo/recipes-multimedia/audiomanager/audiomanager/audiomanager.service [moved from meta-ivi-common/recipes-multimedia/audiomanager/audiomanager/audiomanager.service with 100% similarity]
meta-agl-profile-demo/recipes-multimedia/audiomanager/audiomanager_7.4.bb [moved from meta-ivi-common/recipes-multimedia/audiomanager/audiomanager_7.4.bb with 100% similarity]
meta-agl-profile-graphical/classes/agl-graphical.bbclass [moved from meta-agl/classes/agl-graphical.bbclass with 100% similarity]
meta-agl-profile-graphical/conf/layer.conf [new file with mode: 0644]
meta-agl-profile-graphical/recipes-config/agl-login-manager/agl-login-manager_0.1.bb [moved from meta-agl/recipes-config/agl-login-manager/agl-login-manager_0.1.bb with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/agl-desktop-config_0.1.bb [moved from meta-agl/recipes-graphics/agl-desktop-config/agl-desktop-config_0.1.bb with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/files/user-weston-term.path [moved from meta-agl/recipes-graphics/agl-desktop-config/files/user-weston-term.path with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/files/user-weston-term.service [moved from meta-agl/recipes-graphics/agl-desktop-config/files/user-weston-term.service with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/images/agl-image-weston.bb [moved from meta-agl/recipes-graphics/images/agl-image-weston.bb with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/images/agl-image-weston.inc [moved from meta-agl/recipes-graphics/images/agl-image-weston.inc with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb [moved from meta-agl/recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/Readme.weston-ini-conf [moved from meta-agl/recipes-graphics/wayland/Readme.weston-ini-conf with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/0001-Resolve-weston-crush-when-repeat-touching-very-quick.patch [moved from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0001-Resolve-weston-crush-when-repeat-touching-very-quick.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/0001-simple-id-agent-initial-commit.patch [moved from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0001-simple-id-agent-initial-commit.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/0002-ivi-controller-load-id-agent-module.patch [moved from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0002-ivi-controller-load-id-agent-module.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/0003-ivi-controller-add-resize-setting-suit-to-surface-si.patch [moved from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0003-ivi-controller-add-resize-setting-suit-to-surface-si.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/disable-sanitizer-tests.patch [moved from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/disable-sanitizer-tests.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/wandboard_fix_build.patch [moved from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/wandboard_fix_build.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension_1.13.0.bb [moved from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.13.0.bb with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension_2.0.2.bb [moved from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_2.0.2.bb with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/wayland/0001-Change-socket-mode-add-rw-for-group.patch [moved from meta-agl/recipes-graphics/wayland/wayland/0001-Change-socket-mode-add-rw-for-group.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/wayland_%.bbappend [moved from meta-agl/recipes-graphics/wayland/wayland_%.bbappend with 75% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf.bb [moved from meta-agl/recipes-graphics/wayland/weston-ini-conf.bb with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/core.cfg [moved from meta-agl/recipes-graphics/wayland/weston-ini-conf/core.cfg with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270.cfg [moved from meta-agl/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270.cfg with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-90.cfg [moved from meta-agl/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-90.cfg with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/id-agent.cfg [moved from meta-agl/recipes-graphics/wayland/weston-ini-conf/id-agent.cfg with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/ivishell.cfg [moved from meta-agl/recipes-graphics/wayland/weston-ini-conf/ivishell.cfg with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/shell.cfg [moved from meta-agl/recipes-graphics/wayland/weston-ini-conf/shell.cfg with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston-init.bbappend [moved from meta-agl/recipes-graphics/wayland/weston-init.bbappend with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add [moved from meta-agl/recipes-graphics/wayland/weston-init/weston.service.add with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston_tmpfiles.conf [moved from meta-agl/recipes-graphics/wayland/weston-init/weston_tmpfiles.conf with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0001-Allow-regular-users-to-launch-Weston_2.0.0.patch [moved from meta-agl/recipes-graphics/wayland/weston/0001-Allow-regular-users-to-launch-Weston_2.0.0.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0001-ivi-shell-rework-goto-labels-to-avoid-memory-leaks.patch [moved from meta-agl/recipes-graphics/wayland/weston/0001-ivi-shell-rework-goto-labels-to-avoid-memory-leaks.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0002-ivi-shell-removed-assert.patch [moved from meta-agl/recipes-graphics/wayland/weston/0002-ivi-shell-removed-assert.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0003-ivi-shell-introduction-of-IVI_INVALID_ID.patch [moved from meta-agl/recipes-graphics/wayland/weston/0003-ivi-shell-introduction-of-IVI_INVALID_ID.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0004-layout-interface-added-interface-to-change-surface-id.patch [moved from meta-agl/recipes-graphics/wayland/weston/0004-layout-interface-added-interface-to-change-surface-id.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0005-ivi-layout-introcuded-configure_desktop_changed.patch [moved from meta-agl/recipes-graphics/wayland/weston/0005-ivi-layout-introcuded-configure_desktop_changed.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0006-ivi-layout-introcuded-surface_create_and_configure.patch [moved from meta-agl/recipes-graphics/wayland/weston/0006-ivi-layout-introcuded-surface_create_and_configure.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0007-ivi-shell-linked-libweston-desktop-and-added-structs.patch [moved from meta-agl/recipes-graphics/wayland/weston/0007-ivi-shell-linked-libweston-desktop-and-added-structs.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0008-ivi-layout-use-libweston-desktop-api-for-views.patch [moved from meta-agl/recipes-graphics/wayland/weston/0008-ivi-layout-use-libweston-desktop-api-for-views.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0009-ivi-shell-added-libweston-desktop-api_implementation.patch [moved from meta-agl/recipes-graphics/wayland/weston/0009-ivi-shell-added-libweston-desktop-api_implementation.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0010-ivi-shell-remove-surface_destroy_listener.patch [moved from meta-agl/recipes-graphics/wayland/weston/0010-ivi-shell-remove-surface_destroy_listener.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0011-ivi-shell-create-weston-desktop-in_wet_shell_init.patch [moved from meta-agl/recipes-graphics/wayland/weston/0011-ivi-shell-create-weston-desktop-in_wet_shell_init.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0012-hmi-controller-register-for-desktop_surface_configured.patch [moved from meta-agl/recipes-graphics/wayland/weston/0012-hmi-controller-register-for-desktop_surface_configured.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0013-simple-egl-remove-ivi-application-support.patch [moved from meta-agl/recipes-graphics/wayland/weston/0013-simple-egl-remove-ivi-application-support.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0014-simple-shm-remove-ivi-application-support.patch [moved from meta-agl/recipes-graphics/wayland/weston/0014-simple-shm-remove-ivi-application-support.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0015-window-client-remove-ivi-application-support.patch [moved from meta-agl/recipes-graphics/wayland/weston/0015-window-client-remove-ivi-application-support.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston/0016-ivi-shell_add_screen_remove_layer_api.patch [moved from meta-agl/recipes-graphics/wayland/weston/0016-ivi-shell_add_screen_remove_layer_api.patch with 100% similarity]
meta-agl-profile-graphical/recipes-graphics/wayland/weston_2.0.0.bbappend [moved from meta-agl/recipes-graphics/wayland/weston_2.0.0.bbappend with 100% similarity]
meta-agl/classes/.gitkeep [deleted file]
meta-agl/recipes-automotive/.gitkeep [deleted file]
meta-agl/recipes-bsp/.gitkeep [deleted file]
meta-agl/recipes-navi-lbs/.gitkeep [deleted file]
meta-agl/recipes-support/.gitkeep [deleted file]
meta-agl/recipes-test/packagegroups/packagegroup-agl-test.bb [deleted file]
meta-ivi-common/classes/.gitkeep [deleted file]
meta-ivi-common/recipes-connectivity/.gitkeep [deleted file]
meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-automotive.bb [deleted file]
meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-connectivity.bb [deleted file]
meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-graphics.bb [deleted file]
meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-kernel.bb [deleted file]
meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb [deleted file]
meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-navi-lbs.bb [deleted file]
meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-os-commonlibs.bb [deleted file]
meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-security.bb [deleted file]
meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-speech-services.bb [deleted file]
meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core.bb [deleted file]
meta-ivi-common/recipes-devtools/.gitkeep [deleted file]
meta-ivi-common/recipes-extended/.gitkeep [deleted file]
meta-ivi-common/recipes-graphics/.gitkeep [deleted file]
meta-ivi-common/recipes-graphics/wayland/weston_%.bbappend [deleted file]
meta-ivi-common/recipes-support/.gitkeep [deleted file]
templates/base/00_local.conf.agl.inc
templates/base/bblayers.conf.sample
templates/feature/agl-appfw-smack/50_bblayers.conf.inc [deleted file]
templates/feature/agl-appfw-smack/50_local.conf.inc
templates/feature/agl-ci-change-features-nogfx/included.dep
templates/feature/agl-ci-change-features/included.dep
templates/feature/agl-ci-snapshot-features-nogfx/included.dep
templates/feature/agl-ci-snapshot-features/included.dep

similarity index 87%
rename from meta-agl/conf/include/agl-devel.inc
rename to meta-agl-profile-core/conf/include/agl-devel.inc
index fd11ade..705b173 100644 (file)
@@ -1,8 +1,8 @@
 IMAGE_FEATURES =+ "debug-tweaks eclipse-debug tools-debug tools-profile"
 
-IMAGE_INSTALL_append = " \
-    packagegroup-agl-devel \
-"
+#IMAGE_INSTALL_append = " \
+#    packagegroup-agl-core-devel \
+#"
 
 IMAGE_INSTALL_append = "${@bb.utils.contains('IMAGE_FSTYPES', 'wic.vmdk', ' open-vm-tools vboxguestdrivers', '', d)}"
 
similarity index 63%
rename from meta-ivi-common/conf/layer.conf
rename to meta-agl-profile-core/conf/layer.conf
index 4251723..83c5555 100644 (file)
@@ -5,6 +5,6 @@ BBPATH =. "${LAYERDIR}:"
 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
             ${LAYERDIR}/recipes-*/*/*.bbappend"
 
-BBFILE_COLLECTIONS += "ivi-common"
-BBFILE_PATTERN_ivi-common = "^${LAYERDIR}/"
-BBFILE_PRIORITY_ivi-common = "70"
+BBFILE_COLLECTIONS += "aglprofilecore"
+BBFILE_PATTERN_aglprofilecore = "^${LAYERDIR}/"
+BBFILE_PRIORITY_aglprofilecore = "80"
diff --git a/meta-agl-profile-core/recipes-core/images/agl-image-boot.bb b/meta-agl-profile-core/recipes-core/images/agl-image-boot.bb
new file mode 100644 (file)
index 0000000..84cdbcf
--- /dev/null
@@ -0,0 +1,9 @@
+SUMMARY = "An AGL small image just capable of allowing a device to boot."
+
+require agl-image-boot.inc
+
+LICENSE = "MIT"
+
+IMAGE_INSTALL_append = "\
+    packagegroup-agl-image-boot \
+    "
diff --git a/meta-agl-profile-core/recipes-core/images/agl-image-minimal.inc b/meta-agl-profile-core/recipes-core/images/agl-image-minimal.inc
new file mode 100644 (file)
index 0000000..8253939
--- /dev/null
@@ -0,0 +1,10 @@
+IMAGE_LINGUAS = " "
+
+inherit core-image
+
+IMAGE_INSTALL = "${CORE_IMAGE_EXTRA_INSTALL}"
+
+IMAGE_ROOTFS_SIZE ?= "8192"
+
+# Allow extra IMAGE_FSTYPES to be added by boards configs
+IMAGE_FSTYPES += "${AGL_EXTRA_IMAGE_FSTYPES}"
diff --git a/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-image-boot.bb b/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-image-boot.bb
new file mode 100644 (file)
index 0000000..29f859c
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "The minimal set of packages required by AGL"
+LICENSE = "MIT"
+
+inherit packagegroup
+
+PACKAGES = "\
+    packagegroup-agl-image-boot \
+    "
+
+ALLOW_EMPTY_${PN} = "1"
+
+RDEPENDS_${PN} += "\
+    packagegroup-core-boot-agl \
+    "
+
+
+RDEPENDS_${PN} += "\
+    "
@@ -6,8 +6,9 @@ LICENSE = "MIT"
 inherit packagegroup
 
 PACKAGES = "\
+    packagegroup-agl-test \
+    packagegroup-agl-test-ltp \
     packagegroup-ivi-common-test \
-    packagegroup-ivi-common-test-ltp \
     "
 
 ALLOW_EMPTY_${PN} = "1"
@@ -25,9 +26,7 @@ RDEPENDS_${PN} += "\
     linpack \
     linus-stress \
     lmbench \
-    ltp \
     nbench-byte \
-    packagegroup-ivi-common-test-ltp \
     rt-tests \
     stress \
     "
@@ -39,13 +38,20 @@ RDEPENDS_${PN} += "\
 # FTBS, SPEC-1384
 #    trinity
 
+#    packagegroup-agl-test-ltp \
+#    ltp \
+#
 
 # Packages for shell commands which are required by LTP
 #   readelf, logrotate, vsftpd, crontab, sar, arp, ftp,
 #   host, rcp, rlogin, rsh, tcpdump, expect, iptables, dnsmasq,
 #   pgrep
-RDEPENDS_packagegroup-ivi-common-test-ltp += " \
+RDEPENDS_packagegroup-agl-test-ltp += " \
     initscripts-functions bind-utils binutils \
     cronie dnsmasq expect inetutils-ftp inetutils-rsh \
     iptables logrotate net-tools sysstat tcpdump vsftpd \
     "
+
+RDEPENDS_packagegroup-ivi-common-test = " \
+    packagegroup-agl-test \
+    "
diff --git a/meta-agl-profile-demo/conf/layer.conf b/meta-agl-profile-demo/conf/layer.conf
new file mode 100644 (file)
index 0000000..bf7347e
--- /dev/null
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH =. "${LAYERDIR}:"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+            ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "aglprofiledemo"
+BBFILE_PATTERN_aglprofiledemo = "^${LAYERDIR}/"
+BBFILE_PRIORITY_aglprofiledemo = "70"
diff --git a/meta-agl-profile-demo/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb b/meta-agl-profile-demo/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb
new file mode 100644 (file)
index 0000000..abe6786
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "The minimal set of packages for Multimedia Subsystem"
+LICENSE = "MIT"
+
+inherit packagegroup
+
+PACKAGES = "\
+    packagegroup-ivi-common-core-multimedia \
+    "
+
+ALLOW_EMPTY_${PN} = "1"
+
+RDEPENDS_${PN} += "\
+    "
diff --git a/meta-agl-profile-graphical/conf/layer.conf b/meta-agl-profile-graphical/conf/layer.conf
new file mode 100644 (file)
index 0000000..4b0b8cb
--- /dev/null
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH =. "${LAYERDIR}:"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+            ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "aglprofilegraphical"
+BBFILE_PATTERN_aglprofilegraphical = "^${LAYERDIR}/"
+BBFILE_PRIORITY_aglprofilegraphical = "70"
@@ -3,3 +3,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 SRC_URI_append = "\
     file://0001-Change-socket-mode-add-rw-for-group.patch \
     "
+EXTRA_OECONF_append = " --enable-ivi-shell"
diff --git a/meta-agl/classes/.gitkeep b/meta-agl/classes/.gitkeep
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/meta-agl/recipes-automotive/.gitkeep b/meta-agl/recipes-automotive/.gitkeep
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/meta-agl/recipes-bsp/.gitkeep b/meta-agl/recipes-bsp/.gitkeep
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/meta-agl/recipes-navi-lbs/.gitkeep b/meta-agl/recipes-navi-lbs/.gitkeep
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/meta-agl/recipes-support/.gitkeep b/meta-agl/recipes-support/.gitkeep
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/meta-agl/recipes-test/packagegroups/packagegroup-agl-test.bb b/meta-agl/recipes-test/packagegroups/packagegroup-agl-test.bb
deleted file mode 100644 (file)
index 2a18cbc..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "Utilities for testing of AGL"
-DESCRIPTION = "A set of packages required by testing AGL for Quality Assurance"
-
-LICENSE = "MIT"
-
-inherit packagegroup
-
-PACKAGES = "\
-    packagegroup-agl-test \
-    "
-
-ALLOW_EMPTY_${PN} = "1"
-
-RDEPENDS_${PN} += "\
-    "
diff --git a/meta-ivi-common/classes/.gitkeep b/meta-ivi-common/classes/.gitkeep
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/meta-ivi-common/recipes-connectivity/.gitkeep b/meta-ivi-common/recipes-connectivity/.gitkeep
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-automotive.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-automotive.bb
deleted file mode 100644 (file)
index e633331..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "The middlewares for AGL IVI profile"
-DESCRIPTION = "A set of common packages required by Automotive Subsystem"
-
-LICENSE = "MIT"
-
-inherit packagegroup
-
-PACKAGES = "\
-    packagegroup-ivi-common-core-automotive \
-    "
-
-ALLOW_EMPTY_${PN} = "1"
-
-RDEPENDS_${PN} += " "
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-connectivity.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-connectivity.bb
deleted file mode 100644 (file)
index 2453c3c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "The middlewares for AGL IVI profile"
-DESCRIPTION = "A set of common packages required by Connectivity Subsystem "
-
-LICENSE = "MIT"
-
-inherit packagegroup
-
-PACKAGES = "\
-    packagegroup-ivi-common-core-connectivity \
-    "
-
-ALLOW_EMPTY_${PN} = "1"
-
-RDEPENDS_${PN} += "\
-    "
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-graphics.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-graphics.bb
deleted file mode 100644 (file)
index c474b9f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "The middlewares for AGL IVI profile"
-DESCRIPTION = "A set of common packages required by Graphics Subsystem"
-
-LICENSE = "MIT"
-
-inherit packagegroup
-
-PACKAGES = "\
-    packagegroup-ivi-common-core-graphics \
-    "
-
-ALLOW_EMPTY_${PN} = "1"
-
-RDEPENDS_${PN} += "\
-    weston weston-init weston-ini-conf weston-examples \
-    wayland-ivi-extension \
-    "
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-kernel.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-kernel.bb
deleted file mode 100644 (file)
index 14e5f43..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "The middlewares for AGL IVI profile"
-DESCRIPTION = "A set of common packages required by Kernel Subysystem"
-
-LICENSE = "MIT"
-
-inherit packagegroup
-
-PACKAGES = "\
-    packagegroup-ivi-common-core-kernel \
-    "
-
-ALLOW_EMPTY_${PN} = "1"
-
-RDEPENDS_${PN} += "\
-    "
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb
deleted file mode 100644 (file)
index 602d247..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-SUMMARY = "The middlewares for AGL IVI profile"
-DESCRIPTION = "A set of common packages required by Multimedia Subsystem"
-
-LICENSE = "MIT"
-
-inherit packagegroup
-
-PACKAGES = "\
-    packagegroup-ivi-common-core-multimedia \
-    "
-
-ALLOW_EMPTY_${PN} = "1"
-
-RDEPENDS_${PN} += "\
-    ${@bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', '' , 'agl-audio-plugin', d)} \
-    alsa-utils \
-    pulseaudio-server \
-    pulseaudio-misc \
-    ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '\
-        pulseaudio-module-bluetooth-discover \
-        pulseaudio-module-bluetooth-policy \
-        pulseaudio-module-bluez5-discover \
-        pulseaudio-module-bluez5-device \
-        pulseaudio-module-switch-on-connect \
-        pulseaudio-module-loopback \
-        ','', d)} \
-    gstreamer1.0-meta-base \
-    "
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-navi-lbs.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-navi-lbs.bb
deleted file mode 100644 (file)
index 63c2734..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "The middlewares for AGL IVI profile"
-DESCRIPTION = "A set of common packages required by Navigation and Location Based Services Subsystem"
-
-LICENSE = "MIT"
-
-inherit packagegroup
-
-PACKAGES = "\
-    packagegroup-ivi-common-core-navi-lbs \
-    "
-
-ALLOW_EMPTY_${PN} = "1"
-
-RDEPENDS_${PN} += "\
-    "
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-os-commonlibs.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-os-commonlibs.bb
deleted file mode 100644 (file)
index 99a3abd..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-SUMMARY = "The middlewares for AGL IVI profile"
-DESCRIPTION = "A set of common packages required by Operating System and Common libraries Subsystem"
-
-LICENSE = "MIT"
-
-inherit packagegroup
-
-PACKAGES = "\
-    packagegroup-ivi-common-core-os-commonlibs \
-    "
-
-ALLOW_EMPTY_${PN} = "1"
-
-RDEPENDS_${PN} += "\
-    procps \
-    "
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-security.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-security.bb
deleted file mode 100644 (file)
index b7c1539..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "The middlewares for AGL IVI profile"
-DESCRIPTION = "A set of common packages required by Security Subsystem"
-
-LICENSE = "MIT"
-
-inherit packagegroup
-
-PACKAGES = "\
-    packagegroup-ivi-common-core-security \
-    "
-
-ALLOW_EMPTY_${PN} = "1"
-
-RDEPENDS_${PN} += "\
-    "
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-speech-services.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-speech-services.bb
deleted file mode 100644 (file)
index 72105ee..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "The middlewares for AGL IVI profile"
-DESCRIPTION = "A set of common packages required by Speech Services Subsystem"
-
-LICENSE = "MIT"
-
-inherit packagegroup
-
-PACKAGES = "\
-    packagegroup-ivi-common-core-speech-services \
-    "
-
-ALLOW_EMPTY_${PN} = "1"
-
-RDEPENDS_${PN} += "\
-    "
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core.bb
deleted file mode 100644 (file)
index b3cff10..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "The middlewares for AGL IVI profile"
-DESCRIPTION = "A set of packagegroups which contain common packages required by AGL Distribution"
-LICENSE = "MIT"
-
-inherit packagegroup
-
-PACKAGES = "\
-    packagegroup-ivi-common-core \
-    "
-
-ALLOW_EMPTY_${PN} = "1"
-
-RDEPENDS_${PN} += "\
-    packagegroup-ivi-common-core-automotive \
-    packagegroup-ivi-common-core-connectivity \
-    packagegroup-ivi-common-core-graphics \
-    packagegroup-ivi-common-core-multimedia \
-    packagegroup-ivi-common-core-navi-lbs \
-    packagegroup-ivi-common-core-os-commonlibs \
-    packagegroup-ivi-common-core-speech-services \
-    packagegroup-ivi-common-core-security \
-    packagegroup-ivi-common-core-kernel \
-    "
diff --git a/meta-ivi-common/recipes-devtools/.gitkeep b/meta-ivi-common/recipes-devtools/.gitkeep
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/meta-ivi-common/recipes-extended/.gitkeep b/meta-ivi-common/recipes-extended/.gitkeep
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/meta-ivi-common/recipes-graphics/.gitkeep b/meta-ivi-common/recipes-graphics/.gitkeep
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/meta-ivi-common/recipes-graphics/wayland/weston_%.bbappend b/meta-ivi-common/recipes-graphics/wayland/weston_%.bbappend
deleted file mode 100644 (file)
index 2261263..0000000
+++ /dev/null
@@ -1 +0,0 @@
-EXTRA_OECONF_append = " --enable-ivi-shell"
diff --git a/meta-ivi-common/recipes-support/.gitkeep b/meta-ivi-common/recipes-support/.gitkeep
deleted file mode 100644 (file)
index e69de29..0000000
index 1cfd905..30fc68f 100644 (file)
@@ -6,3 +6,6 @@ DISTRO = "poky-agl"
 
 #see meta-agl/meta-agl/conf/include/base-agl.inc
 require conf/include/base-agl.inc
+
+#see meta-agl/meta-app-framework/conf/include/agl-appfw-smack.inc
+require conf/include/agl-appfw-smack.inc
index d869546..0c3114f 100644 (file)
@@ -24,12 +24,19 @@ YOCTO_LAYERS = " \
 #   with some automotive tools/libraries
 #-----------------------------------------------------
 AGL_CORE_LAYERS = " \
-  ${METADIR}/meta-agl/meta-ivi-common \
-  ${METADIR}/meta-agl/meta-agl \
+  ${METADIR}/meta-agl/meta-agl-profile-core \
   ${METADIR}/meta-agl/meta-agl-distro \
   ${METADIR}/meta-agl/meta-agl-bsp \
   "
 
+AGL_APPFW_LAYERS = " \
+  ${METADIR}/meta-security \
+  ${METADIR}/meta-openembedded/meta-perl \
+  ${METADIR}/meta-agl/meta-security \
+  ${METADIR}/meta-agl/meta-app-framework \
+    "
+
+
 # These are the direct dependencies of the AGL CORE Layers
 #---------------------------------------------------------
 AGL_CORE_DEPENDENCY_LAYERS = " \
@@ -40,18 +47,29 @@ AGL_CORE_DEPENDENCY_LAYERS = " \
   ${METADIR}/meta-openembedded/meta-filesystems \
   "
 
+# temporary ... to avoid build breakage. To move to upper layers.
+AGL_TEMP_GFX_LAYERS = " \
+  ${METADIR}/meta-agl/meta-agl-profile-graphical \
+  ${METADIR}/meta-agl/meta-agl-profile-demo \
+  "
+
+
 ####################
 # Combine the layers
 BBLAYERS ?= " \
   ${AGL_CORE_DEPENDENCY_LAYERS} \
   ${AGL_CORE_LAYERS} \
+  ${AGL_APPFW_LAYERS} \
+  ${AGL_TEMP_GFX_LAYERS} \
   ${YOCTO_LAYERS} \
   "
 
 BBLAYERS_NON_REMOVABLE ?= " \
   ${METADIR}/poky/meta \
   ${METADIR}/poky/meta-poky \
-  ${METADIR}//meta-agl/meta-agl \
+  ${METADIR}/meta-agl/meta-agl-profile-core \
+  ${METADIR}/meta-agl/meta-agl-distro \
   "
 
 
+
diff --git a/templates/feature/agl-appfw-smack/50_bblayers.conf.inc b/templates/feature/agl-appfw-smack/50_bblayers.conf.inc
deleted file mode 100644 (file)
index 7f5f24e..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-BBLAYERS =+ " \
-        ${METADIR}/meta-security \
-       ${METADIR}/meta-openembedded/meta-perl \
-        ${METADIR}/meta-agl/meta-security \
-       ${METADIR}/meta-agl/meta-app-framework \
-    "
-
index 0a11f07..e69de29 100644 (file)
@@ -1,2 +0,0 @@
-#see meta-agl/meta-app-framework/conf/include/agl-appfw-smack.inc
-require conf/include/agl-appfw-smack.inc
index 49f5dd1..56b4cd1 100644 (file)
@@ -1 +1 @@
-agl-devel agl-netboot agl-appfw-smack
\ No newline at end of file
+agl-devel agl-netboot
\ No newline at end of file
index 219beee..c382e60 100644 (file)
@@ -1 +1 @@
-agl-demo agl-devel agl-netboot agl-appfw-smack agl-archiver
+agl-demo agl-devel agl-netboot agl-archiver