From: Jan-Simon Möller Date: Mon, 16 Apr 2018 20:14:52 +0000 (+0200) Subject: Introduce meta-agl-profile-core and meta-agl-profile-graphics X-Git-Tag: 5.99.1~24 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=bb0882c5dad030f676e424265ebcd869bb3ff899;p=AGL%2Fmeta-agl.git Introduce meta-agl-profile-core and meta-agl-profile-graphics 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 --- diff --git a/meta-agl/classes/cloc.bbclass b/meta-agl-profile-core/classes/cloc.bbclass similarity index 100% rename from meta-agl/classes/cloc.bbclass rename to meta-agl-profile-core/classes/cloc.bbclass diff --git a/meta-agl/conf/include/agl-devel.inc b/meta-agl-profile-core/conf/include/agl-devel.inc similarity index 87% rename from meta-agl/conf/include/agl-devel.inc rename to meta-agl-profile-core/conf/include/agl-devel.inc index fd11ade75..705b1739a 100644 --- a/meta-agl/conf/include/agl-devel.inc +++ b/meta-agl-profile-core/conf/include/agl-devel.inc @@ -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)}" diff --git a/meta-agl/conf/include/agl-gplv2.inc b/meta-agl-profile-core/conf/include/agl-gplv2.inc similarity index 100% rename from meta-agl/conf/include/agl-gplv2.inc rename to meta-agl-profile-core/conf/include/agl-gplv2.inc diff --git a/meta-agl/conf/include/base-agl.inc b/meta-agl-profile-core/conf/include/base-agl.inc similarity index 100% rename from meta-agl/conf/include/base-agl.inc rename to meta-agl-profile-core/conf/include/base-agl.inc diff --git a/meta-ivi-common/conf/layer.conf b/meta-agl-profile-core/conf/layer.conf similarity index 63% rename from meta-ivi-common/conf/layer.conf rename to meta-agl-profile-core/conf/layer.conf index 42517232a..83c5555bc 100644 --- a/meta-ivi-common/conf/layer.conf +++ b/meta-agl-profile-core/conf/layer.conf @@ -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/files/group b/meta-agl-profile-core/files/group similarity index 100% rename from meta-agl/files/group rename to meta-agl-profile-core/files/group diff --git a/meta-agl/files/passwd b/meta-agl-profile-core/files/passwd similarity index 100% rename from meta-agl/files/passwd rename to meta-agl-profile-core/files/passwd diff --git a/meta-agl/recipes-connectivity/connman/.appends.core b/meta-agl-profile-core/recipes-core/dbus/.appends.core similarity index 100% rename from meta-agl/recipes-connectivity/connman/.appends.core rename to meta-agl-profile-core/recipes-core/dbus/.appends.core diff --git a/meta-agl/recipes-core/dbus/dbus-cynara_%.bbappend b/meta-agl-profile-core/recipes-core/dbus/dbus-cynara_%.bbappend similarity index 100% rename from meta-agl/recipes-core/dbus/dbus-cynara_%.bbappend rename to meta-agl-profile-core/recipes-core/dbus/dbus-cynara_%.bbappend diff --git a/meta-agl/recipes-core/dbus/dbus/dbus.service b/meta-agl-profile-core/recipes-core/dbus/dbus/dbus.service similarity index 100% rename from meta-agl/recipes-core/dbus/dbus/dbus.service rename to meta-agl-profile-core/recipes-core/dbus/dbus/dbus.service diff --git a/meta-agl/recipes-core/dbus/dbus/dbus.socket b/meta-agl-profile-core/recipes-core/dbus/dbus/dbus.socket similarity index 100% rename from meta-agl/recipes-core/dbus/dbus/dbus.socket rename to meta-agl-profile-core/recipes-core/dbus/dbus/dbus.socket diff --git a/meta-agl/recipes-core/dbus/dbus/dbus_env.conf b/meta-agl-profile-core/recipes-core/dbus/dbus/dbus_env.conf similarity index 100% rename from meta-agl/recipes-core/dbus/dbus/dbus_env.conf rename to meta-agl-profile-core/recipes-core/dbus/dbus/dbus_env.conf diff --git a/meta-agl/recipes-core/dbus/dbus_%.bbappend b/meta-agl-profile-core/recipes-core/dbus/dbus_%.bbappend similarity index 100% rename from meta-agl/recipes-core/dbus/dbus_%.bbappend rename to meta-agl-profile-core/recipes-core/dbus/dbus_%.bbappend diff --git a/meta-agl/recipes-core/dbus/.appends.core b/meta-agl-profile-core/recipes-core/glibc/.appends.core similarity index 100% rename from meta-agl/recipes-core/dbus/.appends.core rename to meta-agl-profile-core/recipes-core/glibc/.appends.core diff --git a/meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff b/meta-agl-profile-core/recipes-core/glibc/glibc/arm/local-arm-futex.diff similarity index 100% rename from meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff rename to meta-agl-profile-core/recipes-core/glibc/glibc/arm/local-arm-futex.diff diff --git a/meta-agl/recipes-core/glibc/glibc_2.2%.bbappend b/meta-agl-profile-core/recipes-core/glibc/glibc_2.2%.bbappend similarity index 100% rename from meta-agl/recipes-core/glibc/glibc_2.2%.bbappend rename to meta-agl-profile-core/recipes-core/glibc/glibc_2.2%.bbappend 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 index 000000000..84cdbcf31 --- /dev/null +++ b/meta-agl-profile-core/recipes-core/images/agl-image-boot.bb @@ -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/recipes-core/images/agl-image-minimal.inc b/meta-agl-profile-core/recipes-core/images/agl-image-boot.inc similarity index 100% rename from meta-agl/recipes-core/images/agl-image-minimal.inc rename to meta-agl-profile-core/recipes-core/images/agl-image-boot.inc diff --git a/meta-agl/recipes-core/images/agl-image-minimal-qa.bb b/meta-agl-profile-core/recipes-core/images/agl-image-minimal-qa.bb similarity index 100% rename from meta-agl/recipes-core/images/agl-image-minimal-qa.bb rename to meta-agl-profile-core/recipes-core/images/agl-image-minimal-qa.bb diff --git a/meta-agl/recipes-core/images/agl-image-minimal.bb b/meta-agl-profile-core/recipes-core/images/agl-image-minimal.bb similarity index 100% rename from meta-agl/recipes-core/images/agl-image-minimal.bb rename to meta-agl-profile-core/recipes-core/images/agl-image-minimal.bb 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 index 000000000..825393978 --- /dev/null +++ b/meta-agl-profile-core/recipes-core/images/agl-image-minimal.inc @@ -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/recipes-core/packagegroups/packagegroup-agl-core-automotive.bb b/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-automotive.bb similarity index 100% rename from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-automotive.bb rename to meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-automotive.bb diff --git a/meta-agl/recipes-core/packagegroups/packagegroup-agl-core-connectivity.bb b/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-connectivity.bb similarity index 100% rename from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-connectivity.bb rename to meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-connectivity.bb diff --git a/meta-agl/recipes-core/packagegroups/packagegroup-agl-core-graphics.bb b/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-graphics.bb similarity index 100% rename from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-graphics.bb rename to meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-graphics.bb diff --git a/meta-agl/recipes-core/packagegroups/packagegroup-agl-core-kernel.bb b/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-kernel.bb similarity index 100% rename from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-kernel.bb rename to meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-kernel.bb diff --git a/meta-agl/recipes-core/packagegroups/packagegroup-agl-core-multimedia.bb b/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-multimedia.bb similarity index 100% rename from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-multimedia.bb rename to meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-multimedia.bb diff --git a/meta-agl/recipes-core/packagegroups/packagegroup-agl-core-navi-lbs.bb b/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-navi-lbs.bb similarity index 100% rename from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-navi-lbs.bb rename to meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-navi-lbs.bb diff --git a/meta-agl/recipes-core/packagegroups/packagegroup-agl-core-os-commonlibs.bb b/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-os-commonlibs.bb similarity index 100% rename from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-os-commonlibs.bb rename to meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-os-commonlibs.bb diff --git a/meta-agl/recipes-core/packagegroups/packagegroup-agl-core-security.bb b/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-security.bb similarity index 100% rename from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-security.bb rename to meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-security.bb diff --git a/meta-agl/recipes-core/packagegroups/packagegroup-agl-core-speech-services.bb b/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-speech-services.bb similarity index 100% rename from meta-agl/recipes-core/packagegroups/packagegroup-agl-core-speech-services.bb rename to meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-core-speech-services.bb 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 index 000000000..29f859c49 --- /dev/null +++ b/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-image-boot.bb @@ -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} += "\ + " diff --git a/meta-agl/recipes-core/packagegroups/packagegroup-agl-image-minimal.bb b/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-image-minimal.bb similarity index 100% rename from meta-agl/recipes-core/packagegroups/packagegroup-agl-image-minimal.bb rename to meta-agl-profile-core/recipes-core/packagegroups/packagegroup-agl-image-minimal.bb diff --git a/meta-agl/recipes-core/packagegroups/packagegroup-core-boot-agl.bb b/meta-agl-profile-core/recipes-core/packagegroups/packagegroup-core-boot-agl.bb similarity index 100% rename from meta-agl/recipes-core/packagegroups/packagegroup-core-boot-agl.bb rename to meta-agl-profile-core/recipes-core/packagegroups/packagegroup-core-boot-agl.bb diff --git a/meta-agl/recipes-core/glibc/.appends.core b/meta-agl-profile-core/recipes-core/psplash/.appends.core similarity index 100% rename from meta-agl/recipes-core/glibc/.appends.core rename to meta-agl-profile-core/recipes-core/psplash/.appends.core diff --git a/meta-agl/recipes-core/psplash/files/psplash-anim b/meta-agl-profile-core/recipes-core/psplash/files/psplash-anim similarity index 100% rename from meta-agl/recipes-core/psplash/files/psplash-anim rename to meta-agl-profile-core/recipes-core/psplash/files/psplash-anim diff --git a/meta-agl/recipes-core/psplash/files/psplash-colors.h b/meta-agl-profile-core/recipes-core/psplash/files/psplash-colors.h similarity index 100% rename from meta-agl/recipes-core/psplash/files/psplash-colors.h rename to meta-agl-profile-core/recipes-core/psplash/files/psplash-colors.h diff --git a/meta-agl/recipes-core/psplash/files/psplash-poky-img.h b/meta-agl-profile-core/recipes-core/psplash/files/psplash-poky-img.h similarity index 100% rename from meta-agl/recipes-core/psplash/files/psplash-poky-img.h rename to meta-agl-profile-core/recipes-core/psplash/files/psplash-poky-img.h diff --git a/meta-agl/recipes-core/psplash/files/psplash-quit.service b/meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service similarity index 100% rename from meta-agl/recipes-core/psplash/files/psplash-quit.service rename to meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service diff --git a/meta-agl/recipes-core/psplash/files/psplash-start.service b/meta-agl-profile-core/recipes-core/psplash/files/psplash-start.service similarity index 100% rename from meta-agl/recipes-core/psplash/files/psplash-start.service rename to meta-agl-profile-core/recipes-core/psplash/files/psplash-start.service diff --git a/meta-agl/recipes-core/psplash/psplash_git.bbappend b/meta-agl-profile-core/recipes-core/psplash/psplash_git.bbappend similarity index 100% rename from meta-agl/recipes-core/psplash/psplash_git.bbappend rename to meta-agl-profile-core/recipes-core/psplash/psplash_git.bbappend diff --git a/meta-agl/recipes-core/psplash/.appends.core b/meta-agl-profile-core/recipes-core/systemd/.appends.core similarity index 100% rename from meta-agl/recipes-core/psplash/.appends.core rename to meta-agl-profile-core/recipes-core/systemd/.appends.core diff --git a/meta-agl/recipes-core/systemd/systemd/0001-Switch-Smack-label-earlier.patch b/meta-agl-profile-core/recipes-core/systemd/systemd/0001-Switch-Smack-label-earlier.patch similarity index 100% rename from meta-agl/recipes-core/systemd/systemd/0001-Switch-Smack-label-earlier.patch rename to meta-agl-profile-core/recipes-core/systemd/systemd/0001-Switch-Smack-label-earlier.patch diff --git a/meta-agl/recipes-core/systemd/systemd/e2fsck.conf b/meta-agl-profile-core/recipes-core/systemd/systemd/e2fsck.conf similarity index 100% rename from meta-agl/recipes-core/systemd/systemd/e2fsck.conf rename to meta-agl-profile-core/recipes-core/systemd/systemd/e2fsck.conf diff --git a/meta-agl/recipes-core/systemd/systemd/wired.network b/meta-agl-profile-core/recipes-core/systemd/systemd/wired.network similarity index 100% rename from meta-agl/recipes-core/systemd/systemd/wired.network rename to meta-agl-profile-core/recipes-core/systemd/systemd/wired.network diff --git a/meta-agl/recipes-core/systemd/systemd_%.bbappend b/meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend similarity index 100% rename from meta-agl/recipes-core/systemd/systemd_%.bbappend rename to meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend diff --git a/meta-agl/recipes-core/systemd/systemd_234.bbappend b/meta-agl-profile-core/recipes-core/systemd/systemd_234.bbappend similarity index 100% rename from meta-agl/recipes-core/systemd/systemd_234.bbappend rename to meta-agl-profile-core/recipes-core/systemd/systemd_234.bbappend diff --git a/meta-agl/recipes-devtools/gdb/gdb_%.bbappend b/meta-agl-profile-core/recipes-devtools/gdb/gdb_%.bbappend similarity index 100% rename from meta-agl/recipes-devtools/gdb/gdb_%.bbappend rename to meta-agl-profile-core/recipes-devtools/gdb/gdb_%.bbappend diff --git a/meta-agl/recipes-devtools/low-level-can-generator/low-level-can-generator_git.bb b/meta-agl-profile-core/recipes-devtools/low-level-can-generator/low-level-can-generator_git.bb similarity index 100% rename from meta-agl/recipes-devtools/low-level-can-generator/low-level-can-generator_git.bb rename to meta-agl-profile-core/recipes-devtools/low-level-can-generator/low-level-can-generator_git.bb diff --git a/meta-agl/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/meta-agl-profile-core/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend similarity index 100% rename from meta-agl/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend rename to meta-agl-profile-core/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend diff --git a/meta-agl/recipes-devtools/packagegroups/packagegroup-agl-devel.bb b/meta-agl-profile-core/recipes-devtools/packagegroups/packagegroup-agl-devel.bb similarity index 100% rename from meta-agl/recipes-devtools/packagegroups/packagegroup-agl-devel.bb rename to meta-agl-profile-core/recipes-devtools/packagegroups/packagegroup-agl-devel.bb diff --git a/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts b/meta-agl-profile-core/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts similarity index 100% rename from meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts rename to meta-agl-profile-core/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts diff --git a/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service b/meta-agl-profile-core/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service similarity index 100% rename from meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service rename to meta-agl-profile-core/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service diff --git a/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb b/meta-agl-profile-core/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb similarity index 100% rename from meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb rename to meta-agl-profile-core/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb diff --git a/meta-agl/recipes-devtools/run-postinsts/run-postinsts_%.bbappend b/meta-agl-profile-core/recipes-devtools/run-postinsts/run-postinsts_%.bbappend similarity index 100% rename from meta-agl/recipes-devtools/run-postinsts/run-postinsts_%.bbappend rename to meta-agl-profile-core/recipes-devtools/run-postinsts/run-postinsts_%.bbappend diff --git a/meta-agl/recipes-ivi/images/agl-image-ivi-crosssdk.bb b/meta-agl-profile-core/recipes-ivi/images/agl-image-ivi-crosssdk.bb similarity index 100% rename from meta-agl/recipes-ivi/images/agl-image-ivi-crosssdk.bb rename to meta-agl-profile-core/recipes-ivi/images/agl-image-ivi-crosssdk.bb diff --git a/meta-agl/recipes-ivi/images/agl-image-ivi-qa.bb b/meta-agl-profile-core/recipes-ivi/images/agl-image-ivi-qa.bb similarity index 100% rename from meta-agl/recipes-ivi/images/agl-image-ivi-qa.bb rename to meta-agl-profile-core/recipes-ivi/images/agl-image-ivi-qa.bb diff --git a/meta-agl/recipes-ivi/images/agl-image-ivi.bb b/meta-agl-profile-core/recipes-ivi/images/agl-image-ivi.bb similarity index 100% rename from meta-agl/recipes-ivi/images/agl-image-ivi.bb rename to meta-agl-profile-core/recipes-ivi/images/agl-image-ivi.bb diff --git a/meta-agl/recipes-ivi/images/agl-image-ivi.inc b/meta-agl-profile-core/recipes-ivi/images/agl-image-ivi.inc similarity index 100% rename from meta-agl/recipes-ivi/images/agl-image-ivi.inc rename to meta-agl-profile-core/recipes-ivi/images/agl-image-ivi.inc diff --git a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-image-ivi.bb b/meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-image-ivi.bb similarity index 95% rename from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-image-ivi.bb rename to meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-image-ivi.bb index 27e90f808..075af913a 100644 --- a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-image-ivi.bb +++ b/meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-image-ivi.bb @@ -12,7 +12,6 @@ ALLOW_EMPTY_${PN} = "1" RDEPENDS_${PN} += "\ packagegroup-agl-image-minimal \ - packagegroup-ivi-common-core \ " RDEPENDS_${PN} += "\ diff --git a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-automotive.bb b/meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-automotive.bb similarity index 100% rename from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-automotive.bb rename to meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-automotive.bb diff --git a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-connectivity.bb b/meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-connectivity.bb similarity index 100% rename from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-connectivity.bb rename to meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-connectivity.bb diff --git a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-graphics.bb b/meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-graphics.bb similarity index 100% rename from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-graphics.bb rename to meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-graphics.bb diff --git a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-kernel.bb b/meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-kernel.bb similarity index 100% rename from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-kernel.bb rename to meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-kernel.bb diff --git a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-multimedia.bb b/meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-multimedia.bb similarity index 100% rename from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-multimedia.bb rename to meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-multimedia.bb diff --git a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-navi-lbs.bb b/meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-navi-lbs.bb similarity index 100% rename from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-navi-lbs.bb rename to meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-navi-lbs.bb diff --git a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-os-commonlibs.bb b/meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-os-commonlibs.bb similarity index 100% rename from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-os-commonlibs.bb rename to meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-os-commonlibs.bb diff --git a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-security.bb b/meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-security.bb similarity index 100% rename from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-security.bb rename to meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-security.bb diff --git a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-speech-services.bb b/meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-speech-services.bb similarity index 100% rename from meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-speech-services.bb rename to meta-agl-profile-core/recipes-ivi/packagegroups/packagegroup-agl-ivi-speech-services.bb diff --git a/meta-agl/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend b/meta-agl-profile-core/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend similarity index 100% rename from meta-agl/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend rename to meta-agl-profile-core/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend diff --git a/meta-agl/recipes-multimedia/lightmediascanner/.appends.meta-efl b/meta-agl-profile-core/recipes-multimedia/lightmediascanner/.appends.meta-efl similarity index 100% rename from meta-agl/recipes-multimedia/lightmediascanner/.appends.meta-efl rename to meta-agl-profile-core/recipes-multimedia/lightmediascanner/.appends.meta-efl diff --git a/meta-agl/recipes-multimedia/lightmediascanner/files/0001-Define-comparison_fn_t-for-non-glibc-systems.patch b/meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/0001-Define-comparison_fn_t-for-non-glibc-systems.patch similarity index 100% rename from meta-agl/recipes-multimedia/lightmediascanner/files/0001-Define-comparison_fn_t-for-non-glibc-systems.patch rename to meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/0001-Define-comparison_fn_t-for-non-glibc-systems.patch diff --git a/meta-agl/recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf b/meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf similarity index 100% rename from meta-agl/recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf rename to meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf diff --git a/meta-agl/recipes-multimedia/lightmediascanner/files/id3-plugin-support-out-of-tree-build.patch b/meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/id3-plugin-support-out-of-tree-build.patch similarity index 100% rename from meta-agl/recipes-multimedia/lightmediascanner/files/id3-plugin-support-out-of-tree-build.patch rename to meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/id3-plugin-support-out-of-tree-build.patch diff --git a/meta-agl/recipes-multimedia/lightmediascanner/files/lightmediascanner.service b/meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/lightmediascanner.service similarity index 100% rename from meta-agl/recipes-multimedia/lightmediascanner/files/lightmediascanner.service rename to meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/lightmediascanner.service diff --git a/meta-agl/recipes-multimedia/lightmediascanner/files/plugin-ogg-fix-chucksize-issue.patch b/meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/plugin-ogg-fix-chucksize-issue.patch similarity index 100% rename from meta-agl/recipes-multimedia/lightmediascanner/files/plugin-ogg-fix-chucksize-issue.patch rename to meta-agl-profile-core/recipes-multimedia/lightmediascanner/files/plugin-ogg-fix-chucksize-issue.patch diff --git a/meta-agl/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend b/meta-agl-profile-core/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend similarity index 100% rename from meta-agl/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend rename to meta-agl-profile-core/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend diff --git a/meta-agl/recipes-multimedia/lightmediascanner/lightmediascanner_0.5.1.bb b/meta-agl-profile-core/recipes-multimedia/lightmediascanner/lightmediascanner_0.5.1.bb similarity index 100% rename from meta-agl/recipes-multimedia/lightmediascanner/lightmediascanner_0.5.1.bb rename to meta-agl-profile-core/recipes-multimedia/lightmediascanner/lightmediascanner_0.5.1.bb diff --git a/meta-agl/recipes-multimedia/pulseaudio/agl-audio-plugin_0.1.bb b/meta-agl-profile-core/recipes-multimedia/pulseaudio/agl-audio-plugin_0.1.bb similarity index 100% rename from meta-agl/recipes-multimedia/pulseaudio/agl-audio-plugin_0.1.bb rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/agl-audio-plugin_0.1.bb diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0001-install-files-for-a-module-development.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0001-install-files-for-a-module-development.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0001-install-files-for-a-module-development.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0001-install-files-for-a-module-development.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0002-volume-ramp-additions-to-the-low-level-infra.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0002-volume-ramp-additions-to-the-low-level-infra.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0002-volume-ramp-additions-to-the-low-level-infra.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0002-volume-ramp-additions-to-the-low-level-infra.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0003-volume-ramp-adding-volume-ramping-to-sink-input.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0003-volume-ramp-adding-volume-ramping-to-sink-input.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0003-volume-ramp-adding-volume-ramping-to-sink-input.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0003-volume-ramp-adding-volume-ramping-to-sink-input.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0004-sink-input-Code-cleanup-regarding-volume-ramping.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0004-sink-input-Code-cleanup-regarding-volume-ramping.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0004-sink-input-Code-cleanup-regarding-volume-ramping.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0004-sink-input-Code-cleanup-regarding-volume-ramping.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0005-sink-input-volume-Add-support-for-volume-ramp-factor.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0005-sink-input-volume-Add-support-for-volume-ramp-factor.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0005-sink-input-volume-Add-support-for-volume-ramp-factor.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0005-sink-input-volume-Add-support-for-volume-ramp-factor.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0006-sink-input-Remove-pa_sink_input_set_volume_ramp.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0006-sink-input-Remove-pa_sink_input_set_volume_ramp.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/0006-sink-input-Remove-pa_sink_input_set_volume_ramp.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0006-sink-input-Remove-pa_sink_input_set_volume_ramp.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/enable-ofono-hfp-backend.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/enable-ofono-hfp-backend.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio-10.0/enable-ofono-hfp-backend.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/enable-ofono-hfp-backend.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0008-install-files-for-a-module-development.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0008-install-files-for-a-module-development.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0008-install-files-for-a-module-development.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0008-install-files-for-a-module-development.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0010-volume-ramp-additions-to-the-low-level-infra.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0010-volume-ramp-additions-to-the-low-level-infra.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0010-volume-ramp-additions-to-the-low-level-infra.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0010-volume-ramp-additions-to-the-low-level-infra.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0011-volume-ramp-adding-volume-ramping-to-sink-input.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0011-volume-ramp-adding-volume-ramping-to-sink-input.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0011-volume-ramp-adding-volume-ramping-to-sink-input.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0011-volume-ramp-adding-volume-ramping-to-sink-input.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0012-volume-ramp-add-volume-ramping-to-sink.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0012-volume-ramp-add-volume-ramping-to-sink.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0012-volume-ramp-add-volume-ramping-to-sink.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0012-volume-ramp-add-volume-ramping-to-sink.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0013-add-internal-corking-state-for-sink-input.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0013-add-internal-corking-state-for-sink-input.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0013-add-internal-corking-state-for-sink-input.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0013-add-internal-corking-state-for-sink-input.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0020-core-util-Add-pa_join.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0020-core-util-Add-pa_join.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0020-core-util-Add-pa_join.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0020-core-util-Add-pa_join.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0021-dynarray-Add-pa_dynarray_get_raw_array.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0021-dynarray-Add-pa_dynarray_get_raw_array.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0021-dynarray-Add-pa_dynarray_get_raw_array.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0021-dynarray-Add-pa_dynarray_get_raw_array.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0022-device-port-Add-pa_device_port.active.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0022-device-port-Add-pa_device_port.active.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0022-device-port-Add-pa_device_port.active.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0022-device-port-Add-pa_device_port.active.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0030-volume-api-Add-libvolume-api.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0030-volume-api-Add-libvolume-api.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0030-volume-api-Add-libvolume-api.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0030-volume-api-Add-libvolume-api.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0031-Add-module-main-volume-policy.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0031-Add-module-main-volume-policy.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0031-Add-module-main-volume-policy.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0031-Add-module-main-volume-policy.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0039-main-volume-policy-adapt-to-pa6rev.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0039-main-volume-policy-adapt-to-pa6rev.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0039-main-volume-policy-adapt-to-pa6rev.patch rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio/0039-main-volume-policy-adapt-to-pa6rev.patch diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend diff --git a/meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio_10.0.bbappend b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_10.0.bbappend similarity index 100% rename from meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio_10.0.bbappend rename to meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_10.0.bbappend diff --git a/meta-agl/recipes-navigation/geoclue/files/org.freedesktop.GeoClue2.Client.conf b/meta-agl-profile-core/recipes-navigation/geoclue/files/org.freedesktop.GeoClue2.Client.conf similarity index 100% rename from meta-agl/recipes-navigation/geoclue/files/org.freedesktop.GeoClue2.Client.conf rename to meta-agl-profile-core/recipes-navigation/geoclue/files/org.freedesktop.GeoClue2.Client.conf diff --git a/meta-agl/recipes-navigation/geoclue/geoclue_%.bbappend b/meta-agl-profile-core/recipes-navigation/geoclue/geoclue_%.bbappend similarity index 100% rename from meta-agl/recipes-navigation/geoclue/geoclue_%.bbappend rename to meta-agl-profile-core/recipes-navigation/geoclue/geoclue_%.bbappend diff --git a/meta-agl/recipes-navigation/gpsd/gpsd_%.bbappend b/meta-agl-profile-core/recipes-navigation/gpsd/gpsd_%.bbappend similarity index 100% rename from meta-agl/recipes-navigation/gpsd/gpsd_%.bbappend rename to meta-agl-profile-core/recipes-navigation/gpsd/gpsd_%.bbappend diff --git a/meta-agl/recipes-support/libsoup/libsoup-2.4_%.bbappend b/meta-agl-profile-core/recipes-support/libsoup/libsoup-2.4_%.bbappend similarity index 100% rename from meta-agl/recipes-support/libsoup/libsoup-2.4_%.bbappend rename to meta-agl-profile-core/recipes-support/libsoup/libsoup-2.4_%.bbappend diff --git a/meta-ivi-common/recipes-test/aiostress/aiostress_0.22.bb b/meta-agl-profile-core/recipes-test/aiostress/aiostress_0.22.bb similarity index 100% rename from meta-ivi-common/recipes-test/aiostress/aiostress_0.22.bb rename to meta-agl-profile-core/recipes-test/aiostress/aiostress_0.22.bb diff --git a/meta-ivi-common/recipes-test/blobsallad/blobsallad/0001-Makefile.patch b/meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0001-Makefile.patch old mode 100755 new mode 100644 similarity index 100% rename from meta-ivi-common/recipes-test/blobsallad/blobsallad/0001-Makefile.patch rename to meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0001-Makefile.patch diff --git a/meta-ivi-common/recipes-test/blobsallad/blobsallad/0002-auto.patch b/meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0002-auto.patch old mode 100755 new mode 100644 similarity index 100% rename from meta-ivi-common/recipes-test/blobsallad/blobsallad/0002-auto.patch rename to meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0002-auto.patch diff --git a/meta-ivi-common/recipes-test/blobsallad/blobsallad/0003-printcleanup.patch b/meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0003-printcleanup.patch old mode 100755 new mode 100644 similarity index 100% rename from meta-ivi-common/recipes-test/blobsallad/blobsallad/0003-printcleanup.patch rename to meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0003-printcleanup.patch diff --git a/meta-ivi-common/recipes-test/blobsallad/blobsallad/0004-bs_main.c.patch b/meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0004-bs_main.c.patch old mode 100755 new mode 100644 similarity index 100% rename from meta-ivi-common/recipes-test/blobsallad/blobsallad/0004-bs_main.c.patch rename to meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0004-bs_main.c.patch diff --git a/meta-ivi-common/recipes-test/blobsallad/blobsallad_2006-11-14-23-57.bb b/meta-agl-profile-core/recipes-test/blobsallad/blobsallad_2006-11-14-23-57.bb similarity index 100% rename from meta-ivi-common/recipes-test/blobsallad/blobsallad_2006-11-14-23-57.bb rename to meta-agl-profile-core/recipes-test/blobsallad/blobsallad_2006-11-14-23-57.bb diff --git a/meta-ivi-common/recipes-test/dung/dung_3.4.25-m2.bb b/meta-agl-profile-core/recipes-test/dung/dung_3.4.25-m2.bb similarity index 100% rename from meta-ivi-common/recipes-test/dung/dung_3.4.25-m2.bb rename to meta-agl-profile-core/recipes-test/dung/dung_3.4.25-m2.bb diff --git a/meta-ivi-common/recipes-test/ebizzy/ebizzy_0.3.bb b/meta-agl-profile-core/recipes-test/ebizzy/ebizzy_0.3.bb similarity index 100% rename from meta-ivi-common/recipes-test/ebizzy/ebizzy_0.3.bb rename to meta-agl-profile-core/recipes-test/ebizzy/ebizzy_0.3.bb diff --git a/meta-ivi-common/recipes-test/ffsb/ffsb_6.0-rc2.bb b/meta-agl-profile-core/recipes-test/ffsb/ffsb_6.0-rc2.bb similarity index 100% rename from meta-ivi-common/recipes-test/ffsb/ffsb_6.0-rc2.bb rename to meta-agl-profile-core/recipes-test/ffsb/ffsb_6.0-rc2.bb diff --git a/meta-ivi-common/recipes-test/fontconfig/fontconfig_%.bbappend b/meta-agl-profile-core/recipes-test/fontconfig/fontconfig_%.bbappend similarity index 100% rename from meta-ivi-common/recipes-test/fontconfig/fontconfig_%.bbappend rename to meta-agl-profile-core/recipes-test/fontconfig/fontconfig_%.bbappend diff --git a/meta-ivi-common/recipes-test/freetype/files/0001-Makefile-dont-build-gfx-demos.patch b/meta-agl-profile-core/recipes-test/freetype/files/0001-Makefile-dont-build-gfx-demos.patch similarity index 100% rename from meta-ivi-common/recipes-test/freetype/files/0001-Makefile-dont-build-gfx-demos.patch rename to meta-agl-profile-core/recipes-test/freetype/files/0001-Makefile-dont-build-gfx-demos.patch diff --git a/meta-ivi-common/recipes-test/freetype/files/0001-ft2demos-Makefile-Do-not-hardcode-libtool-path.patch b/meta-agl-profile-core/recipes-test/freetype/files/0001-ft2demos-Makefile-Do-not-hardcode-libtool-path.patch similarity index 100% rename from meta-ivi-common/recipes-test/freetype/files/0001-ft2demos-Makefile-Do-not-hardcode-libtool-path.patch rename to meta-agl-profile-core/recipes-test/freetype/files/0001-ft2demos-Makefile-Do-not-hardcode-libtool-path.patch diff --git a/meta-ivi-common/recipes-test/freetype/freetype_2.8.bbappend b/meta-agl-profile-core/recipes-test/freetype/freetype_2.8.bbappend similarity index 100% rename from meta-ivi-common/recipes-test/freetype/freetype_2.8.bbappend rename to meta-agl-profile-core/recipes-test/freetype/freetype_2.8.bbappend diff --git a/meta-ivi-common/recipes-test/fsfuzzer/files/0001-fix_missing_header_sys_stat.patch b/meta-agl-profile-core/recipes-test/fsfuzzer/files/0001-fix_missing_header_sys_stat.patch similarity index 100% rename from meta-ivi-common/recipes-test/fsfuzzer/files/0001-fix_missing_header_sys_stat.patch rename to meta-agl-profile-core/recipes-test/fsfuzzer/files/0001-fix_missing_header_sys_stat.patch diff --git a/meta-ivi-common/recipes-test/fsfuzzer/fsfuzzer_0.7.bb b/meta-agl-profile-core/recipes-test/fsfuzzer/fsfuzzer_0.7.bb similarity index 100% rename from meta-ivi-common/recipes-test/fsfuzzer/fsfuzzer_0.7.bb rename to meta-agl-profile-core/recipes-test/fsfuzzer/fsfuzzer_0.7.bb diff --git a/meta-ivi-common/recipes-test/glmark2/glmark2_%.bbappend b/meta-agl-profile-core/recipes-test/glmark2/glmark2_%.bbappend similarity index 100% rename from meta-ivi-common/recipes-test/glmark2/glmark2_%.bbappend rename to meta-agl-profile-core/recipes-test/glmark2/glmark2_%.bbappend diff --git a/meta-ivi-common/recipes-test/himeno/himeno_2.0.bb b/meta-agl-profile-core/recipes-test/himeno/himeno_2.0.bb similarity index 100% rename from meta-ivi-common/recipes-test/himeno/himeno_2.0.bb rename to meta-agl-profile-core/recipes-test/himeno/himeno_2.0.bb diff --git a/meta-ivi-common/recipes-test/interbench/files/interbench.c.patch b/meta-agl-profile-core/recipes-test/interbench/files/interbench.c.patch old mode 100755 new mode 100644 similarity index 100% rename from meta-ivi-common/recipes-test/interbench/files/interbench.c.patch rename to meta-agl-profile-core/recipes-test/interbench/files/interbench.c.patch diff --git a/meta-ivi-common/recipes-test/interbench/interbench_0.31.bb b/meta-agl-profile-core/recipes-test/interbench/interbench_0.31.bb similarity index 100% rename from meta-ivi-common/recipes-test/interbench/interbench_0.31.bb rename to meta-agl-profile-core/recipes-test/interbench/interbench_0.31.bb diff --git a/meta-ivi-common/recipes-test/iperf/iperf-2.0.9/0001-fix-out-of-tree-config.patch b/meta-agl-profile-core/recipes-test/iperf/iperf-2.0.9/0001-fix-out-of-tree-config.patch similarity index 100% rename from meta-ivi-common/recipes-test/iperf/iperf-2.0.9/0001-fix-out-of-tree-config.patch rename to meta-agl-profile-core/recipes-test/iperf/iperf-2.0.9/0001-fix-out-of-tree-config.patch diff --git a/meta-ivi-common/recipes-test/iperf/iperf-2.0.9/0002-fix-bool-size-m4.patch b/meta-agl-profile-core/recipes-test/iperf/iperf-2.0.9/0002-fix-bool-size-m4.patch similarity index 100% rename from meta-ivi-common/recipes-test/iperf/iperf-2.0.9/0002-fix-bool-size-m4.patch rename to meta-agl-profile-core/recipes-test/iperf/iperf-2.0.9/0002-fix-bool-size-m4.patch diff --git a/meta-ivi-common/recipes-test/iperf/iperf-2.0.9/iperf-2.0.5_ManPage.patch b/meta-agl-profile-core/recipes-test/iperf/iperf-2.0.9/iperf-2.0.5_ManPage.patch old mode 100755 new mode 100644 similarity index 100% rename from meta-ivi-common/recipes-test/iperf/iperf-2.0.9/iperf-2.0.5_ManPage.patch rename to meta-agl-profile-core/recipes-test/iperf/iperf-2.0.9/iperf-2.0.5_ManPage.patch diff --git a/meta-ivi-common/recipes-test/iperf/iperf_2.0.9.bb b/meta-agl-profile-core/recipes-test/iperf/iperf_2.0.9.bb similarity index 100% rename from meta-ivi-common/recipes-test/iperf/iperf_2.0.9.bb rename to meta-agl-profile-core/recipes-test/iperf/iperf_2.0.9.bb diff --git a/meta-ivi-common/recipes-test/ipv6connect/ipv6connect.bb b/meta-agl-profile-core/recipes-test/ipv6connect/ipv6connect.bb similarity index 100% rename from meta-ivi-common/recipes-test/ipv6connect/ipv6connect.bb rename to meta-agl-profile-core/recipes-test/ipv6connect/ipv6connect.bb diff --git a/meta-ivi-common/recipes-test/linpack/linpack.bb b/meta-agl-profile-core/recipes-test/linpack/linpack.bb similarity index 100% rename from meta-ivi-common/recipes-test/linpack/linpack.bb rename to meta-agl-profile-core/recipes-test/linpack/linpack.bb diff --git a/meta-ivi-common/recipes-test/linus-stress/linus-stress.bb b/meta-agl-profile-core/recipes-test/linus-stress/linus-stress.bb similarity index 100% rename from meta-ivi-common/recipes-test/linus-stress/linus-stress.bb rename to meta-agl-profile-core/recipes-test/linus-stress/linus-stress.bb diff --git a/meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb b/meta-agl-profile-core/recipes-test/packagegroups/packagegroup-agl-test.bb similarity index 81% rename from meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb rename to meta-agl-profile-core/recipes-test/packagegroups/packagegroup-agl-test.bb index 84a951bce..1c3412e84 100644 --- a/meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb +++ b/meta-agl-profile-core/recipes-test/packagegroups/packagegroup-agl-test.bb @@ -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-ivi-common/recipes-test/trinity/trinity_git.bb b/meta-agl-profile-core/recipes-test/trinity/trinity_git.bb similarity index 100% rename from meta-ivi-common/recipes-test/trinity/trinity_git.bb rename to meta-agl-profile-core/recipes-test/trinity/trinity_git.bb diff --git a/meta-agl-profile-demo/conf/layer.conf b/meta-agl-profile-demo/conf/layer.conf new file mode 100644 index 000000000..bf7347e58 --- /dev/null +++ b/meta-agl-profile-demo/conf/layer.conf @@ -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/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb b/meta-agl-profile-demo/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb similarity index 100% rename from meta-agl/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb rename to meta-agl-profile-demo/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb diff --git a/meta-agl/recipes-connectivity/bluez-alsa/files/bluez-alsa.service b/meta-agl-profile-demo/recipes-connectivity/bluez-alsa/files/bluez-alsa.service similarity index 100% rename from meta-agl/recipes-connectivity/bluez-alsa/files/bluez-alsa.service rename to meta-agl-profile-demo/recipes-connectivity/bluez-alsa/files/bluez-alsa.service diff --git a/meta-agl/recipes-connectivity/bluez5/bluez5/bluetooth.conf b/meta-agl-profile-demo/recipes-connectivity/bluez5/bluez5/bluetooth.conf similarity index 100% rename from meta-agl/recipes-connectivity/bluez5/bluez5/bluetooth.conf rename to meta-agl-profile-demo/recipes-connectivity/bluez5/bluez5/bluetooth.conf diff --git a/meta-agl/recipes-connectivity/bluez5/bluez5_%.bbappend b/meta-agl-profile-demo/recipes-connectivity/bluez5/bluez5_%.bbappend similarity index 100% rename from meta-agl/recipes-connectivity/bluez5/bluez5_%.bbappend rename to meta-agl-profile-demo/recipes-connectivity/bluez5/bluez5_%.bbappend diff --git a/meta-agl/recipes-connectivity/busybox/busybox_%.bbappend b/meta-agl-profile-demo/recipes-connectivity/busybox/busybox_%.bbappend similarity index 100% rename from meta-agl/recipes-connectivity/busybox/busybox_%.bbappend rename to meta-agl-profile-demo/recipes-connectivity/busybox/busybox_%.bbappend diff --git a/meta-agl/recipes-connectivity/busybox/files/enable-wget-https.cfg b/meta-agl-profile-demo/recipes-connectivity/busybox/files/enable-wget-https.cfg similarity index 100% rename from meta-agl/recipes-connectivity/busybox/files/enable-wget-https.cfg rename to meta-agl-profile-demo/recipes-connectivity/busybox/files/enable-wget-https.cfg diff --git a/meta-agl/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb b/meta-agl-profile-demo/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb similarity index 100% rename from meta-agl/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb rename to meta-agl-profile-demo/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb diff --git a/meta-agl/recipes-core/systemd/.appends.core b/meta-agl-profile-demo/recipes-connectivity/connman/.appends.core similarity index 100% rename from meta-agl/recipes-core/systemd/.appends.core rename to meta-agl-profile-demo/recipes-connectivity/connman/.appends.core diff --git a/meta-agl/recipes-connectivity/connman/connman_%.bbappend b/meta-agl-profile-demo/recipes-connectivity/connman/connman_%.bbappend similarity index 100% rename from meta-agl/recipes-connectivity/connman/connman_%.bbappend rename to meta-agl-profile-demo/recipes-connectivity/connman/connman_%.bbappend diff --git a/meta-agl/recipes-connectivity/connman/files/0001-disable-when-booting-over-nfs.patch b/meta-agl-profile-demo/recipes-connectivity/connman/files/0001-disable-when-booting-over-nfs.patch similarity index 100% rename from meta-agl/recipes-connectivity/connman/files/0001-disable-when-booting-over-nfs.patch rename to meta-agl-profile-demo/recipes-connectivity/connman/files/0001-disable-when-booting-over-nfs.patch diff --git a/meta-agl/recipes-connectivity/rtl-sdr/rtl-sdr/0001-remove-I-usr-include-in-pkg-config.patch b/meta-agl-profile-demo/recipes-connectivity/rtl-sdr/rtl-sdr/0001-remove-I-usr-include-in-pkg-config.patch similarity index 100% rename from meta-agl/recipes-connectivity/rtl-sdr/rtl-sdr/0001-remove-I-usr-include-in-pkg-config.patch rename to meta-agl-profile-demo/recipes-connectivity/rtl-sdr/rtl-sdr/0001-remove-I-usr-include-in-pkg-config.patch diff --git a/meta-agl/recipes-connectivity/rtl-sdr/rtl-sdr_0.5.3.bb b/meta-agl-profile-demo/recipes-connectivity/rtl-sdr/rtl-sdr_0.5.3.bb similarity index 100% rename from meta-agl/recipes-connectivity/rtl-sdr/rtl-sdr_0.5.3.bb rename to meta-agl-profile-demo/recipes-connectivity/rtl-sdr/rtl-sdr_0.5.3.bb diff --git a/meta-agl/recipes-connectivity/rygel/.appends.meta-multimedia b/meta-agl-profile-demo/recipes-connectivity/rygel/.appends.meta-multimedia similarity index 100% rename from meta-agl/recipes-connectivity/rygel/.appends.meta-multimedia rename to meta-agl-profile-demo/recipes-connectivity/rygel/.appends.meta-multimedia diff --git a/meta-agl/recipes-connectivity/rygel/files/0001-Fix-missing-link-to-unistring-for-lms-plugin.patch b/meta-agl-profile-demo/recipes-connectivity/rygel/files/0001-Fix-missing-link-to-unistring-for-lms-plugin.patch similarity index 100% rename from meta-agl/recipes-connectivity/rygel/files/0001-Fix-missing-link-to-unistring-for-lms-plugin.patch rename to meta-agl-profile-demo/recipes-connectivity/rygel/files/0001-Fix-missing-link-to-unistring-for-lms-plugin.patch diff --git a/meta-agl/recipes-connectivity/rygel/files/rygel.service b/meta-agl-profile-demo/recipes-connectivity/rygel/files/rygel.service similarity index 100% rename from meta-agl/recipes-connectivity/rygel/files/rygel.service rename to meta-agl-profile-demo/recipes-connectivity/rygel/files/rygel.service diff --git a/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend b/meta-agl-profile-demo/recipes-connectivity/rygel/rygel_%.bbappend similarity index 100% rename from meta-agl/recipes-connectivity/rygel/rygel_%.bbappend rename to meta-agl-profile-demo/recipes-connectivity/rygel/rygel_%.bbappend 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 index 000000000..abe6786f2 --- /dev/null +++ b/meta-agl-profile-demo/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb @@ -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-ivi-common/recipes-extended/dlt-daemon/dlt-daemon/0001-Fix-build-with-systemd-209.patch b/meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon/0001-Fix-build-with-systemd-209.patch similarity index 100% rename from meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon/0001-Fix-build-with-systemd-209.patch rename to meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon/0001-Fix-build-with-systemd-209.patch diff --git a/meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon/0002-Don-t-execute-processes-as-a-specific-user.patch b/meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon/0002-Don-t-execute-processes-as-a-specific-user.patch similarity index 100% rename from meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon/0002-Don-t-execute-processes-as-a-specific-user.patch rename to meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon/0002-Don-t-execute-processes-as-a-specific-user.patch diff --git a/meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon/0003-systemd-unit-type-should-be-in-lowercase-so-use-Type.patch b/meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon/0003-systemd-unit-type-should-be-in-lowercase-so-use-Type.patch similarity index 100% rename from meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon/0003-systemd-unit-type-should-be-in-lowercase-so-use-Type.patch rename to meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon/0003-systemd-unit-type-should-be-in-lowercase-so-use-Type.patch diff --git a/meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon/0004-Modify-systemd-config-directory.patch b/meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon/0004-Modify-systemd-config-directory.patch similarity index 100% rename from meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon/0004-Modify-systemd-config-directory.patch rename to meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon/0004-Modify-systemd-config-directory.patch diff --git a/meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb b/meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb similarity index 100% rename from meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb rename to meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb diff --git a/meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb b/meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb similarity index 100% rename from meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb rename to meta-agl-profile-demo/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb diff --git a/meta-ivi-common/recipes-multimedia/audiomanager/audiomanager/0001-Fix-duplicated-command-line-arg-t.patch b/meta-agl-profile-demo/recipes-multimedia/audiomanager/audiomanager/0001-Fix-duplicated-command-line-arg-t.patch similarity index 100% rename from meta-ivi-common/recipes-multimedia/audiomanager/audiomanager/0001-Fix-duplicated-command-line-arg-t.patch rename to meta-agl-profile-demo/recipes-multimedia/audiomanager/audiomanager/0001-Fix-duplicated-command-line-arg-t.patch diff --git a/meta-ivi-common/recipes-multimedia/audiomanager/audiomanager/audiomanager.service b/meta-agl-profile-demo/recipes-multimedia/audiomanager/audiomanager/audiomanager.service similarity index 100% rename from meta-ivi-common/recipes-multimedia/audiomanager/audiomanager/audiomanager.service rename to meta-agl-profile-demo/recipes-multimedia/audiomanager/audiomanager/audiomanager.service diff --git a/meta-ivi-common/recipes-multimedia/audiomanager/audiomanager_7.4.bb b/meta-agl-profile-demo/recipes-multimedia/audiomanager/audiomanager_7.4.bb similarity index 100% rename from meta-ivi-common/recipes-multimedia/audiomanager/audiomanager_7.4.bb rename to meta-agl-profile-demo/recipes-multimedia/audiomanager/audiomanager_7.4.bb diff --git a/meta-agl/classes/agl-graphical.bbclass b/meta-agl-profile-graphical/classes/agl-graphical.bbclass similarity index 100% rename from meta-agl/classes/agl-graphical.bbclass rename to meta-agl-profile-graphical/classes/agl-graphical.bbclass diff --git a/meta-agl-profile-graphical/conf/layer.conf b/meta-agl-profile-graphical/conf/layer.conf new file mode 100644 index 000000000..4b0b8cb9b --- /dev/null +++ b/meta-agl-profile-graphical/conf/layer.conf @@ -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" diff --git a/meta-agl/recipes-config/agl-login-manager/agl-login-manager_0.1.bb b/meta-agl-profile-graphical/recipes-config/agl-login-manager/agl-login-manager_0.1.bb similarity index 100% rename from meta-agl/recipes-config/agl-login-manager/agl-login-manager_0.1.bb rename to meta-agl-profile-graphical/recipes-config/agl-login-manager/agl-login-manager_0.1.bb diff --git a/meta-agl/recipes-graphics/agl-desktop-config/agl-desktop-config_0.1.bb b/meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/agl-desktop-config_0.1.bb similarity index 100% rename from meta-agl/recipes-graphics/agl-desktop-config/agl-desktop-config_0.1.bb rename to meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/agl-desktop-config_0.1.bb diff --git a/meta-agl/recipes-graphics/agl-desktop-config/files/user-weston-term.path b/meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/files/user-weston-term.path similarity index 100% rename from meta-agl/recipes-graphics/agl-desktop-config/files/user-weston-term.path rename to meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/files/user-weston-term.path diff --git a/meta-agl/recipes-graphics/agl-desktop-config/files/user-weston-term.service b/meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/files/user-weston-term.service similarity index 100% rename from meta-agl/recipes-graphics/agl-desktop-config/files/user-weston-term.service rename to meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/files/user-weston-term.service diff --git a/meta-agl/recipes-graphics/images/agl-image-weston.bb b/meta-agl-profile-graphical/recipes-graphics/images/agl-image-weston.bb similarity index 100% rename from meta-agl/recipes-graphics/images/agl-image-weston.bb rename to meta-agl-profile-graphical/recipes-graphics/images/agl-image-weston.bb diff --git a/meta-agl/recipes-graphics/images/agl-image-weston.inc b/meta-agl-profile-graphical/recipes-graphics/images/agl-image-weston.inc similarity index 100% rename from meta-agl/recipes-graphics/images/agl-image-weston.inc rename to meta-agl-profile-graphical/recipes-graphics/images/agl-image-weston.inc diff --git a/meta-agl/recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb b/meta-agl-profile-graphical/recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb similarity index 100% rename from meta-agl/recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb rename to meta-agl-profile-graphical/recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb diff --git a/meta-agl/recipes-graphics/wayland/Readme.weston-ini-conf b/meta-agl-profile-graphical/recipes-graphics/wayland/Readme.weston-ini-conf similarity index 100% rename from meta-agl/recipes-graphics/wayland/Readme.weston-ini-conf rename to meta-agl-profile-graphical/recipes-graphics/wayland/Readme.weston-ini-conf diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0001-Resolve-weston-crush-when-repeat-touching-very-quick.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/0001-Resolve-weston-crush-when-repeat-touching-very-quick.patch similarity index 100% rename from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0001-Resolve-weston-crush-when-repeat-touching-very-quick.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/0001-Resolve-weston-crush-when-repeat-touching-very-quick.patch diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0001-simple-id-agent-initial-commit.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/0001-simple-id-agent-initial-commit.patch similarity index 100% rename from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0001-simple-id-agent-initial-commit.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/0001-simple-id-agent-initial-commit.patch diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0002-ivi-controller-load-id-agent-module.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/0002-ivi-controller-load-id-agent-module.patch similarity index 100% rename from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0002-ivi-controller-load-id-agent-module.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/0002-ivi-controller-load-id-agent-module.patch diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0003-ivi-controller-add-resize-setting-suit-to-surface-si.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/0003-ivi-controller-add-resize-setting-suit-to-surface-si.patch similarity index 100% rename from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0003-ivi-controller-add-resize-setting-suit-to-surface-si.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/0003-ivi-controller-add-resize-setting-suit-to-surface-si.patch diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/disable-sanitizer-tests.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/disable-sanitizer-tests.patch similarity index 100% rename from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/disable-sanitizer-tests.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/disable-sanitizer-tests.patch diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/wandboard_fix_build.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/wandboard_fix_build.patch similarity index 100% rename from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/wandboard_fix_build.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/wandboard_fix_build.patch diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.13.0.bb b/meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension_1.13.0.bb similarity index 100% rename from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.13.0.bb rename to meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension_1.13.0.bb diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_2.0.2.bb b/meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension_2.0.2.bb similarity index 100% rename from meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_2.0.2.bb rename to meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension_2.0.2.bb diff --git a/meta-agl/recipes-graphics/wayland/wayland/0001-Change-socket-mode-add-rw-for-group.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/wayland/0001-Change-socket-mode-add-rw-for-group.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/wayland/0001-Change-socket-mode-add-rw-for-group.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/wayland/0001-Change-socket-mode-add-rw-for-group.patch diff --git a/meta-agl/recipes-graphics/wayland/wayland_%.bbappend b/meta-agl-profile-graphical/recipes-graphics/wayland/wayland_%.bbappend similarity index 75% rename from meta-agl/recipes-graphics/wayland/wayland_%.bbappend rename to meta-agl-profile-graphical/recipes-graphics/wayland/wayland_%.bbappend index 9d1822697..7a1a6c6c1 100644 --- a/meta-agl/recipes-graphics/wayland/wayland_%.bbappend +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/wayland_%.bbappend @@ -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/recipes-graphics/wayland/weston-ini-conf.bb b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf.bb similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston-ini-conf.bb rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf.bb diff --git a/meta-agl/recipes-graphics/wayland/weston-ini-conf/core.cfg b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/core.cfg similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston-ini-conf/core.cfg rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/core.cfg diff --git a/meta-agl/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270.cfg b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270.cfg similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270.cfg rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270.cfg diff --git a/meta-agl/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-90.cfg b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-90.cfg similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-90.cfg rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-90.cfg diff --git a/meta-agl/recipes-graphics/wayland/weston-ini-conf/id-agent.cfg b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/id-agent.cfg similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston-ini-conf/id-agent.cfg rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/id-agent.cfg diff --git a/meta-agl/recipes-graphics/wayland/weston-ini-conf/ivishell.cfg b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/ivishell.cfg similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston-ini-conf/ivishell.cfg rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/ivishell.cfg diff --git a/meta-agl/recipes-graphics/wayland/weston-ini-conf/shell.cfg b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/shell.cfg similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston-ini-conf/shell.cfg rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston-ini-conf/shell.cfg diff --git a/meta-agl/recipes-graphics/wayland/weston-init.bbappend b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init.bbappend similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston-init.bbappend rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston-init.bbappend diff --git a/meta-agl/recipes-graphics/wayland/weston-init/weston.service.add b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston-init/weston.service.add rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add diff --git a/meta-agl/recipes-graphics/wayland/weston-init/weston_tmpfiles.conf b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston_tmpfiles.conf similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston-init/weston_tmpfiles.conf rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston_tmpfiles.conf diff --git a/meta-agl/recipes-graphics/wayland/weston/0001-Allow-regular-users-to-launch-Weston_2.0.0.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0001-Allow-regular-users-to-launch-Weston_2.0.0.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0001-Allow-regular-users-to-launch-Weston_2.0.0.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0001-Allow-regular-users-to-launch-Weston_2.0.0.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0001-ivi-shell-rework-goto-labels-to-avoid-memory-leaks.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0001-ivi-shell-rework-goto-labels-to-avoid-memory-leaks.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0001-ivi-shell-rework-goto-labels-to-avoid-memory-leaks.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0001-ivi-shell-rework-goto-labels-to-avoid-memory-leaks.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0002-ivi-shell-removed-assert.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0002-ivi-shell-removed-assert.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0002-ivi-shell-removed-assert.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0002-ivi-shell-removed-assert.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0003-ivi-shell-introduction-of-IVI_INVALID_ID.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0003-ivi-shell-introduction-of-IVI_INVALID_ID.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0003-ivi-shell-introduction-of-IVI_INVALID_ID.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0003-ivi-shell-introduction-of-IVI_INVALID_ID.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0004-layout-interface-added-interface-to-change-surface-id.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0004-layout-interface-added-interface-to-change-surface-id.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0004-layout-interface-added-interface-to-change-surface-id.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0004-layout-interface-added-interface-to-change-surface-id.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0005-ivi-layout-introcuded-configure_desktop_changed.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0005-ivi-layout-introcuded-configure_desktop_changed.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0005-ivi-layout-introcuded-configure_desktop_changed.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0005-ivi-layout-introcuded-configure_desktop_changed.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0006-ivi-layout-introcuded-surface_create_and_configure.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0006-ivi-layout-introcuded-surface_create_and_configure.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0006-ivi-layout-introcuded-surface_create_and_configure.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0006-ivi-layout-introcuded-surface_create_and_configure.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0007-ivi-shell-linked-libweston-desktop-and-added-structs.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0007-ivi-shell-linked-libweston-desktop-and-added-structs.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0007-ivi-shell-linked-libweston-desktop-and-added-structs.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0007-ivi-shell-linked-libweston-desktop-and-added-structs.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0008-ivi-layout-use-libweston-desktop-api-for-views.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0008-ivi-layout-use-libweston-desktop-api-for-views.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0008-ivi-layout-use-libweston-desktop-api-for-views.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0008-ivi-layout-use-libweston-desktop-api-for-views.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0009-ivi-shell-added-libweston-desktop-api_implementation.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0009-ivi-shell-added-libweston-desktop-api_implementation.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0009-ivi-shell-added-libweston-desktop-api_implementation.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0009-ivi-shell-added-libweston-desktop-api_implementation.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0010-ivi-shell-remove-surface_destroy_listener.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0010-ivi-shell-remove-surface_destroy_listener.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0010-ivi-shell-remove-surface_destroy_listener.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0010-ivi-shell-remove-surface_destroy_listener.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0011-ivi-shell-create-weston-desktop-in_wet_shell_init.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0011-ivi-shell-create-weston-desktop-in_wet_shell_init.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0011-ivi-shell-create-weston-desktop-in_wet_shell_init.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0011-ivi-shell-create-weston-desktop-in_wet_shell_init.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0012-hmi-controller-register-for-desktop_surface_configured.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0012-hmi-controller-register-for-desktop_surface_configured.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0012-hmi-controller-register-for-desktop_surface_configured.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0012-hmi-controller-register-for-desktop_surface_configured.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0013-simple-egl-remove-ivi-application-support.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0013-simple-egl-remove-ivi-application-support.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0013-simple-egl-remove-ivi-application-support.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0013-simple-egl-remove-ivi-application-support.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0014-simple-shm-remove-ivi-application-support.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0014-simple-shm-remove-ivi-application-support.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0014-simple-shm-remove-ivi-application-support.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0014-simple-shm-remove-ivi-application-support.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0015-window-client-remove-ivi-application-support.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0015-window-client-remove-ivi-application-support.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0015-window-client-remove-ivi-application-support.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0015-window-client-remove-ivi-application-support.patch diff --git a/meta-agl/recipes-graphics/wayland/weston/0016-ivi-shell_add_screen_remove_layer_api.patch b/meta-agl-profile-graphical/recipes-graphics/wayland/weston/0016-ivi-shell_add_screen_remove_layer_api.patch similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston/0016-ivi-shell_add_screen_remove_layer_api.patch rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston/0016-ivi-shell_add_screen_remove_layer_api.patch diff --git a/meta-agl/recipes-graphics/wayland/weston_2.0.0.bbappend b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_2.0.0.bbappend similarity index 100% rename from meta-agl/recipes-graphics/wayland/weston_2.0.0.bbappend rename to meta-agl-profile-graphical/recipes-graphics/wayland/weston_2.0.0.bbappend diff --git a/meta-agl/classes/.gitkeep b/meta-agl/classes/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/meta-agl/recipes-automotive/.gitkeep b/meta-agl/recipes-automotive/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/meta-agl/recipes-bsp/.gitkeep b/meta-agl/recipes-bsp/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/meta-agl/recipes-navi-lbs/.gitkeep b/meta-agl/recipes-navi-lbs/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/meta-agl/recipes-support/.gitkeep b/meta-agl/recipes-support/.gitkeep deleted file mode 100644 index e69de29bb..000000000 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 index 2a18cbc89..000000000 --- a/meta-agl/recipes-test/packagegroups/packagegroup-agl-test.bb +++ /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 index e69de29bb..000000000 diff --git a/meta-ivi-common/recipes-connectivity/.gitkeep b/meta-ivi-common/recipes-connectivity/.gitkeep deleted file mode 100644 index e69de29bb..000000000 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 index e63333157..000000000 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-automotive.bb +++ /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 index 2453c3cb0..000000000 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-connectivity.bb +++ /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 index c474b9fc5..000000000 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-graphics.bb +++ /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 index 14e5f4347..000000000 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-kernel.bb +++ /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 index 602d247b4..000000000 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb +++ /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 index 63c27348c..000000000 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-navi-lbs.bb +++ /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 index 99a3abd31..000000000 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-os-commonlibs.bb +++ /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 index b7c15399b..000000000 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-security.bb +++ /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 index 72105ee3a..000000000 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-speech-services.bb +++ /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 index b3cff10a6..000000000 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core.bb +++ /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 index e69de29bb..000000000 diff --git a/meta-ivi-common/recipes-extended/.gitkeep b/meta-ivi-common/recipes-extended/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/meta-ivi-common/recipes-graphics/.gitkeep b/meta-ivi-common/recipes-graphics/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/meta-ivi-common/recipes-graphics/wayland/weston_%.bbappend b/meta-ivi-common/recipes-graphics/wayland/weston_%.bbappend deleted file mode 100644 index 226126378..000000000 --- a/meta-ivi-common/recipes-graphics/wayland/weston_%.bbappend +++ /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 index e69de29bb..000000000 diff --git a/templates/base/00_local.conf.agl.inc b/templates/base/00_local.conf.agl.inc index 1cfd90557..30fc68f7d 100644 --- a/templates/base/00_local.conf.agl.inc +++ b/templates/base/00_local.conf.agl.inc @@ -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 diff --git a/templates/base/bblayers.conf.sample b/templates/base/bblayers.conf.sample index d86954698..0c3114f8c 100644 --- a/templates/base/bblayers.conf.sample +++ b/templates/base/bblayers.conf.sample @@ -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 index 7f5f24eb5..000000000 --- a/templates/feature/agl-appfw-smack/50_bblayers.conf.inc +++ /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 \ - " - diff --git a/templates/feature/agl-appfw-smack/50_local.conf.inc b/templates/feature/agl-appfw-smack/50_local.conf.inc index 0a11f07c2..e69de29bb 100644 --- a/templates/feature/agl-appfw-smack/50_local.conf.inc +++ b/templates/feature/agl-appfw-smack/50_local.conf.inc @@ -1,2 +0,0 @@ -#see meta-agl/meta-app-framework/conf/include/agl-appfw-smack.inc -require conf/include/agl-appfw-smack.inc diff --git a/templates/feature/agl-ci-change-features-nogfx/included.dep b/templates/feature/agl-ci-change-features-nogfx/included.dep index 49f5dd12d..56b4cd1a9 100644 --- a/templates/feature/agl-ci-change-features-nogfx/included.dep +++ b/templates/feature/agl-ci-change-features-nogfx/included.dep @@ -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 diff --git a/templates/feature/agl-ci-change-features/included.dep b/templates/feature/agl-ci-change-features/included.dep index fdd01e6a8..280452454 100644 --- a/templates/feature/agl-ci-change-features/included.dep +++ b/templates/feature/agl-ci-change-features/included.dep @@ -1 +1 @@ -agl-demo agl-devel agl-netboot agl-appfw-smack +agl-demo agl-devel agl-netboot diff --git a/templates/feature/agl-ci-snapshot-features-nogfx/included.dep b/templates/feature/agl-ci-snapshot-features-nogfx/included.dep index 00e77831a..c2e48284f 100644 --- a/templates/feature/agl-ci-snapshot-features-nogfx/included.dep +++ b/templates/feature/agl-ci-snapshot-features-nogfx/included.dep @@ -1 +1 @@ -agl-devel agl-netboot agl-appfw-smack agl-archiver +agl-devel agl-netboot agl-archiver diff --git a/templates/feature/agl-ci-snapshot-features/included.dep b/templates/feature/agl-ci-snapshot-features/included.dep index 219beeec4..c382e609c 100644 --- a/templates/feature/agl-ci-snapshot-features/included.dep +++ b/templates/feature/agl-ci-snapshot-features/included.dep @@ -1 +1 @@ -agl-demo agl-devel agl-netboot agl-appfw-smack agl-archiver +agl-demo agl-devel agl-netboot agl-archiver