summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * lopper.bbappend: Backport latest lopper from meta-virtualization (master)Mark Hatle2022-03-072-45/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bbappend essentially replaces the existing lopper.bb from meta-virt (honister). When meta-virt is updated, most of this bbappend will no longer be necessary. Also update the SRCREV and PV to indicate we're now based on version 1.0.2. Also update xilinx-lops path to match. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-03-073-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * kernel-module-vcu: Add vcu rules to video groupSandeep Gundlupet Raju2022-03-022-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding vcu rules file changing permissions and ownership group to video so that any new user added to video groups can run allegro vcu encoder and decoder devices. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-03-032-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-03-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * xrt_git:zocl_git:update commitidrbramand2022-02-282-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * weston-init: Pass --continue-without-input when launching westonChristian Kohn2022-02-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that we do not need keyboard/mouse or other input system Weston's default behavior is to not open if input devices are not found, but we may not always have input devices connected for systems running weston in field. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> This commit is based on 762a20b493cc219a46d9ac188fe4895a111ee7b4 from meta-openembedded-core. It was later reverted in master because it breaks the fbdev backend. At Xilinx, we are using the drm backend so it is safe to add this. Signed-off-by: Christian Kohn <christian.kohn@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * weston-init: Copy init and service file from openembedded-coreChristian Kohn2022-02-282-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current as of honister commits e09625b31c6dbe7121665a554e26e267b809beb1 and a849f29bcbd85c6d30d2ef4e061ef332ea555450 Signed-off-by: Christian Kohn <christian.kohn@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * weston-init: Use 644 permission for ini fileChristian Kohn2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use 644 permission for the Xilinx ini file which matches the default ini file permissions from upstream. This allows non-root users to also load this ini file. Signed-off-by: Christian Kohn <christian.kohn@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * fpgamanager_custom: Split SRC_URI with spaceRaju Kumar Pothuraju2022-02-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Splitting with file:// is not extracting the file name when git path is in between (Ex: file://rp.xsa git://devicetree-xlnx.git file://base.tcl) with above example the xsa path will be "rp.xsa git://devicetree-xlnx.git" which is not proper. To fix this splitting the SRC_URI with space and removes the prefix 'file://'. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-262-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * dfx-mgr: fix systemd service fileSergei Korneichuk2022-02-242-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ExecStart and Description. Add Documentation and comments. Fix warnings during systemd start-up. Signed-off-by: Sergei Korneichuk <sergei.korneichuk@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * lopper: Update SRCREV to upstream masterSandeep Gundlupet Raju2022-02-241-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Update SRCREV to upstream master commit id. 2. Update do_install based on new directory structure in source. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-241-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * linux-xlnx: Move default branch to latest LTSMark Hatle2022-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | New default branch is xlnx_rebase_5.15_LTS. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-212-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-171-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Update to bootgen SRCREV to point to latest commit.RamyaSree2022-02-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-173-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@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>
| | | * 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-0511-4/+4
| | | | | | | | | | | | | | | | 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>
* | | | 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>
* | | | meta-xilinx-core: Switch layer to support langdaleMark Hatle2022-09-011-3/+1
|/ / / | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | README.kirkstone: Make it clear this is a "best effort" branchMark Hatle2022-08-311-0/+2
| | | | | | | | | | | | 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>
* | | 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-315-6/+8
|\ \ | | | | | | | | | 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>
| * | 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>
| * | dfx-mgr: SRCREV: unload SIHA baseSergei Korneichuk2022-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The SRCREV is for a commit to unload SIHA base. Signed-off-by: Sergei Korneichuk <sergei.korneichuk@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 5ad2bcd17de7993a32560b4590d640c3b1773cb6) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | lopper: Update branch and srcrev for beta releaseAppana Durga Kedareswara rao2022-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | | 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 18697112e78598bf3b5c5f58abcfca1b5de330ed) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | lopper: Update srcrev for 2022Appana Durga Kedareswara rao2022-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | 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 b095ecd0252e8736c2b02a694a333947d5ad8c9c) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Updated SRCREV for 2022.1Sivaprasad Addepalli2022-08-091-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | lopper: Update srcrev for 2022Appana Durga Kedareswara rao2022-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | 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 85716ceb6f281a6a7d4015f4c4c580095f0675b5) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | dfx-mgr: new SRCREV, backport 22.2 patchesSergei Korneichuk2022-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a cherry-pick of all patches in the master, i.e. the xlnx_rel_v2022.1 branch has the same code as the master. The commit ID’s are different, because of an unfortunate merge commit in the dfx-mgr repo. Signed-off-by: Sergei Korneichuk <sergei.korneichuk@amd.com> (cherry picked from commit 13e1a00011e48dc20dae3e7f452590a3789a5d7f) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | lopper: Update srcrev for 2022Appana Durga Kedareswara rao2022-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | 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 6f235b5fdb7ddd60abf5cb9850b9f699a789760e) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | libdfx_1.0.bb: Manually specify that 'libdfx' package is being replacedMark Hatle2022-07-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit a64ff0bf015adcefbe691a94ac3e8ecf1a2ba911 updated the upstream source to include correct soname/soversion. Packaging was then modified to follow this example. The end result was that 'libdfx' was replaced by the automatic "libdfx1.0" package. This could result in: Error: Transaction test error: file /usr/lib/libdfx.so from install of libdfx-dev-1.0-r0.1.cortexa72_cortexa53 conflicts with file from package libdfx-1.0-r0.0.cortexa72_cortexa53 The cause was that libdfx wasn't upgraded when libdfx-dev was being installed. To resolve this we use RREPLACES, may look strange but this will instruct the system that "libdfx" is to be replaced by the dynamically generated package based on the soname. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 4dd53057341c8a88a0e89f623330f4f9a1915561) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | lopper: Update srcrev for 2022Appana Durga Kedareswara rao2022-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | | 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 3842ce01dba6024ace5a58e098569eea782dc77d) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | lopper: Update srcrev for 2022Siva Durga Prasad Paladugu2022-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 28579ea3745c4540f4ab539778b389232731952f) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | lopper: Update srcrev for 2022.2Ben Levinsky2022-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ben Levinsky <ben.levinsky@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 6bf41e229c854b8525bea0d6303ab98dd0e33650) Signed-off-by: Mark Hatle <mark.hatle@amd.com>