Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ycoto interface #17

Open
m-tmatma opened this issue Aug 31, 2019 · 2 comments
Open

ycoto interface #17

m-tmatma opened this issue Aug 31, 2019 · 2 comments

Comments

@m-tmatma
Copy link
Owner

m-tmatma commented Aug 31, 2019

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
Copy link
Owner Author

DISTRO_FEATURES_append = " systemd"
VIRTUAL-RUNTIME_init_manager = "systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
VIRTUAL-RUNTIME_initscripts = ""

@m-tmatma
Copy link
Owner Author

 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant