Skip to content

Commit

Permalink
Merge pull request #744 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
update layers
  • Loading branch information
cbrake authored Jan 5, 2023
2 parents 7ba360b + f7c6c10 commit 8f5d880
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ and this project adheres to
- Use gcc to compile pixman on aarch64
- Fix several recipes for 64bit time_t on 32bit arches
- Update musl to latest tip ( drops LFS64 interfaces )
- Use binutils objcopy in BSP linux kernel builds
- Use gcc for all u-boot forks

### Added

### Removed

## [2022.12] - 2022-12-31
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-variscite-bsp
Submodule meta-variscite-bsp updated 0 files
11 changes: 7 additions & 4 deletions sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,13 @@ PACKAGECONFIG:remove:pn-wpewebkit = "qtwpe"
PREFERRED_VERSION_swig = "4%"
PREFERRED_VERSION_swig-native = "4%"
PREFERRED_VERSION_nativesdk-swig = "4%"
# meta-freescale has 1.18.x
PREFERRED_VERSION_gstreamer1.0-libav = "1.20.%"
PREFERRED_VERSION_gstreamer1.0-plugins-ugly = "1.20.%"
PREFERRED_VERSION_gstreamer1.0-rtsp-server = "1.20.%"
# meta-freescale has 1.20.0 too so make a choice
PREFERRED_VERSION_gstreamer1.0-libav = "1.20.5"
PREFERRED_VERSION_gstreamer1.0-plugins-ugly = "1.20.5"
PREFERRED_VERSION_gstreamer1.0-plugins-bad = "1.20.5"
PREFERRED_VERSION_gstreamer1.0-plugins-good = "1.20.5"
PREFERRED_VERSION_gstreamer1.0-plugins-base = "1.20.5"
PREFERRED_VERSION_gstreamer1.0-rtsp-server = "1.20.5"

# the following is required because some BSP layers (fsl) don't set this, and then
# other BSP layers fail bitbake parsing (ti).
Expand Down

0 comments on commit 8f5d880

Please sign in to comment.