Skip to content

Commit

Permalink
fixed broken dm8000 patches on the dvbmediasink
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Jan 25, 2019
1 parent d97ab96 commit d0cd86a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta-dream/conf/layer.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"

BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI_dm8000 += " file://dmm.patch \
file://0001-meta-dream-fix-framerate-and-video-size.patch"
SRC_URI_append_dm8000 = " \
file://dmm.patch \
file://0001-meta-dream-fix-framerate-and-video-size.patch \
"

0 comments on commit d0cd86a

Please sign in to comment.