aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-yocto-ivi
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/recipes-yocto-ivi')
-rw-r--r--meta-ivi/recipes-yocto-ivi/images/ivi-image.bb2
-rw-r--r--meta-ivi/recipes-yocto-ivi/images/leviathan-image.bb (renamed from meta-ivi/recipes-yocto-ivi/images/kronos-image.bb)2
-rw-r--r--meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-abstract-component-p1.bb3
-rw-r--r--meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-abstract-component-p2.bb3
-rw-r--r--meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-placeholder-component-p1.bb3
-rw-r--r--meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p1.bb3
-rw-r--r--meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p2.bb3
-rw-r--r--meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-xserver-ivi.bb3
8 files changed, 2 insertions, 20 deletions
diff --git a/meta-ivi/recipes-yocto-ivi/images/ivi-image.bb b/meta-ivi/recipes-yocto-ivi/images/ivi-image.bb
index 1c18ed0..8be1078 100644
--- a/meta-ivi/recipes-yocto-ivi/images/ivi-image.bb
+++ b/meta-ivi/recipes-yocto-ivi/images/ivi-image.bb
@@ -1,7 +1,7 @@
# Base this image on generic IVI image
require recipes-yocto-ivi/images/ivi-image.inc
-PV = "9.0+snapshot-${DATE}"
+PV = "10.0+snapshot-${DATE}"
IMAGE_INSTALL_append = " \
packagegroup-abstract-component-p1 \
diff --git a/meta-ivi/recipes-yocto-ivi/images/kronos-image.bb b/meta-ivi/recipes-yocto-ivi/images/leviathan-image.bb
index 9e87ec6..da973a7 100644
--- a/meta-ivi/recipes-yocto-ivi/images/kronos-image.bb
+++ b/meta-ivi/recipes-yocto-ivi/images/leviathan-image.bb
@@ -1,5 +1,5 @@
# Base this image on generic IVI image
require recipes-yocto-ivi/images/ivi-image.bb
-PV = "9.0.1"
+PV = "10.0.0"
diff --git a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-abstract-component-p1.bb b/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-abstract-component-p1.bb
index 2f0089e..a849088 100644
--- a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-abstract-component-p1.bb
+++ b/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-abstract-component-p1.bb
@@ -1,8 +1,5 @@
DESCRIPTION = "GENIVI P1 Abstract components (AC)"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${IVI_COREBASE}/meta-ivi/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-# Avoid hardcoding the full layer path into the checksums
-LIC_FILES_CHKSUM[vardepsexclude] += "IVI_COREBASE"
inherit packagegroup
diff --git a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-abstract-component-p2.bb b/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-abstract-component-p2.bb
index 641b7ac..1b79dd7 100644
--- a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-abstract-component-p2.bb
+++ b/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-abstract-component-p2.bb
@@ -1,8 +1,5 @@
SUMMARY = "GENIVI P2 Abstract components (AC)"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${IVI_COREBASE}/meta-ivi/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-# Avoid hardcoding the full layer path into the checksums
-LIC_FILES_CHKSUM[vardepsexclude] += "IVI_COREBASE"
PR = "r1"
inherit packagegroup
diff --git a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-placeholder-component-p1.bb b/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-placeholder-component-p1.bb
index f4501f0..57af945 100644
--- a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-placeholder-component-p1.bb
+++ b/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-placeholder-component-p1.bb
@@ -1,8 +1,5 @@
DESCRIPTION = "GENIVI P1 Placeholder components (PC)"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${IVI_COREBASE}/meta-ivi/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-# Avoid hardcoding the full layer path into the checksums
-LIC_FILES_CHKSUM[vardepsexclude] += "IVI_COREBASE"
PR = "r0"
inherit packagegroup
diff --git a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p1.bb b/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p1.bb
index 2c06638..437dbcd 100644
--- a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p1.bb
+++ b/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p1.bb
@@ -1,8 +1,5 @@
DESCRIPTION = "GENIVI P1 Specific components (SC)"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${IVI_COREBASE}/meta-ivi/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-# Avoid hardcoding the full layer path into the checksums
-LIC_FILES_CHKSUM[vardepsexclude] += "IVI_COREBASE"
inherit packagegroup
diff --git a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p2.bb b/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p2.bb
index 7419fb6..0247e78 100644
--- a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p2.bb
+++ b/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p2.bb
@@ -1,8 +1,5 @@
DESCRIPTION = "GENIVI P2 Specific components (SC)"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${IVI_COREBASE}/meta-ivi/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-# Avoid hardcoding the full layer path into the checksums
-LIC_FILES_CHKSUM[vardepsexclude] += "IVI_COREBASE"
PR = "r1"
inherit packagegroup
diff --git a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-xserver-ivi.bb b/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-xserver-ivi.bb
index 4951899..850df90 100644
--- a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-xserver-ivi.bb
+++ b/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-xserver-ivi.bb
@@ -1,8 +1,5 @@
DESCRIPTION = "Packagegroup for xserver and GPU drivers"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${IVI_COREBASE}/meta-ivi/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-# Avoid hardcoding the full layer path into the checksums
-LIC_FILES_CHKSUM[vardepsexclude] += "IVI_COREBASE"
PACKAGE_ARCH = "${MACHINE_ARCH}"