Skip to content

Commit

Permalink
Merge pull request #22 from zarhus/enable-debugfs
Browse files Browse the repository at this point in the history
Enable DebugFS
  • Loading branch information
DaniilKl authored Aug 22, 2024
2 parents a7f81e9 + ef9f3f2 commit 2489e3c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI:append:dbg = " file://enable-ikconfig.cfg"
SRC_URI:remove:dbg = "file://disable-ikconfig.cfg"
SRC_URI:remove:dbg = " \
file://disable-ikconfig.cfg \
file://disable-debug.cfg \
"

0 comments on commit 2489e3c

Please sign in to comment.