Skip to content

Commit

Permalink
Merge pull request #728 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update meta-variscite-bsp to latest yoe/master branch after rebase
  • Loading branch information
cbrake authored Oct 13, 2022
2 parents 20abc07 + 70dbd00 commit 0568515
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions sources/meta-yoe/recipes-core/systemd/systemd_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ NETWORKING_SCRIPTS ?= "file://wired.network \
"
SRC_URI += "${NETWORKING_SCRIPTS}"

# Hack in meta-variscite-bsp layer for boot2qt which yoe does not need so remove this patch
# here
SRC_URI:remove = "file://0001-units-add-dependencies-to-avoid-conflict-between-con.patch"

do_install:append() {
if [ "${@bb.utils.contains('IMAGE_CLASSES', 'qemuboot', 'True', 'False' ,d)}" != "True" ]; then
install -d ${D}${sysconfdir}/systemd/network/
Expand Down

0 comments on commit 0568515

Please sign in to comment.