meta-browser
meta-browser copied to clipboard
can't find chromium in core-image-weston in raspberry-pi 3 Embedded-platform
Hello guys , i build a core-image-weston simple with meta-chromium (master branch ) and meta-clang (clang12 branch) ,i would like juste to run a browser in my image so i choose chromium , after long time of building the image , when i boot the image in my raspberry pi 3 i find just a terminal , can someone help me to find chromium , or is that any configuration that i have to put in my local.conf or bbappend.conf
you can find here the OUTPUT and the INPUT-configuration of the image
DISTRO="poky" machine ?= "raspberrypi3"
Note : i didn't add or config anything in my local.conf for the chromium , so is that anything to add there ?
please HELP i need this browser-chromium for my project.
thanks in advance :
)
yes you need to add something like below to conf/local.conf
IMAGE_INSTALL:append = " chromium-ozone-wayland"