Skip to content

Commit

Permalink
Ignore git in the scripts directory
Browse files Browse the repository at this point in the history
Newer versions of OE core include an intercept for git that makes it
ignore pseudo; this command should not be proxied through pyrex so
ignore it.
  • Loading branch information
JoshuaWatt committed Jul 8, 2022
1 parent 8262423 commit 1ec0207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion image/capture.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ cat > "$PYREX_CAPTURE_DEST" <<HEREDOC
"$OEROOT/scripts/runqemu*",
"$OEROOT/scripts/oe-run-native",
"$OEROOT/scripts/oe-find-native-sysroot",
"$OEROOT/scripts/wic"
"$OEROOT/scripts/wic",
"$OEROOT/scripts/git"
]
}
},
Expand Down

0 comments on commit 1ec0207

Please sign in to comment.