- Jul 11, 2023
-
-
Felix Gerking authored
Required for sound support on NALLINO. BCS 746-001388
-
- Jul 10, 2023
-
-
Felix Gerking authored
iptables are already enabled for mx6 and mx8. See commit e404727f BCS 746-001388
-
- Jun 15, 2023
-
-
Tobias Kahlki authored
-
Tobias Kahlki authored
BCS 746-001386
-
Tobias Kahlki authored
Note: The backlight class device is auto-removed because it is implicitly selected by the framebuffer.
-
Tobias Kahlki authored
The defconfig contained some old entries. Re-exported the defconfig to get a clean state.
-
- Jan 09, 2023
-
-
Tobias Kahlki authored
-
- Aug 05, 2022
-
-
Jonas Höppner authored
-
- May 13, 2022
-
-
Tobias Kahlki authored
The kernel includes and recipes have been renamed to seconorth. Also the defconfigs have been moved to fitting folders.
-
- Mar 11, 2022
-
-
Clemens Terasa authored
Remove CONFIG_STACKPROTECTOR_PER_TASK defconfig as it breaks the build. With this enabled and with the jump from Linux 5.10.57 to 5.10.104 I see the following error: ``` HOSTCXX scripts/gcc-plugins/arm_ssp_per_task_plugin.so In file included from ../5.10.57-r0/recipe-sysroot-native/usr/bin/arm-guf-linux-gnueabi/../../lib/arm-guf-linux-gnueabi/gcc/arm-guf-linux-gnueabi/9.3.0/plugin/include/gcc-plugin.h:29, from ../linux-guf/scripts/gcc-plugins/gcc-common.h:7, from ../linux-guf/scripts/gcc-plugins/arm_ssp_per_task_plugin.c:3: ../linux-guf/5.10.57-r0/recipe-sysroot-native/usr/bin/arm-guf-linux-gnueabi/../../lib/arm-guf-linux-gnueabi/gcc/arm-guf-linux-gnueabi/9.3.0/plugin/include/coretypes.h:430:10: fatal error: poly-int.h: No such file or directory 430 | #include "poly-int.h" | ^~~~~~~~~~~~ compilation terminated. Seems to be similar to https://lists.yoctoproject.org/g/poky/message/12619 Form my point of view this is a missing header inside the gcc-plugin package, and should be fixed there. However, right now we just remove the feature from the kernel.
-
- Feb 01, 2022
-
-
Felix Gerking authored
Enabled wireguard in defconfig. Removed wireguard-modul dependencies for wireguard-tools since wireguard is already integrated in kernel 5.10. BCS 746-000655
-
- Jul 06, 2021
-
-
Jonas Höppner authored
One logo, centered, white background, no rotation. Rotation may be set in a postinstall step later. BCS 746-000275
-
- Jun 30, 2021
-
-
Marc-Oliver Westerburg authored
removes esp.: * lock debugging and debugging sysmbols for variables, etc. * support for i.MX3x, i.MX5x, i.MX6 non-ULL SoCs, i.MX8x * support for IPUv1, IPUv3, VPUs, GPUs * support for DVB and IR remote control modules reduces (compressed) kernel size from almost 10 MB to just under 6 MB. (uncompressed kernel is still almost twice as big as the Rocko 4.9.88 kernel for 6ULL, though) BCS 746-000388
-
- May 07, 2021
-
-
Clemens Terasa authored
Add the linux-guf-5.10 recipe and copy the files form 5.4. Do not use the use-pkg-config-native-to-find-host-lcrypto-in-sysroot.patch because it does not apply right now. Also assign PREFERRED_VERSION of the linux-guf recipe weakly to be able to overwrite this in the local.conf Only tested with imx6guf. BCS 746-000295
-
- Oct 16, 2020
-
-
Clemens Terasa authored
With commit https://github.com/torvalds/linux/commit/fa2d0aa96941e8dc347e49a04c75468e3002ee20 cherry-picked to out current kernel the aliasing works as it worked for previous linux ports, namely the eMMC equipped on the iMX6 Garz & Fricke boards is mapped to mmcblk0. Thus use this mmcblk0 mapping to refer to the eMMC. BCS 746-000100
-
- Oct 08, 2020
-
-
Norman Stetter authored
* Split defconfig into two differnt defconfigs for the two platforms * Enable PF1550 PMIC driver and disable PFUZE100 for imx6ullguf BCS: 746-000033
-
- Sep 15, 2020
-
-
Jonas Höppner authored
Adapt kernel config to disable framebuffer console BCS 746-000063
-
- Sep 11, 2020
-
-
Clemens Terasa authored
Rename the linux kernel repository to linux-guf. Switch to SRCREV="${AUTOREV}" for the kernel development. The team decision is to rename the linux kernel repository from linux-stable to linux-guf to show that it actually does not mirror the linux-stable directly but uses it as a basis source for our Garz & Fricke development. This changes include renaming the recipe, adjusting the Gitlab URL and renaming the PREFERRED_PROVIDER_virtual/kernel. With this change we also want to use the bitbake AUTOREV feature to pull the latest development kernel. Right now we do not have the release method to pin the revision to a specific version.
-
- Aug 24, 2020
-
-
Clemens Terasa authored
Pull the latest kernel including an increase of the Backlight PWM frequency. Together with the activated panel-dt and the previously added gfxml2dto more then one display can be supported,
-
- Aug 14, 2020
-
-
Jonas Höppner authored
* Allow usage of commandline from bootloader * Adapt the default commandline: ** Remove earlyprintk, should be used for debug only
-
- Aug 13, 2020
-
-
Norman Stetter authored
* Pull the rtc-pcf8563.c source from the kernel-tree at v5.4.23 (bfe3046ecafdd71ba6932deebe2eb357048b7bfc) * Remove the in-tree driver from the defconfig * Add the module to the MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS for san* and nallino platforms
-
- Jun 09, 2020
-
-
Carsten Behling authored
- use new kernel version with all I2C devices present for testing on 400 kHz bus rate
-
- Jun 07, 2020
-
-
Carsten Behling authored
- use new kernel with SIS9255 touch support and updated kernel's defconfig
-
- May 05, 2020
-
-
Carsten Behling authored
- set kernel recipe to crurrent HEAD of GUF linux-stable - set kernel defconfig to current guf_imx_v6_v7_defconfig - with appended device tree enabled - with default kernel command line
-
- Apr 26, 2020
-
-
Carsten Behling authored
-