summaryrefslogtreecommitdiffstats
path: root/README.building.md
Commit message (Collapse)AuthorAgeFilesLines
* README.building.md: Fix runqemu-gen-tapdevs warningsSandeep Gundlupet Raju2024-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix runqemu-gen-tapdevs warnings as these arguments are no longer required in scarthgap release. $ sudo ../sources/poky/scripts/runqemu-gen-tapdevs $(id -u $USER) $(id -g $USER) 4 tmp/sysroots-components/x86_64/qemu-helper-native/usr/bin Warning: Ignoring the <native-sysroot-basedir> parameter. It is no longer needed. Warning: Ignoring the <uid> parameter. It is no longer needed. Note: Destroying pre-existing tap interface tap0... Note: Destroying pre-existing tap interface tap1... Note: Destroying pre-existing tap interface tap2... Note: Destroying pre-existing tap interface tap3... Creating 4 tap devices for GID: 902... Creating tap0 Creating tap1 Creating tap2 Creating tap3 Note: For systems running NetworkManager, it's recommended Note: that the tap devices be set as unmanaged in the Note: NetworkManager.conf file. Add the following lines to Note: /etc/NetworkManager/NetworkManager.conf [keyfile] unmanaged-devices=interface-name:tap* $ Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* README.building.md: Fix instructions for layer dependsSandeep Gundlupet Raju2024-10-251-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix instructions for below layer depends errors by changing the order of including the layers. $ bitbake-layers add-layer ../sources/meta-openembedded/meta-filesystems/ NOTE: Starting bitbake server... ERROR: Layer 'filesystems-layer' depends on layer 'networking-layer', but this layer is not enabled in your configuration ERROR: Parse failure with the specified layer added, exiting. $ bitbake-layers add-layer ../sources/meta-virtualization/ NOTE: Starting bitbake server... ERROR: Layer 'virtualization-layer' depends on layer 'filesystems-layer', but this layer is not enabled in your configuration ERROR: Parse failure with the specified layer added, exiting. $ bitbake-layers add-layer ../sources/meta-xilinx/meta-xilinx-core/ NOTE: Starting bitbake server... ERROR: Layer 'xilinx' depends on layer 'meta-arm', but this layer is not enabled in your configuration ERROR: Parse failure with the specified layer added, exiting. $ bitbake-layers add-layer ../sources/meta-xilinx/meta-xilinx-standalone-sdt NOTE: Starting bitbake server... ERROR: Layer 'xilinx-standalone-sdt' depends on layer 'openamp-layer', but this layer is not enabled in your configuration ERROR: Parse failure with the specified layer added, exiting. $ Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* README.building.md: Update build instructionsSandeep Gundlupet Raju2024-10-221-21/+102
| | | | | | | | | 1. Update build instrcutions for scrathgap release. 2. Add instrcutions to generate SDT/XSCT machine configuration files. 2. Move QEMU Configuration from README.sdt.bsp.md to README.building.md Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* README.building.md: Make gen-machine-conf clone as default stepSandeep Gundlupet Raju2024-05-011-7/+7
| | | | | | | | Make gen-machine-conf clone as default step as this is required for SDT builds. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* README.building.md: Correct minor typo in docsFelix Kuhlmann2023-12-181-1/+1
| | | | | | | | | | | | | Based on github Pull Request #60. Signed-off-by: Felix Kuhlmann <felix-kuhlmann@gmx.de> Update commit message and added PR number in commit message. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 02c3ae13bfb2b1c5cf82eebd4d60b339a5facb68) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* README.building.md: Update build instructionsSandeep Gundlupet Raju2023-11-011-35/+47
| | | | | | | | | | | 1. Add meta-virtualization layer dependencies in README.md file as this is required for lopper tool for SDT build flow. 2. Remove machine table list and point to meta layer README. 3. Update build instructions for wic image and setting up tap devices. 4. Add instructions to clone gen-machine-conf repo submodules. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* README.building.md: fix bitbake-layers remove layerJose Quaresma2023-09-301-1/+1
| | | | | | | | | | Based on github Pull Request #59. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Update commit message and added PR number in commit message. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
* README.building.md: Update instructions on adding layersSandeep Gundlupet Raju2023-04-111-3/+20
| | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* README.building.md: Update README on build instructionsSandeep Gundlupet Raju2023-02-281-96/+78
| | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Initial restructure/split of meta-xilinx-bspMark Hatle2022-01-141-0/+100
| | | | | | | | | | 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>
* meta-xilinx: Restructuring meta-xilinx to support multiple layersManjukumar Matha2017-12-131-32/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* README.building.md: Document the process for meta-xilinxNathan Rossi2016-05-171-0/+32
This README.building is derived from the content that was in the README, it is separated out. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>