summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * meta-microblaze: Set OLDEST_KERNEL version is 3.15Mark Hatle2022-02-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 3.15 is required to enable pselect instead of (new)select syscall when using the select function. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * meta-microblaze: Fix glibc issues related to select/pselectMark Hatle2022-02-124-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *) Select syscall is not implemented on microblaze, newselect should be used instead, but commit 4c3df0eba5e8fe98f0de917ade9b2ebba6951c5f from glibc removed this behavior. Presumably by accident. *) When the code path that doesn't use select, but instead uses pselect32 is used, microblaze provides it's own implementation but this implementation is only available when ASSUME_PSELECT is disabled. We need to fallback to the default Linux implementation. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * gcc standalone: Add workaround for microblaze -Os bugMark Hatle2022-02-102-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove -enable-target-optspace, which forces -Os when building various internal libraries. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * libvcu-xlnx: Update SRCREVMark Hatle2022-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: fix(dec): check vui timing info present before using them Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Updated SRCREV for 2022Sivaprasad Addepalli2022-02-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * kernel-module-dp: Update to latest SRCREVMark Hatle2022-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: xfmc: Correct the mcdp6000_reset_cr_path function xfmc: Fix mcdp6000_read_reg and mcdp6000_modify_reg functions xfmc: Add support for different MCDP6000 revisions xfmc: Fix retimer function pointer sequence xfmc: implement mcdp6000 functions xfmc: Implement retimer configuration functions vphy: Implement prbs mode enable/disable function xvphy: update the direction flag of RX/TX instances xfmc: Add changes to Make xilinx-vfmc driver xfmc: remove fmc calls from video phy driver Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * various: Move from 2022.1 to 2022.2Mark Hatle2022-02-0523-6/+65
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * xlnx-embeddedsw: Add 2022.2 branchMark Hatle2022-02-051-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* | | | arm-trusted-firmware: Workaround for latest binutilsMark Hatle2022-09-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current binutils adds a warning: bl31.elf has a LOAD segment with RWX permissions --fatal-warnings is enabled when linking, so this triggers a link failure. Workaround this with --no-warn-rwx-segments. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | binutils: update to current oe-core 2.39 versionMark Hatle2022-09-0139-694/+794
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-microblaze: elfutils: Moved to OE-CoreMark Hatle2022-09-011-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | machine-xilinx-default.inc: Remove reference to x86-input-keyboard, obsoleteMark Hatle2022-09-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In Poky, commit e0a76cfdd46522fc4788ac72fc16d28a9cceec6e this package has been removed as it has been superseded by libinput/evdev. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | gcc: Update patches for Langdale gccMark Hatle2022-09-0121-331/+297
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | gcc-source: Move to gcc 12Mark Hatle2022-09-012-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-microblaze: openssl: Change now in OE-CoreMark Hatle2022-09-012-93/+0
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-microblaze: disable of seccomp moved to oe-coreMark Hatle2022-09-011-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-microblaze: Move to gcc-12 to match OE-CoreMark Hatle2022-09-0155-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-xilinx-vendor: Switch layer to support langdaleMark Hatle2022-09-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-microblaze: Switch layer to support langdaleMark Hatle2022-09-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-xilinx-bsp: Switch layer to support langdaleMark Hatle2022-09-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-xilinx-standalone: Switch layer to support langdaleMark Hatle2022-09-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-xilinx-core: Switch layer to support langdaleMark Hatle2022-09-012-13/+1
|/ / / | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | README.kirkstone: Make it clear this is a "best effort" branchMark Hatle2022-08-312-0/+12
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | various: Switch remaining layers to kirkstoneMark Hatle2022-08-313-3/+3
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: elfutils: Symvers is not supported on microblazeMark Hatle2022-08-311-0/+2
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: openssl: Use -latomic for microblazeMark Hatle2022-08-312-0/+93
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: layer.conf: seccomp is not supported with microblazeMark Hatle2022-08-311-0/+3
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: gdb: Temporarily disable GDBMark Hatle2022-08-313-0/+9
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | binutils: Update patches for Langdale binutilsMark Hatle2022-08-3114-705/+372
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: newlib: match OE versionMark Hatle2022-08-312-0/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: libxcrypt: Workaround no longer requiredMark Hatle2022-08-312-19/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: zstd: Move bbappend to apply to all 1.5.x versionsMark Hatle2022-08-311-0/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: glibc: Workaround now upstreamMark Hatle2022-08-314-106/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: Switch layer to kirkstoneMark Hatle2022-08-311-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | python3-anytree: Sometimes /usr/license is produced, remove thisMark Hatle2022-08-311-1/+1
| | | | | | | | | | | | | | | | | | Remove invalid (and unpackaged) LICENSE file. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | various: Update license to match supported valuesMark Hatle2022-08-317-7/+7
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | weston-init: Rename to remove the % to match oe-coreMark Hatle2022-08-311-0/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | arm-trusted-firmware, device-tree, qemu-devicetrees: Update license to match ↵Mark Hatle2022-08-313-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | supported values GPLv2 and BSD are no longer valid. Choose an appropriate replacement. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-xilinx-vendor: Switch layer to kirkstoneMark Hatle2022-08-311-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-xilinx-bsp: Switch layer to kirkstoneMark Hatle2022-08-311-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-xilinx-standalone: Switch layer to kirkstoneMark Hatle2022-08-311-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | python3-dtc: Move from 1.6.0 to 1.6.1Mark Hatle2022-08-313-27/+155
| | | | | | | | | | | | | | | | | | | | | | | | Version copied from meta-virtualization 26017da9d8cc1de8cd4dd905d1edd892787d4fc6. Copy to avoid a dependency on meta-virtualization for one package. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | lopper: Sync to current meta-virtualizationMark Hatle2022-08-312-43/+11
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-xilinx-core: Switch layer to kirkstoneMark Hatle2022-08-311-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | qemu-xilinux.inc: Override PACKAGECONFIG that are incompatible with current ↵Jeremy Puhlman2022-08-311-0/+8
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fork. +PACKAGECONFIG[alsa] = "--audio-drv-list=alsa,,alsa-lib" | ERROR: Unknown driver 'default' selected | Possible drivers are: oss alsa sdl pa +PACKAGECONFIG[pulsedio] = "--audio-drv-list=pa,,pulseaudio" | ERROR: unknown option --disable-pa +#PACKAGECONFIG[selinux] = "" | ERROR: unknown option --disable-selinux Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | Merge remote-tracking branch 'origin/rel-v2022.1' into honister-nextMark Hatle2022-08-3110-18/+59
|\ \ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-08-262-2/+2
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | meta-xilinx-standalone-experimental: conf: dtb-embeddedsw: Update repo for ↵Appana Durga Kedareswara rao2022-08-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | beta release Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 9562fd0968ae1ec22ed078d5c3c2d7cfb3a7a067) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | boot.cmd.sd.versal: Use SDBOOTDEV variable for SD deviceSandeep Gundlupet Raju2022-08-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When you have both SD controllers enabled, user can boot from either mmc0 or mmc1 by setting the SDBOOTDEV variable. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 9b2443f479fb2d8e7e706c8fc18662235c38405c) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | dt-processor.sh: Ignore TOPDIR in the CONFIG_DTFILEMark Hatle2022-08-191-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sstate-cache re-use is affected by the value of CONFIG_DTFILE as used by the device-tree recipe. If we are setting CONFIG_DTFILE, be sure to exclude TOPDIR from the hash calculations to avoid unnecessary rebuilds. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit c6f917c289be96ca030a275e0c4d92384ca5bb16) Signed-off-by: Mark Hatle <mark.hatle@amd.com>