Giter Site home page Giter Site logo

Comments (5)

JeffyCN avatar JeffyCN commented on June 16, 2024

the rule to generate it is added in the patch 0003*

from meta-rockchip.

JeffyCN avatar JeffyCN commented on June 16, 2024

maybe you didn't enable the 'use libv4l plugin' switch? please check the related bbappend for tested configuration

from meta-rockchip.

lilulu2018 avatar lilulu2018 commented on June 16, 2024

@JeffyCN all patches are applied including patch 0006 not applicable so I manually modified files affected. use_v4l2_codec = true and use_vaapi = false added to args.gn, but still getting this error. Here is what exactly I have done:
system ubuntu 22.04

  1. git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
  2. export PATH="${HOME}/depot_tools:$PATH"
  3. mkdir ~/chromium && cd ~/chromium
  4. fetch --nohooks chromium
  5. cd src
  6. git checkout -b v120 tags/120.0.6099.291
  7. gclient sync
  8. ./build/install-build-deps.sh
  9. ./build/linux/sysroot_scripts/install-sysroot.py --arch=arm64
  10. apply patches from dynamic-layers/recipes-browser/chromium/chromium_120.0.6099
  11. gn gen out/Arm64
  12. edit args.gn as below
# Set build arguments here. See `gn help buildargs`.
target_cpu = "arm64"
enable_nacl = false
symbol_level = 0
blink_symbol_level = 0
v8_symbol_level = 0
is_official_build = true
chrome_pgo_phase = 0
use_v4l2_codec = true
use_vaapi = false

Then I run autoninja -C out/Arm64 chrome from src directory and get this error. Is there anything I've done wrong or missing anything ?

from meta-rockchip.

JeffyCN avatar JeffyCN commented on June 16, 2024

check:
https://github.com/JeffyCN/meta-rockchip/blob/master/dynamic-layers/recipes-browser/chromium/chromium-%25.bbappend#L9
use_v4lplugin=true

from meta-rockchip.

lilulu2018 avatar lilulu2018 commented on June 16, 2024

added use_v4lplugin = trueresolved my problem

from meta-rockchip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.