summaryrefslogtreecommitdiff
path: root/recipes-sato/webkit
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-23 11:27:19 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-23 12:42:02 +0200
commitc7fae0de5cae3b4bcf741d168101c06d5bdb8a8f (patch)
tree1de90216b756540aa5fc449c283a3de9f75755cb /recipes-sato/webkit
parent45677492bbb2bec8215e421c4db22ac9cf9eacaf (diff)
colibri-vf: drop machine
We decided we won't do a BSP 3.0 for Vybrid. For new designs we recommend ULL now. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-sato/webkit')
-rw-r--r--recipes-sato/webkit/webkitgtk_%.bbappend6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-sato/webkit/webkitgtk_%.bbappend b/recipes-sato/webkit/webkitgtk_%.bbappend
index 8114309..a3e97ba 100644
--- a/recipes-sato/webkit/webkitgtk_%.bbappend
+++ b/recipes-sato/webkit/webkitgtk_%.bbappend
@@ -4,9 +4,3 @@ SRC_URI += "file://minibrowser.desktop"
do_install_append() {
install -m 0644 -D ${WORKDIR}/minibrowser.desktop ${D}${datadir}/applications/minibrowser.desktop
}
-
-PACKAGECONFIG_vf = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'wayland' ,d)}"
-
-ARM_INSTRUCTION_SET_vf = "thumb"
-
-PACKAGE_ARCH_vf = "${MACHINE_ARCH}"