mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
bsp.xml: Updated some output examples and the BSP structure
I ran fresh commands for several output examples where repositories are cloned. I also dumped the really detailed listing of the Raspberry Pi BSP. Rather, I provided a link to the layer itself and sent the reader there to do their own exploring. (From yocto-docs rev: d6976296f237420cae7c9f157a4e3a868b0ac588) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
90d98a4c9d
commit
ebfe32a474
@ -243,11 +243,11 @@
|
||||
<literallayout class='monospaced'>
|
||||
$ git clone git://git.yoctoproject.org/meta-intel.git
|
||||
Cloning into 'meta-intel'...
|
||||
remote: Counting objects: 15585, done.
|
||||
remote: Compressing objects: 100% (5056/5056), done.
|
||||
remote: Total 15585 (delta 9123), reused 15329 (delta 8867)
|
||||
Receiving objects: 100% (15585/15585), 4.51 MiB | 3.19 MiB/s, done.
|
||||
Resolving deltas: 100% (9123/9123), done.
|
||||
remote: Counting objects: 17179, done.
|
||||
remote: Compressing objects: 100% (5307/5307), done.
|
||||
remote: Total 17179 (delta 10209), reused 17139 (delta 10169)
|
||||
Receiving objects: 100% (17179/17179), 4.76 MiB | 4.39 MiB/s, done.
|
||||
Resolving deltas: 100% (10209/10209), done.
|
||||
Checking connectivity... done.
|
||||
</literallayout>
|
||||
</para></listitem>
|
||||
@ -289,13 +289,12 @@
|
||||
<literallayout class='monospaced'>
|
||||
$ git clone git://git.yoctoproject.org/meta-raspberrypi
|
||||
Cloning into 'meta-raspberrypi'...
|
||||
remote: Counting objects: 4743, done.
|
||||
remote: Compressing objects: 100% (2185/2185), done.
|
||||
remote: Total 4743 (delta 2447), reused 4496 (delta 2258)
|
||||
Receiving objects: 100% (4743/4743), 1.18 MiB | 0 bytes/s, done.
|
||||
Resolving deltas: 100% (2447/2447), done.
|
||||
Checking connectivity... done.
|
||||
</literallayout>
|
||||
remote: Counting objects: 6205, done.
|
||||
remote: Compressing objects: 100% (2700/2700), done.
|
||||
remote: Total 6205 (delta 3342), reused 5916 (delta 3146)
|
||||
Receiving objects: 100% (6205/6205), 1.43 MiB | 0 bytes/s, done.
|
||||
Resolving deltas: 100% (3342/3342), done.
|
||||
Checking connectivity... done. </literallayout>
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<emphasis>Initialize the Build Environment:</emphasis>
|
||||
@ -392,164 +391,15 @@
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Below is an example of the Raspberry Pi BSP
|
||||
You can examine the Raspberry Pi BSP
|
||||
layer that is available from the
|
||||
<ulink url='&YOCTO_GIT_URL;'>Source Respositories</ulink>:
|
||||
<literallayout class='monospaced'>
|
||||
meta-raspberrypi/COPYING.MIT
|
||||
meta-raspberrypi/README.md
|
||||
meta-raspberrypi/classes
|
||||
meta-raspberrypi/classes/sdcard_image-rpi.bbclass
|
||||
meta-raspberrypi/conf/
|
||||
meta-raspberrypi/conf/layer.conf
|
||||
meta-raspberrypi/conf/machine/
|
||||
meta-raspberrypi/conf/machine/raspberrypi-cm.conf
|
||||
meta-raspberrypi/conf/machine/raspberrypi-cm3.conf
|
||||
meta-raspberrypi/conf/machine/raspberrypi.conf
|
||||
meta-raspberrypi/conf/machine/raspberrypi0-wifi.conf
|
||||
meta-raspberrypi/conf/machine/raspberrypi0.conf
|
||||
meta-raspberrypi/conf/machine/raspberrypi2.conf
|
||||
meta-raspberrypi/conf/machine/raspberrypi3-64.conf
|
||||
meta-raspberrypi/conf/machine/raspberrypi3.conf
|
||||
meta-raspberrypi/conf/machine/include
|
||||
meta-raspberrypi/conf/machine/include/rpi-base.inc
|
||||
meta-raspberrypi/conf/machine/include/rpi-default-providers.inc
|
||||
meta-raspberrypi/conf/machine/include/rpi-default-settings.inc
|
||||
meta-raspberrypi/conf/machine/include/rpi-default-versions.inc
|
||||
meta-raspberrypi/conf/machine/include/tune-arm1176jzf-s.inc
|
||||
meta-raspberrypi/docs
|
||||
meta-raspberrypi/docs/Makefile
|
||||
meta-raspberrypi/docs/conf.py
|
||||
meta-raspberrypi/docs/contributing.md
|
||||
meta-raspberrypi/docs/extra-apps.md
|
||||
meta-raspberrypi/docs/extra-build-config.md
|
||||
meta-raspberrypi/docs/index.rst
|
||||
meta-raspberrypi/docs/layer-contents.md
|
||||
meta-raspberrypi/docs/readme.md
|
||||
meta-raspberrypi/files
|
||||
meta-raspberrypi/files/custom-licenses
|
||||
meta-raspberrypi/files/custom-licenses/Broadcom
|
||||
meta-raspberrypi/recipes-bsp
|
||||
meta-raspberrypi/recipes-bsp/bootfiles
|
||||
meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
|
||||
meta-raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bb
|
||||
meta-raspberrypi/recipes-bsp/common
|
||||
meta-raspberrypi/recipes-bsp/common/firmware.inc
|
||||
meta-raspberrypi/recipes-bsp/formfactor
|
||||
meta-raspberrypi/recipes-bsp/formfactor/formfactor
|
||||
meta-raspberrypi/recipes-bsp/formfactor/formfactor/raspberrypi
|
||||
meta-raspberrypi/recipes-bsp/formfactor/formfactor/raspberrypi/machconfig
|
||||
meta-raspberrypi/recipes-bsp/formfactor/formfactor_0.0.bbappend
|
||||
meta-raspberrypi/recipes-bsp/rpi-u-boot-src
|
||||
meta-raspberrypi/recipes-bsp/rpi-u-boot-src/files
|
||||
meta-raspberrypi/recipes-bsp/rpi-u-boot-src/files/boot.cmd.in
|
||||
meta-raspberrypi/recipes-bsp/rpi-u-boot-src/rpi-u-boot-scr.bb
|
||||
meta-raspberrypi/recipes-bsp/u-boot
|
||||
meta-raspberrypi/recipes-bsp/u-boot/u-boot
|
||||
meta-raspberrypi/recipes-bsp/u-boot/u-boot/*.patch
|
||||
meta-raspberrypi/recipes-bsp/u-boot/u-boot_%.bbappend
|
||||
meta-raspberrypi/recipes-connectivity
|
||||
meta-raspberrypi/recipes-connectivity/bluez5
|
||||
meta-raspberrypi/recipes-connectivity/bluez5/bluez5
|
||||
meta-raspberrypi/recipes-connectivity/bluez5/bluez5/*.patch
|
||||
meta-raspberrypi/recipes-connectivity/bluez5/bluez5/BCM43430A1.hcd
|
||||
meta-raspberrypi/recipes-connectivity/bluez5/bluez5brcm43438.service
|
||||
meta-raspberrypi/recipes-connectivity/bluez5/bluez5_%.bbappend
|
||||
meta-raspberrypi/recipes-core
|
||||
meta-raspberrypi/recipes-core/images
|
||||
meta-raspberrypi/recipes-core/images/rpi-basic-image.bb
|
||||
meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb
|
||||
meta-raspberrypi/recipes-core/images/rpi-test-image.bb
|
||||
meta-raspberrypi/recipes-core/packagegroups
|
||||
meta-raspberrypi/recipes-core/packagegroups/packagegroup-rpi-test.bb
|
||||
meta-raspberrypi/recipes-core/psplash
|
||||
meta-raspberrypi/recipes-core/psplash/files
|
||||
meta-raspberrypi/recipes-core/psplash/files/psplash-raspberrypi-img.h
|
||||
meta-raspberrypi/recipes-core/psplash/psplash_git.bbappend
|
||||
meta-raspberrypi/recipes-core/udev
|
||||
meta-raspberrypi/recipes-core/udev/udev-rules-rpi
|
||||
meta-raspberrypi/recipes-core/udev/udev-rules-rpi/99-com.rules
|
||||
meta-raspberrypi/recipes-core/udev/udev-rules-rpi.bb
|
||||
meta-raspberrypi/recipes-devtools
|
||||
meta-raspberrypi/recipes-devtools/bcm2835
|
||||
meta-raspberrypi/recipes-devtools/bcm2835/bcm2835_1.52.bb
|
||||
meta-raspberrypi/recipes-devtools/pi-blaster
|
||||
meta-raspberrypi/recipes-devtools/pi-blaster/files
|
||||
meta-raspberrypi/recipes-devtools/pi-blaster/files/*.patch
|
||||
meta-raspberrypi/recipes-devtools/pi-blaster/pi-blaster_git.bb
|
||||
meta-raspberrypi/recipes-devtools/python
|
||||
meta-raspberrypi/recipes-devtools/python/python-rtimu
|
||||
meta-raspberrypi/recipes-devtools/python/python-rtimu/*.patch
|
||||
meta-raspberrypi/recipes-devtools/python/python-rtimu_git.bb
|
||||
meta-raspberrypi/recipes-devtools/python/python-sense-hat_2.2.0.bb
|
||||
meta-raspberrypi/recipes-devtools/python/rpi-gpio
|
||||
meta-raspberrypi/recipes-devtools/python/rpi-gpio/*.patch
|
||||
meta-raspberrypi/recipes-devtools/python/rpi-gpio_0.6.3.bb
|
||||
meta-raspberrypi/recipes-devtools/python/rpio
|
||||
meta-raspberrypi/recipes-devtools/python/rpio/*.patch
|
||||
meta-raspberrypi/recipes-devtools/python/rpio_0.10.0.bb
|
||||
meta-raspberrypi/recipes-devtools/wiringPi
|
||||
meta-raspberrypi/recipes-devtools/wiringPi/files
|
||||
meta-raspberrypi/recipes-devtools/wiringPi/files/*.patch
|
||||
meta-raspberrypi/recipes-devtools/wiringPi/wiringpi_git.bb
|
||||
meta-raspberrypi/recipes-graphics
|
||||
meta-raspberrypi/recipes-graphics/eglinfo
|
||||
meta-raspberrypi/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
|
||||
meta-raspberrypi/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
|
||||
meta-raspberrypi/recipes-graphics/mesa
|
||||
meta-raspberrypi/recipes-graphics/mesa/mesa-gl_%.bbappend
|
||||
meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend
|
||||
meta-raspberrypi/recipes-graphics/userland
|
||||
meta-raspberrypi/recipes-graphics/userland/userland
|
||||
meta-raspberrypi/recipes-graphics/userland/userland/*.patch
|
||||
meta-raspberrypi/recipes-graphics/userland/userland_git.bb
|
||||
meta-raspberrypi/recipes-graphics/vc-graphics
|
||||
meta-raspberrypi/recipes-graphics/vc-graphics/files
|
||||
meta-raspberrypi/recipes-graphics/vc-graphics/files/egl.pc
|
||||
meta-raspberrypi/recipes-graphics/vc-graphics/files/vchiq.sh
|
||||
meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics-hardfp.bb
|
||||
meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics.bb
|
||||
meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics.inc
|
||||
meta-raspberrypi/recipes-graphics/wayland
|
||||
meta-raspberrypi/recipes-graphics/wayland/weston_%.bbappend
|
||||
meta-raspberrypi/recipes-graphics/xorg-xserver
|
||||
meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config
|
||||
meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi
|
||||
meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf
|
||||
meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d
|
||||
meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/10-evdev.conf
|
||||
meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/98-pitft.conf
|
||||
meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/99-calibration.conf
|
||||
meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
|
||||
meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
|
||||
meta-raspberrypi/recipes-kernel
|
||||
meta-raspberrypi/recipes-kernel/linux-firmware
|
||||
meta-raspberrypi/recipes-kernel/linux-firmware/files
|
||||
meta-raspberrypi/recipes-kernel/linux-firmware/files/brcmfmac43430-sdio.bin
|
||||
meta-raspberrypi/recipes-kernel/linux-firmware/files/brcfmac43430-sdio.txt
|
||||
meta-raspberrypi/recipes-kernel/linux-firmware/linux-firmware_%.bbappend
|
||||
meta-raspberrypi/recipes-kernel/linux
|
||||
meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-dev.bb
|
||||
meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi.inc
|
||||
meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.14.bb
|
||||
meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.9.bb
|
||||
meta-raspberrypi/recipes-multimedia
|
||||
meta-raspberrypi/recipes-multimedia/gstreamer
|
||||
meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-omx
|
||||
meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-omx/*.patch
|
||||
meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend
|
||||
meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
|
||||
meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-omx-1.12
|
||||
meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-omx-1.12/*.patch
|
||||
meta-raspberrypi/recipes-multimedia/omxplayer
|
||||
meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer
|
||||
meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/*.patch
|
||||
meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb
|
||||
meta-raspberrypi/recipes-multimedia/x264
|
||||
meta-raspberrypi/recipes-multimedia/x264/x264_git.bbappend
|
||||
meta-raspberrypi/wic
|
||||
meta-raspberrypi/wic/sdimage-raspberrypi.wks
|
||||
</literallayout>
|
||||
<ulink url='&YOCTO_GIT_URL;'>Source Repositories</ulink> by
|
||||
following this link:
|
||||
<ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/tree/?h=&DISTRO_NAME_NO_CAP;'></ulink>.
|
||||
Following the link puts you in the Source Repositories and the
|
||||
Raspberry Pi BSP layer for the "&DISTRO_NAME_NO_CAP;" release.
|
||||
You can use the interface to explore the configuration, docs, and
|
||||
recipe files.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user