| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
| |
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
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>
|