Update build yoto for raspberryPi.md

This commit is contained in:
Edouard DUPIN 2016-07-05 16:16:03 +02:00 committed by GitHub
parent 103b88082c
commit 42ee58e554

View File

@ -53,7 +53,7 @@ source oe-init-build-env raspberryPiBuild/
7) update configuration file: 7) update configuration file:
----------------------------- -----------------------------
Open: ```local.conf``` Open: ```conf/local.conf```
find: ```MACHINE ??= "qemux86"``` find: ```MACHINE ??= "qemux86"```
@ -68,7 +68,6 @@ Remplace with: ```PACKAGE_CLASSES ?= "package_deb"```
Add at the end: Add at the end:
``` ```
BBMASK = "meta-raspberrypi/recipes-multimedia/libav|meta-raspberrypi/recipes-core/systemd" BBMASK = "meta-raspberrypi/recipes-multimedia/libav|meta-raspberrypi/recipes-core/systemd"
BBMASK = "meta-raspberrypi/recipes-multimedia/libav|meta-raspberrypi/recipes-core/systemd"
``` ```
Open: ```conf/bblayers.conf``` Open: ```conf/bblayers.conf```
@ -76,20 +75,21 @@ Open: ```conf/bblayers.conf```
find: find:
``` ```
BBLAYERS ?= " \ BBLAYERS ?= " \
/home/util01/RASPBERRYPI/BSP/poky/meta \ /home/DoctorWho/RASPBERRYPI/BSP/poky/meta \
/home/util01/RASPBERRYPI/BSP/poky/meta-yocto \ /home/DoctorWho/RASPBERRYPI/BSP/poky/meta-yocto \
/home/util01/RASPBERRYPI/BSP/poky/meta-yocto-bsp \ /home/DoctorWho/RASPBERRYPI/BSP/poky/meta-yocto-bsp \
" "
``` ```
Remplace with: Remplace with:
``` ```
BBLAYERS ?= " \ BBLAYERS ?= " \
/home/util01/RASPBERRYPI/BSP/poky/meta \ /home/DoctorWho/RASPBERRYPI/BSP/poky/meta \
/home/util01/RASPBERRYPI/BSP/poky/meta-yocto \ /home/DoctorWho/RASPBERRYPI/BSP/poky/meta-yocto \
/home/util01/RASPBERRYPI/BSP/poky/meta-yocto-bsp \ /home/DoctorWho/RASPBERRYPI/BSP/poky/meta-yocto-bsp \
/home/util01/RASPBERRYPI/BSP/poky/meta-raspberrypi \ /home/DoctorWho/RASPBERRYPI/BSP/poky/meta-raspberrypi \
/home/util01/RASPBERRYPI/BSP/poky/meta-oe/meta-oe \ /home/DoctorWho/RASPBERRYPI/BSP/poky/meta-openembedded/meta-oe \
"
``` ```
8) Build basic image: 8) Build basic image: