summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/dynamic-layers
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /bsp/meta-boundary/dynamic-layers
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'bsp/meta-boundary/dynamic-layers')
-rw-r--r--bsp/meta-boundary/dynamic-layers/qt5-layer/recipes-qtbrowser/qtbrowser-qt5/qtbrowser-qt5_git.bb24
-rw-r--r--bsp/meta-boundary/dynamic-layers/xfce-layer/recipes-xfce/images/boundary-eval-image-xfce.bb47
2 files changed, 0 insertions, 71 deletions
diff --git a/bsp/meta-boundary/dynamic-layers/qt5-layer/recipes-qtbrowser/qtbrowser-qt5/qtbrowser-qt5_git.bb b/bsp/meta-boundary/dynamic-layers/qt5-layer/recipes-qtbrowser/qtbrowser-qt5/qtbrowser-qt5_git.bb
deleted file mode 100644
index 902aa8e8..00000000
--- a/bsp/meta-boundary/dynamic-layers/qt5-layer/recipes-qtbrowser/qtbrowser-qt5/qtbrowser-qt5_git.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-require recipes-qt/qt5/qt5.inc
-
-DESCRIPTION = "QT Browser"
-PR = "r0"
-LICENSE = "CLOSED"
-
-DEPENDS = "qtbase qtwebkit"
-
-SRCREV = "57ac373f948498810c3f276fe712e67f5ec0d4aa"
-SRC_URI = "git://github.com/boundarydevices/qtbrowser;branch=qt5"
-
-S = "${WORKDIR}/git"
-
-PARALLEL_MAKE = ""
-
-
-do_install() {
- export INSTALL_ROOT=${D}
- make install
-}
-
-FILES_${PN} = " \
- /usr/bin/* \
-"
diff --git a/bsp/meta-boundary/dynamic-layers/xfce-layer/recipes-xfce/images/boundary-eval-image-xfce.bb b/bsp/meta-boundary/dynamic-layers/xfce-layer/recipes-xfce/images/boundary-eval-image-xfce.bb
deleted file mode 100644
index af83840a..00000000
--- a/bsp/meta-boundary/dynamic-layers/xfce-layer/recipes-xfce/images/boundary-eval-image-xfce.bb
+++ /dev/null
@@ -1,47 +0,0 @@
-DESCRIPTION = "A XFCE desktop demo image."
-
-IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs dev-pkgs"
-
-LICENSE = "MIT"
-
-inherit core-image distro_features_check
-
-REQUIRED_DISTRO_FEATURES = "x11"
-
-CORE_IMAGE_BASE_INSTALL += "\
- packagegroup-core-boot \
- ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
- packagegroup-core-x11 \
- packagegroup-xfce-base \
- kernel-modules \
- \
- nodejs \
- packagegroup-fsl-gstreamer1.0-full \
- \
- flex \
- gcc \
- git \
- m4 \
- make \
- iperf3 \
- libtool \
- nano \
- python-compiler \
- strace \
- screen \
- minicom \
- openssl \
- cryptodev-module \
-"
-
-# For silex module support uncomment the line below and register your ssh key on our webserver to get access.
-# Silex requires some terms and conditions to be accepted before you can build
-# Please fill out the form located here for access: https://boundarydevices.com/private-git-access/
-#CORE_IMAGE_BASE_INSTALL += "kernel-module-silex linux-firmware-silex"
-
-# Video input demos only on nitrogen6x/sx/7 platform
-# Chromium not on nitrogen7
-CORE_IMAGE_BASE_INSTALL_append_nitrogen6x += "video-input-icon chromium firefox qt5everywheredemo cinematicexperience"
-CORE_IMAGE_BASE_INSTALL_append_nitrogen6x-lite += "chromium firefox"
-CORE_IMAGE_BASE_INSTALL_append_nitrogen6sx += "video-input-icon chromium firefox"
-CORE_IMAGE_BASE_INSTALL_append_nitrogen7 += "video-input-icon"