Skip to content

Commit

Permalink
webos: webos-recipe-blacklist.inc: skip dialog-lvgl
Browse files Browse the repository at this point in the history
:Release Notes:
Not compatible with lvgl-9 from
meta-webos-backports-5.0/recipes-graphics/lvgl

:Detailed Notes:
The recipe was added in langdale with:
https://git.openembedded.org/meta-openembedded/commit/?id=8d75eff6af0fd6ccf8a45b5c98c4a0194e292a2f
and removed from meta-oe in scarthgap:
https://git.openembedded.org/meta-openembedded/commit/?id=e4865f3ee0df8ad9f789a9612f8cb7147992222b"

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'lv-drivers' (but
  meta-oe/meta-oe/recipes-graphics/lvgl/dialog-lvgl_git.bb
  DEPENDS on or otherwise requires it)
lv-drivers was skipped: Recipe will be skipped because: not compatible with lvgl-9 from meta-webos-backports-5.0/recipes-graphics/lvgl, the recipe was removed from meta-oe in scarthgap http://gecko.lge.com:8000/Errors/Details/867539
ERROR: Nothing RPROVIDES 'dialog-lvgl' (but
  meta-oe/meta-oe/recipes-graphics/lvgl/dialog-lvgl_git.bb
  RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'dialog-lvgl'
NOTE: Runtime target 'dialog-lvgl' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['dialog-lvgl']
ERROR: Nothing RPROVIDES 'dialog-lvgl-dev' (but
  meta-oe/meta-oe/recipes-graphics/lvgl/dialog-lvgl_git.bb
  RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'dialog-lvgl-dev'
NOTE: Runtime target 'dialog-lvgl-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['dialog-lvgl-dev']

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-28942] CCC: webos-recipe-blacklist.inc: skip dialog-lvgl

Cherry-picked-from-commit: dd12beb1d4f5efe105277faf85ede3f041db6e60
Cherry-picked-from-branch:
  • Loading branch information
shr-project authored and ywbyun0815 committed Oct 26, 2024
1 parent 32e9b62 commit 2d62eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-webos/conf/distro/include/webos-recipe-blacklist.inc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ SKIP_RECIPE[fwts] ?= "fails to build with: fwts/22.01.00-r0/build/src/lib/src/.l
SKIP_RECIPE[graphene] ?= "fails to build with: Could not find GIR file 'GObject-2.0.gir'; check XDG_DATA_DIRS or use --includedir, later moved from meta-oe to oe-core and possibly fixed in mickledore, http://gecko.lge.com:8000/Errors/Details/565726"
SKIP_RECIPE[lv-drivers] ?= "not compatible with lvgl-9 from meta-webos-backports-5.0/recipes-graphics/lvgl, the recipe was removed from meta-oe in scarthgap http://gecko.lge.com:8000/Errors/Details/867539"
SKIP_RECIPE[lv-lib-png] ?= "not compatible with lvgl-9 from meta-webos-backports-5.0/recipes-graphics/lvgl, the recipe was removed from meta-oe in scarthgap http://gecko.lge.com:8000/Errors/Details/867540"
SKIP_RECIPE[dialog-lvgl] ?= "not compatible with lvgl-9 from meta-webos-backports-5.0/recipes-graphics/lvgl, the recipe was added in langdale with https://git.openembedded.org/meta-openembedded/commit/?id=8d75eff6af0fd6ccf8a45b5c98c4a0194e292a2f and removed from meta-oe in scarthgap https://git.openembedded.org/meta-openembedded/commit/?id=e4865f3ee0df8ad9f789a9612f8cb7147992222b"
SKIP_RECIPE[mozjs-78] ?= "fails to build probably due to our backported rust upgrade with: error: Error loading target specification: Could not find specification for target 'aarch64-webos-linux'. Run `rustc --print target-list` for a list of built-in targets http://gecko.lge.com:8000/Errors/Details/565735"
SKIP_RECIPE[mozjs-91] ?= "fails to build probably due to our backported rust upgrade with: error: Error loading target specification: Could not find specification for target 'aarch64-webos-linux'. Run `rustc --print target-list` for a list of built-in targets http://gecko.lge.com:8000/Errors/Details/565737"
SKIP_RECIPE[netplan] ?= "fails to build with gold: aarch64-webos-linux/11.3.0/ld: error: abicompat.lds:10:8: syntax error, unexpected STRING http://gecko.lge.com:8000/Errors/Details/565730"
Expand Down

0 comments on commit 2d62eb1

Please sign in to comment.