summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-04mesa: cleanup after removal of meta-jetson-tk1Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-02weston: drop support for weston 1.xGerard Salvatella
Maintaining the current bbappend for weston 1.x versions generates an annoying warning in OE (new in thud), since we do not have any recipe for weston 1.x. Given that the current version of weston is 6.0, it doesn't make much sense to keep these patches. Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
2019-04-25conf/layer.conf: decrease layer priority to 22Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-24apalis-tk1-mainline: fix checksumsMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit c10c7168712fa47e50440a7b7b012118939a3371)
2019-04-24linux kernel & u-boot recipes: update to latestMarcel Ziswiler
Update linux-toradex-mainline to 4.14.109. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit d4511e4a45392799ae157c6632f3944981787c02) Conflicts: recipes-kernel/linux/linux-toradex_git.bb
2019-04-24alsa: apalis-tk1-mainline: fix asound.conf patchingMarcel Ziswiler
Fix commit 0f59e154bfeb ("alsa: apalis-tk1-mainline: add initial asound.state and asound.conf"). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit 26cbb6fd9019f28141f8fef42521c82246fa3d03)
2019-04-24alsa: apalis-tk1-mainline: add initial asound.state and asound.confPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit 0f59e154bfebd18f4f9eb11a31912ad5cb7e0c93)
2019-04-17weston: rename bbappend to adhere to compatible versions onlyGerard Salvatella
The patches included in the weston bbappend are only compatible with 1.x versions of weston. Rename the file so that it only applies to such versions. NOTE: how these patches should be ported (if at all) to modern versions of weston is out of the scope of this commit. Additional patching could be needed when building weston >= 2.0 with drm backend. Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
2019-03-06u-boot-toradex: drop include tdx_version.confMax Krummenacher
Variables from tdx_version.conf are now provided by the distro. Add defaults in case someone doesn't use our distro. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06linux-toradex: drop include tdx_version.confMax Krummenacher
Variables from tdx_version.conf are now provided by the distro. Add defaults in case someone doesn't use our distro. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06machines: drop leftovers from meta-angstromMax Krummenacher
As we dropped meta-angstrom, do not prefer psplash-angstrom anymore. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06tk1: drop meta-jetson-tk1Max Krummenacher
All of meta-jetson-tk1 has been moved into meta-toradex-tegra as updates were needed. Drop meta-jetson-tk1. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06xserver-xorg: add last change used from meta-jetson-tk1Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06linux-driver-package: rework to allow building for sysVMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06apalis-tk1: switch to SERIAL_CONSOLESMax Krummenacher
SERIAL_CONSOLE has been deprecated for a while now Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06mesa: set linker search path to heed sysrootMax Krummenacher
fixes: | ERROR: libgstnvegl-21.5.0-r0 do_package_qa: QA Issue: libgstnvegl: The compile log indicates that host include and/or library paths were used. Please check the log '/build/krm/oe-core_3.0/build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/libgstnvegl/21.5.0-r0/temp/log.do_compile' for more information. [compile-host-path] | ERROR: libgstnvegl-21.5.0-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. | ERROR: libgstnvegl-21.5.0-r0 do_package_qa: Function failed: do_package_qa | ERROR: Logfile of failure stored in: /build/krm/oe-core_3.0/build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/libgstnvegl/21.5.0-r0/temp/log.do_package_qa.15826 | ERROR: Task (/build/krm/oe-core_3.0/build/../layers/meta-toradex-tegra/recipes-multimedia/libgstnvegl/libgstnvegl_21.5.0.bb:do_package_qa) failed with exit code '1' Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06eglinfo: remove T20/T30 and refresh patch to cleanly applyMax Krummenacher
With the stricter OE rules the 0001-Check-for-libegl-using-pkg-config.patch from openembedded-core does no longer apply to the newer git hash set in the bbappend. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06linux-driver-package: don't inherit update-rc.d class if systemd is in useMax Krummenacher
prevents the following build error: | ERROR: qt5-x11-image-3.0b1-r0 do_populate_sdk: Postinstall scriptlets of | ['linux-driver-package-firstboot', 'linux-driver-package-boot'] have | failed. If the intention is to defer them to first boot, | then please place them into pkg_postinst_ontarget_${PN} (). | Deferring to first boot via 'exit 1' is no longer supported. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06libdrm bbappend: follow change to meson build systemMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06mesa: also configure nouveauMax Krummenacher
tegra124m now depends on nouveau and tegra to be configured. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06perf: fix search path to slangMax Krummenacher
Heed --sysroot setting. fixes: | ERROR: QA Issue: perf: The compile log indicates that host include and/or library paths were used. | Please check the log '/build/krm/oe-core_3.0/build/tmp/work/apalis_tk1-poky-linux-gnueabi/perf/1.0-r9/temp/log.do_compile' for more information. [compile-host-path] | cc1: warning: include location "/usr/include/slang" is unsafe for cross-compilation [-Wpoison-system-directories] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06native-tools: remove comment about 32-bit host binariesMax Krummenacher
Remove comment which was obsoleted by commit b34fa66b4159cb6b0952a6821e73fdb93ae7714f Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06apalis/colibri-t20 -t30: drop machinesMax Krummenacher
These machines use an old Nvidia provided downstream kernel 3.1.10. They are no longer compatible with more recent sysroot components, e.g. libc, xserver et. al. The maintenance burden to keep the userspace components in their old version becomes simply too high. Keep using the rocko based 2.8 BSP for these machines. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06hdmi-hotplug: drop allarch as this gives errorsMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06tegrarcm: fix license warningMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06xserver-xorg: tk1-mainline: follow update to 1.20Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06xserver-xorg: refresh patchMax Krummenacher
prevents warning: | Applying patch macro_tweak.patch | patching file xorg-server.m4 | Hunk #1 succeeded at 28 with fuzz 2. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06tegrarcm: refresh patchMax Krummenacher
prevents warning: | Applying patch 0001-configure.ac-link-crypotpp-as-a-static-library.patch | patching file configure.ac | Hunk #1 succeeded at 20 with fuzz 1. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06mesa: remove patches now upstreamedMax Krummenacher
nouveau / tegra has been upstreamed, thus drop the patches. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06xserver-xorg_1.17.4: explicitely include sysmacros.hMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06libgstomx-0.10: fix strncpy warningMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06mesa: refresh patchMax Krummenacher
While at it create it with git which leads to a changed file name. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06pkg_postinst: move to the ontarget syntaxMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06u-boot-fw-utils: fix compiler error with gcc 8Max Krummenacher
cc1: error: -mfloat-abi=hard: selected processor lacks an FPU Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06u-boot: fix build error with dtc headers in sysrootMax Krummenacher
...recipe-sysroot-native/usr/include/libfdt_env.h:70:30: error: conflicting types for 'fdt64_t' typedef uint64_t FDT_BITWISE fdt64_t; ^~~~~~~ In file included from <command-line>:0:0: ...git/include/libfdt_env.h:19:16: note: previous declaration of 'fdt64_t' was here typedef __be64 fdt64_t; ^~~~~~~ Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06Revert "u-boot: fix build error with dtc headers in sysroot"Max Krummenacher
This reverts commit 8f9fb0502e052276bdb4d349af5e652e193543ff.
2019-03-06u-boot: fix build error with dtc headers in sysrootMax Krummenacher
...recipe-sysroot-native/usr/include/libfdt_env.h:70:30: error: conflicting types for 'fdt64_t' typedef uint64_t FDT_BITWISE fdt64_t; ^~~~~~~ In file included from <command-line>:0:0: ...git/include/libfdt_env.h:19:16: note: previous declaration of 'fdt64_t' was here typedef __be64 fdt64_t; ^~~~~~~ Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06xserver-xorg: follow changed dependencies for x11Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06xserver-xorg-1.14.7.inc: Replace individual deprecated xorg proto recipes ↵Max Krummenacher
with xorgproto see openembedded-core commit 460a2b27af8d023b27703b491331c8cbe7aad0ff Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-04libdrm: drop upstreamed patchMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-04layer: add LAYERSERIES_COMPATMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-04linux-toradex: update FILES to match kernel namingMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-04machines: update RDEPENDS to match kernel namingMax Krummenacher
The kernel class now sets RDEPENDS_${KERNEL_PACKAGE_NAME}-base so this include needs to do the same, otherwise bitbake emits a warning and the kernel isn't removed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-04lvds-ctrl: default to single channel 24bit mode2Marcel Ziswiler
Now with 10.1 inch displays soon being available make those settings the default. Note that one still needs to set vidargs properly e.g. from within U-Boot as follows: Apalis T30 # setenv vidargs 'video=tegrafb0:1280x800-16@60 fbcon=map:1' Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-04apalis-tk1-mainline: update k20 fw to v1.4Dominik Sliwa
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2019-03-04tdx-k20-fw: update to v1.4Dominik Sliwa
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2019-03-04libgstnvegl, libgstomx-0.10: update to L4T R21.7Marcel Ziswiler
Looks like those two we never actually updated to building off from R21.7 sources. This commit fixes that now. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-12-27linux kernel & u-boot recipes: update to latestColibri-T30_LXDE-Image_2.8b5.156-20181228Colibri-T20_LXDE-Image_2.8b5.156-20181228Apalis-TK1_LXDE-Image_2.8b5.156-20181228Apalis-TK1-Mainline_LXDE-Image_2.8b5.156-20181228Apalis-T30_LXDE-Image_2.8b5.156-20181228Marcel Ziswiler
Update linux-toradex-mainline to 4.14.90. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Philippe Schenker <philippe.schenker@toradex.com>
2018-12-21lvds-ctrl: add script for single channel 24bit mode2Philippe Schenker
Add a script to the lvds-ctrl recipe for setting the correct mode for 10.1" display Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-12-19apalis-tk1-mainline: re-enable audio soundMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>