summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/layer.conf
Commit message (Collapse)AuthorAgeFilesLines
* layer.conf: Move from nanbield to scarthgapMark Hatle2024-03-191-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* layer.conf: Set to nanbieldMark Hatle2023-11-081-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* layer.conf: Enable mickledore supportMark Hatle2023-04-121-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* microblazeel: Update kc705 machine conf file using gen-machineconf toolSandeep Gundlupet Raju2023-04-101-2/+0
| | | | | | | | | | | | | 1. Update below microblazeel eval board machine conf file using gen-machineconf tool by parsing respective xsa. 2. Move variables which changes based on xsa before required inclusion file to handle pre-expansion values. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> 3. Remove kc705-bitstream, use standard bitstream-extraction now Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge branch 'kirkstone-next'Mark Hatle2022-09-131-0/+2
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Merge branch 'honister' into kirkstone-nextMark Hatle2022-09-121-0/+2
| |\ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * User can now set XILINX_RELEASE_VERSION to either 'v2022.1' or 'v2022.2'Mark Hatle2022-09-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will in-turn select the preferred version for various components to match a given release. It is advise that the user use the latest version whenever possible, but if they are stuck on an older version of Vivado they may need to select the older release. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | 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-bsp: Switch layer to kirkstoneMark Hatle2022-08-311-1/+1
|/ | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* Move board specific items from meta-xilinx-toolsMark Hatle2022-01-141-0/+5
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Initial restructure/split of meta-xilinx-bspMark Hatle2022-01-141-33/+5
| | | | | | | | | | Create a new meta-xilinx-core, move core functionality to the core, keeping board specific files in the bsp layer. zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp is not available it will not fail. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Update XILINX_VER_MAIN to 2021.2Sai Hari Chandana Kalluri2021-09-271-1/+1
| | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* layer.conf: Add honister hardknott LAYER COMPATSai Hari Chandana Kalluri2021-07-151-1/+1
| | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* *.conf: set XILINX_VER to 2021.1Sai Hari Chandana Kalluri2021-07-141-1/+1
| | | | | | Set XIlINX_VER to 2021.1 Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* conf/layer.conf: define safe recipes for binary updatesMark Hatle2021-07-141-1/+14
| | | | | | | | | | | | Issue: CR-1099768 Each specified recipe has a stable API, so when they rebuild, don't trigger dependent packages to rebuild. This often happens because each of these packages has some sort of SOC or MACHINE specific configuration that may cause different versions of the package to be built. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* chromium-x11: Fix libmali package on zynqmp eg/evMark Hatle2021-07-141-0/+2
| | | | | | | | | | | | | | Issue: CR-1099895 libmali provides replacement items for standard mesa libraries. Mali also sets the soname to libMali.so, even when the requester is looking for a library like libgbm. This introduces an internal, unstated, dependency on the provider of the mesa components. Since this dependency change comes in from mali400, we need to change the PACKAGE_ARCH in these few cases to match. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* layer.conf: compatible with gatesgarth onlyMark Hatle2021-07-141-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-bsp/conf/layer.conf: No longer allow dangling bbappendsSai Hari Chandana Kalluri2021-07-141-2/+0
| | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* Avoid warnings from bbappends to meta-openembeddedMark Hatle2021-07-141-0/+5
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* xrt: Add run-time dependency on zoclChristian Kohn2021-07-141-0/+4
| | | | | | | | | | | | | | | XRT has a run-time dependency on zocl for correct operation. Add zocl as RDEPENDS. Since XRT is machine independent, but zocl is tied to the kernel (because it's a kernel module) and is thus kernel/machine specific, any time the machine is changed, the hash for XRT would change. To 'break' the dependency when it comes to hash calculations, add a SIGGEN_EXCLUDE declaring this dependency as 'safe'. Signed-off-by: Christian Kohn <christian.kohn@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* layer.conf: adding xxd as a host toolJaewon Lee2021-07-141-0/+2
| | | | | | | Adding xxd as a host tool as it's a dependent tool when uboot is configured to use a default environment file Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
* update XILINX_VER_MAIN to 2020.2Sai Hari Chandana Kalluri2020-11-171-1/+1
| | | | | git cherry-pick b80c6d4 Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* layer.conf: Set layer compat to dunfell & gatesgarthSai Hari Chandana Kalluri2020-08-111-1/+1
| | | | | | Set layer compat to dunfell and gatesgarth Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* layer.conf: Update XILINX_RELEASE_VERSION to v2020.1Manjukumar Matha2020-01-061-1/+1
| | | | | | Update XILINX_RELEASE_VERSION to v2020.1 Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* Update recipes for 2019.2 releaseJaewon Lee2019-12-091-1/+2
| | | | | | | | | | | Update u-boot, kernel, ATF, QEMU, pmu-firmware, multimedia recipes for 2019.2 release. The patch also upgrades gcc microblaze, newlib and libgloss versions. Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* layer.conf: Add warning for dangling bbappendsManjukumar Matha2019-08-161-0/+2
| | | | | | | | This layer depends on openembedded-layer for xf86 recipe.Make BitBake throw an warning for situations where an append file (.bbappend) has no corresponding recipe file Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* meta-xilinx-bsp: Update layer compatibility to warrior releaseAlejandro Enedino Hernandez Samaniego2019-08-161-1/+1
| | | | | Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* layer.conf: Add thud as LAYERSERIES_COMPATManjukumar Matha2019-01-011-1/+1
| | | | | | Add thud as LAYERSERIES_COMPAT Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* layer.conf: Add LAYERSERIES_COMPAT for sumo releaseManjukumar Matha2018-05-281-0/+3
| | | | | | Add LAYERSERIES_COMPAT for sumo release Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* meta-xilinx: Restructuring meta-xilinx to support multiple layersManjukumar Matha2017-12-131-0/+12
As discussed previously on mailing list, we are proceeding with layer restructuring. For rocko release we will have the following layers meta-xilinx ->meta-xilinx-bsp (current meta-xilinx) ->meta-xilinx-contrib In the subsequent releases we will add other layers from Xilinx meta-xilinx ->meta-xilinx-bsp (current meta-xilinx) ->meta-petalinux ->meta-xilinx-tools ->meta-xilinx-contrib This will provide one clone to get all the required meta layers from Xilinx for a complete solution, and the users can blacklist any layer which they don't want to use using bblayer.conf. This will enables us to help our vendors/partners to add their reference designs, board definitions etc. Recipe changes : * Move reference design zybo-linux-bd.bb to meta-xilinx-contrib * Move kernel patches realted to zybo-linux-bd-zynq7 board to meta-xilinx-contrib * Update README Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>