Skip to content

Commit

Permalink
Merge pull request #73 from YoeDistro/yoe/mut
Browse files Browse the repository at this point in the history
Use meta-elm-binary
  • Loading branch information
cbrake authored Jun 19, 2020
2 parents 01b4cea + 31a7251 commit 602e8a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-yoe"
BBFILE_PATTERN_meta-yoe := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-yoe = "99"
LAYERSERIES_COMPAT_meta-yoe = "sumo thud warrior zeus dunfell"
LAYERDEPENDS_meta-yoe = "core"
LAYERDEPENDS_meta-yoe = "core elm-binary-layer"

BBFILES_DYNAMIC += " \
qt4-layer:${LAYERDIR}/dynamic-layers/qt4-layer/*/*/*.bb \
Expand Down
26 changes: 0 additions & 26 deletions recipes-siot/elm/elm_19.0.1.bb

This file was deleted.

2 changes: 1 addition & 1 deletion recipes-siot/simpleiot/simpleiot_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SECTION = "apps"

DEPENDS = "go-native elm-native"
DEPENDS = "go-native elm-binary-native"

inherit update-rc.d goarch

Expand Down

0 comments on commit 602e8a1

Please sign in to comment.