-
i tried to build WPE for the raspberry pi 3. i followed the instructions on https://github.com/Igalia/meta-webkit/wiki/RPi (Option 1). Once i gave the build host enough ram the build went through without any errors however according to the wiki there should be a Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
suniltop
Jun 24, 2021
Replies: 1 comment
-
meta-raspberrypi layer supports generating sdcard image. IMAGE_FSTYPES = "tar.xz ext3 rpi-sdimg" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
philn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
meta-raspberrypi layer supports generating sdcard image.
Only you have to add lines that is given below to conf/local.conf and then build again
IMAGE_FSTYPES = "tar.xz ext3 rpi-sdimg"