WebPlatformForEmbedded / meta-wpe

Yocto/OE - Web Platform for Embedded (WPE)
79 stars 75 forks source link

Changes to compile for morty branches #550

Closed HaseenaSainul closed 3 years ago

HaseenaSainul commented 3 years ago
  1. bbclass named : bluetooth and features_check added to get these class support in morty version
  2. cmake 3.7 recipe added to ensure minimum cmake available in morty is compatible with Thunder requirement
  3. opkg patch updated to avoid warning during the time of applying patches
  4. lib cobalt recipe updated to apply GCC patches only based on GCC version
  5. libepoxy_1.4.0, openjpeg_2.3.1 recipe added to get wpewebkit expecting versions in morty build
  6. GStreamer-1.10.4 used to ensure minimum available morty is compatible for wpewebkit requirements
  7. WPEWebkit: a. GStreamer OpenGL and MPG123 plugin selection added based on DISTRO_CODENAME to get the selection from corresponding providers b. woff2 selection added based on DISTRO_CODENAME
  8. d.getVar implicit field added to avoid format check error from Morty version
  9. DEPENDS += and SRC_URI+= changed to _append
  10. Some minor formatting changes