Closed MuYusen closed 5 years ago
i user openembedded-core
at rocko branch. and add the layer at bblayers.conf as follow
${TOPDIR}/../meta-browser \
${TOPDIR}/../meta-rust \
${TOPDIR}/../meta-openembedded/meta-gnome \
${TOPDIR}/../meta-openembedded/meta-python \
${TOPDIR}/../meta-openembedded/meta-networking \
${TOPDIR}/../openembedded-core/meta \
${TOPDIR}/../openembedded-core/meta-selftest \
${TOPDIR}/../openembedded-core/meta-skeleton \
add chromium at local.conf
:
# Add Chromium
IMAGE_INSTALL_append = \
"${@bb.utils.contains('DISTRO_FEATURES', 'wayland', ' chromium-ozone-wayland libexif', \
bb.utils.contains('DISTRO_FEATURES', 'x11', ' chromium-x11 libexif', \
'', d), d)}"
LICENSE_FLAGS_WHITELIST = \
"${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'commercial', \
bb.utils.contains('DISTRO_FEATURES', 'x11', 'commercial', \
'', d), d)}"
the first one
I'm guessing the actual error looks like this:
RuntimeError: ../../third_party/node/linux/node-linux-x64/bin/node ../../third_party/node/node_modules/polymer-css-build/bin/polymer-css-build --polymer-version 1 --no-inline-includes -f /data/src/yocto/poky/build-sumo-beaglebone-wayland/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/chromium-ozone-wayland/71.0.3545.0.r589108.igalia.1-r0/chromium-ozone-wayland-dev-71.0.3545.0.r589108.igalia.1/out/Release/gen/chrome/browser/resources/md_history/bundled/app.vulcanized.html /data/src/yocto/poky/build-sumo-beaglebone-wayland/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/chromium-ozone-wayland/71.0.3545.0.r589108.igalia.1-r0/chromium-ozone-wayland-dev-71.0.3545.0.r589108.igalia.1/out/Release/gen/chrome/browser/resources/md_history/bundled/lazy_load.vulcanized.html -o /data/src/yocto/poky/build-sumo-beaglebone-wayland/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/chromium-ozone-wayland/71.0.3545.0.r589108.igalia.1-r0/chromium-ozone-wayland-dev-71.0.3545.0.r589108.igalia.1/out/Release/gen/chrome/browser/resources/md_history/app.vulcanized.html /data/src/yocto/poky/build-sumo-beaglebone-wayland/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/chromium-ozone-wayland/71.0.3545.0.r589108.igalia.1-r0/chromium-ozone-wayland-dev-71.0.3545.0.r589108.igalia.1/out/Release/gen/chrome/browser/resources/md_history/lazy_load.vulcanized.html failed: Inspector is not available
in which case you need to build your nodejs-native recipe with ICU support (see the discussion in #186).
use the master branch to compile chromium,I meet to error :
the first one
the second