summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel-rt_5.10.bb
Commit message (Collapse)AuthorAgeFilesLines
* linux-intel-rt/5.10: update to tag lts-v5.10.184-rt90-preempt-rt-230626T172256ZYogesh Tyagi2023-08-141-3/+3
| | | | | | | * Update kernel cache Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to tag lts-v5.10.179-rt87-preempt-rt-230518T034556ZYogesh Tyagi2023-06-171-3/+3
| | | | | | | * Update kernel cache. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to tag lts-v5.10.168-rt83-preempt-rt-230306T045633ZTeoh Suh Haw2023-04-121-3/+3
| | | | | | | Update kernel cache Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to v5.10.145Yogesh Tyagi2022-11-151-4/+3
| | | | | | | | Drops already merged patch: 0001-regulator-consumer-Add-missing-stubs-to-regulator-co.patch Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to v5.10.115Naveen Saini2022-06-131-2/+3
| | | | | | | | | updates -rt patchset to -rt67. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit c1674307a4ef3c32b1b67542f84751a00db357b4) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to v5.10.100Ezhilarasan2022-04-271-2/+2
| | | | | Signed-off-by: Ezhilarasan <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to v5.10.78Naveen Saini2021-12-101-3/+3
| | | | | | | | | updates -rt patchset to -rt55. Updated kernel config as well. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to v5.10.59JingHuiTham2021-10-201-3/+3
| | | | | | | | | updates -rt patchset to -rt52. Updated kernel config as well. Signed-off-by: JingHuiTham <jing.hui.tham@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to v5.10.56Naveen Saini2021-09-011-3/+3
| | | | | | | | | updates -rt patchset to -rt48. Updated kernel config as well Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt: fix the override syntaxAnuj Mittal2021-08-091-1/+1
| | | | | | Make sure that KCONF_AUDIT_LEVEL value is actually applied. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to v5.10.52Naveen Saini2021-08-021-3/+3
| | | | | | | | | Updates -rt patchset to -rt47. Updated kernel config to latest commit. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Convert to new override syntaxAnuj Mittal2021-07-311-1/+1
| | | | | | | Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to v5.10.30Naveen Saini2021-05-211-3/+3
| | | | | | | | | Updates -rt patchset to -rt37. Updated kernel config to latest commit. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.10: disable kernel config bsp audit for now15.0-hardknott-3.3Naveen Saini2021-04-281-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following commit is backported from mainline 5.12-rc to linux-intel 5.10 kernel[1] Commit: https://github.com/torvalds/linux/commit/26499e0518a77de29e7db2c53fb0d0e9e15be8fb In which 'CONFIG_DRM_GMA3600' config option is dropped. This causing warning during config audit. So suppress the harmless warning for now. WARNING: do_kernel_configcheck: [kernel config]: This BSP contains fragments with warnings: [INFO]: the following symbols were not found in the active configuration: - CONFIG_DRM_GMA3600 Disabling CONFIG_SND_SOC_INTEL_SKYLAKE for 32-bit, does not allow to set CONFIG_SND_SOC_INTEL_SST too, which causing config warning too: WARNING: do_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration: [NOTE]: 'CONFIG_SND_SOC_INTEL_SST' last val (m) and .config val (n) do not match [INFO]: CONFIG_SND_SOC_INTEL_SST : n [INFO]: raw config text: config SND_SOC_INTEL_SST tristate depends on SND_SOC_INTEL_SST_TOPLEVEL && SND_SOC && SND && !UML && SOUND Config 'SND_SOC_INTEL_SST' has the following Direct dependencies (SND_SOC_INTEL_SST=m): SND_SOC_INTEL_SST_TOPLEVEL(=y) && SND_SOC(=m) && SND(=y) && !UML(undefined/n) (=y) && SOUND(=y) Parent dependencies are: SND_SOC [m] SND_SOC_INTEL_SST_TOPLEVEL [y] SND [y] UML [UML] SOUND [y] [INFO]: config 'CONFIG_SND_SOC_INTEL_SST' was set, but it wasn't assignable, check (parent) dependencies [INFO]: selection details for 'CONFIG_SND_SOC_INTEL_SST': Symbols currently n-selecting this symbol (no effect): - SND_SOC_INTEL_SKYLAKE_COMMON [1] https://github.com/intel/linux-intel-lts/commit/ab7a5829db53036342a00adb46c6ded27f9a33da Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to v5.10.21Naveen Saini2021-04-021-5/+3
| | | | | | | | | Updates -rt patchset to -rt34. Updated kernel config to latest commit. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to v5.10.12Naveen Saini2021-02-251-3/+3
| | | | | | | | | Updates -rt patchset to -rt26. Updated kernel config to latest commit. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to v5.10.4-rt22Anuj Mittal2021-02-041-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.10: fix build with binutils 2.36Anuj Mittal2021-02-031-1/+3
| | | | | | | Backport a couple of patches to fix builds with binutils v2.36. These should not be required once these are made available in LTS branches. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: fix config warningsNaveen Saini2021-01-141-1/+1
| | | | | | | | | | | | Update kernel config It includes: soc/skylake: remove CONFIG_SND_SOC_INTEL_SST_ACPI features/security: remove CONFIG_REFCOUNT_FULL media-usb-tv: remove CONFIG_VIDEO_USBVISION Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: add recipeAnuj Mittal2021-01-081-0/+25
Based on v5.10.1-rt20. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>