aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-yocto-ivi/images/discovery-image.bb10
-rw-r--r--recipes-yocto-ivi/images/excalibur-image.bb10
-rw-r--r--recipes-yocto-ivi/packagegroups/packagegroup-discovery-core-p1.bb20
-rw-r--r--recipes-yocto-ivi/packagegroups/packagegroup-excalibur-core-p1.bb16
4 files changed, 0 insertions, 56 deletions
diff --git a/recipes-yocto-ivi/images/discovery-image.bb b/recipes-yocto-ivi/images/discovery-image.bb
deleted file mode 100644
index 42eaa13..0000000
--- a/recipes-yocto-ivi/images/discovery-image.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-# Base this image on generic IVI image
-include recipes-yocto-ivi/images/ivi-image.inc
-
-PV = "2.0.2"
-PR = "r0"
-
-IMAGE_INSTALL_append = " packagegroup-core-p1 packagegroup-core-p2"
-
-# Add image specific packages
-IMAGE_INSTALL_append = " packagegroup-discovery-core-p1"
diff --git a/recipes-yocto-ivi/images/excalibur-image.bb b/recipes-yocto-ivi/images/excalibur-image.bb
deleted file mode 100644
index 6d74cbb..0000000
--- a/recipes-yocto-ivi/images/excalibur-image.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-# Base this image on generic IVI image
-include recipes-yocto-ivi/images/ivi-image.inc
-
-PV = "3.0.3"
-#PR = "r1"
-
-IMAGE_INSTALL_append = " packagegroup-core-p1 packagegroup-core-p2"
-
-# Add image specific packages
-IMAGE_INSTALL_append = " packagegroup-excalibur-core-p1"
diff --git a/recipes-yocto-ivi/packagegroups/packagegroup-discovery-core-p1.bb b/recipes-yocto-ivi/packagegroups/packagegroup-discovery-core-p1.bb
deleted file mode 100644
index 14c65c9..0000000
--- a/recipes-yocto-ivi/packagegroups/packagegroup-discovery-core-p1.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "GENIVI 2.0 (Discovery) P1 packages"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${IVI_COREBASE}/meta-ivi/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-PR = "r1"
-
-inherit packagegroup
-
-PACKAGES = "\
- packagegroup-discovery-core-p1 \
- "
-
-RDEPENDS_packagegroup-discovery-core-p1 = "\
- ntp \
- ntp-systemd \
- qt4-embedded \
- usbutils \
- "
-
-
-
diff --git a/recipes-yocto-ivi/packagegroups/packagegroup-excalibur-core-p1.bb b/recipes-yocto-ivi/packagegroups/packagegroup-excalibur-core-p1.bb
deleted file mode 100644
index 0a39c3b..0000000
--- a/recipes-yocto-ivi/packagegroups/packagegroup-excalibur-core-p1.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "GENIVI 3.0 (Excalibur) P1 packages"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${IVI_COREBASE}/meta-ivi/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-PR = "r3"
-
-inherit packagegroup
-
-PACKAGES = "\
- packagegroup-excalibur-core-p1 \
- "
-
-RDEPENDS_packagegroup-excalibur-core-p1 = "\
- node-startup-controller \
- obex-client \
- obexd \
- "