From 83da42e4a0b0d4f19ef9a39f6294788a37ecc35d Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 9 Apr 2019 13:35:16 +0200 Subject: tdx-base.inc: set hostname by default If a derived distro does not want /etc/hostname then that should be added for that distro only. Signed-off-by: Max Krummenacher --- conf/distro/include/tdx-base.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/distro/include/tdx-base.inc b/conf/distro/include/tdx-base.inc index 6b7457e..e3d4d58 100644 --- a/conf/distro/include/tdx-base.inc +++ b/conf/distro/include/tdx-base.inc @@ -48,4 +48,3 @@ DISTRO_FEATURES_remove = "sysvinit" VIRTUAL-RUNTIME_init_manager = "systemd" PACKAGECONFIG_append_pn-qemu-native = " libusb" -hostname_pn-base-files = "" -- cgit v1.2.3 From 23903e48e7b22c4b58de04342be82e13b23af373 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 18 Apr 2019 11:41:23 +0200 Subject: distro: use gstreamer1.0 imx version for imx SoC Signed-off-by: Max Krummenacher --- conf/distro/include/tdx-base.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/distro/include/tdx-base.inc b/conf/distro/include/tdx-base.inc index e3d4d58..6a6141f 100644 --- a/conf/distro/include/tdx-base.inc +++ b/conf/distro/include/tdx-base.inc @@ -48,3 +48,8 @@ DISTRO_FEATURES_remove = "sysvinit" VIRTUAL-RUNTIME_init_manager = "systemd" PACKAGECONFIG_append_pn-qemu-native = " libusb" +# Use i.MX Gstreamer Version (for PXP DMA-ENGINE Driver) +PREFERRED_VERSION_gstreamer1.0_imx = "1.14.imx" +PREFERRED_VERSION_gstreamer1.0-plugins-base_imx = "1.14.imx" +PREFERRED_VERSION_gstreamer1.0-plugins-good_imx = "1.14.imx" +PREFERRED_VERSION_gstreamer1.0-plugins-bad_imx = "1.14.imx" -- cgit v1.2.3 From e509da90e6f308c11ea2bf7aa7abc96dd83d4412 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 18 Apr 2019 11:42:51 +0200 Subject: distro: add tdx-xwayland distro Signed-off-by: Max Krummenacher --- conf/distro/tdx-xwayland.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/distro/tdx-xwayland.conf diff --git a/conf/distro/tdx-xwayland.conf b/conf/distro/tdx-xwayland.conf new file mode 100644 index 0000000..5c71a95 --- /dev/null +++ b/conf/distro/tdx-xwayland.conf @@ -0,0 +1,9 @@ +# Toradex Distro for Wayland with XWayland. +# Using the downstream kernel flavour + +require conf/distro/include/tdx-base.inc + +DISTRO = "tdx-xwayland" +DISTRO_NAME = "TDX Wayland with XWayland" + +DISTRO_FEATURES_append = " wayland x11" -- cgit v1.2.3 From f99f743221cee58157aa9f55892c3b6196f8d53f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 23 Apr 2019 10:01:54 +0200 Subject: local.conf: drop image_fstypes setting There is a resonable default in bitbake.conf. For all our machines it is also set explicitely so there is no need to carry this in local.conf. Signed-off-by: Max Krummenacher --- buildconf/local.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/buildconf/local.conf b/buildconf/local.conf index 0eebbd9..7b8d3fd 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -256,9 +256,6 @@ INHERIT += "toradex-mirrors" # Use this distro DISTRO = "tdx-x11" -# What image type(s) are to be built? -IMAGE_FSTYPES_append = " tar.bz2" - # Don't generate the mirror tarball for SCM repos, the snapshot is enough # BB_GENERATE_MIRROR_TARBALLS = "0" -- cgit v1.2.3 From 81860a2b53d3c45ac17ebf9e9e5645b1b692b8c3 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 23 Apr 2019 12:41:04 +0200 Subject: 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 --- buildconf/local.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/buildconf/local.conf b/buildconf/local.conf index 7b8d3fd..be6ae82 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -46,7 +46,6 @@ MACHINE ?= "colibri-imx6" #MACHINE ?= "colibri-imx6ull" #MACHINE ?= "colibri-imx7" #MACHINE ?= "colibri-imx7-emmc" -#MACHINE ?= "colibri-vf" # # There are also a selection of emulated machines available which can boot and run -- cgit v1.2.3