Skip to content

Commit

Permalink
Merge pull request #814 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
yoe: Always use psplash from core
  • Loading branch information
kraj committed Aug 1, 2023
2 parents 5038147 + eeb384c commit 63c5485
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sources/meta-yoe/conf/distro/yoe.inc
Expand Up @@ -220,3 +220,6 @@ SKIP_RECIPE[python3-pyqtchart] = "needs python3-pyqt5 which needs reworked to wo
RDEPENDS:packagegroup-meta-multimedia:remove:pn-packagegroup-meta-multimedia = "bigbuckbunny-1080p bigbuckbunny-480p bigbuckbunny-720p tearsofsteel-1080p"
RDEPENDS:packagegroup-meta-oe-fortran-packages:remove:pn-packagegroup-meta-oe = "lapack octave suitesparse"
RDEPENDS:packagegroup-meta-python3:remove:pn-packagegroup-meta-python = "python3-cvxopt"

# remove once the definition in meta-raspberrypi is gone
SPLASH = "${@bb.utils.contains("MACHINE_FEATURES", "screen", "psplash", "", d)}"

0 comments on commit 63c5485

Please sign in to comment.