m-tmatma / yocto-raspberry-pi

yocto for raspberry pi
0 stars 0 forks source link

ycoto interface #17

Open m-tmatma opened 4 years ago

m-tmatma commented 4 years ago

ycoto interface

mkdir -p rpi-master/layers
cd rpi-master/layers
git clone git://git.yoctoproject.org/poky.git
git clone git://git.yoctoproject.org/meta-raspberrypi 
git clone git://git.openembedded.org/meta-openembedded
cd ..
source layers/poky/oe-init-build-env build
bitbake-layers add-layer ../layers/meta-openembedded/meta-oe
bitbake-layers add-layer ../layers/meta-openembedded/meta-python
bitbake-layers add-layer ../layers/meta-openembedded/meta-networking
bitbake-layers add-layer ../layers/meta-raspberrypi/
m-tmatma commented 4 years ago
DISTRO_FEATURES_append = " systemd"
VIRTUAL-RUNTIME_init_manager = "systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
VIRTUAL-RUNTIME_initscripts = ""
m-tmatma commented 4 years ago
 find -name "*.rpi-sdimg"
./tmp/work/raspberrypi4-poky-linux-gnueabi/core-image-base/1.0-r0/deploy-core-image-base-image-complete/core-image-base-raspberrypi4.rpi-sdimg
./tmp/work/raspberrypi4-poky-linux-gnueabi/core-image-base/1.0-r0/deploy-core-image-base-image-complete/core-image-base-raspberrypi4-20190831011852.rootfs.rpi-sdimg