mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 14:09:47 +00:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
|
||||
#
|
||||
# Patch managed by http://www.holgerschurig.de/patcher.html
|
||||
#
|
||||
|
||||
--- mtd/util/mkfs.jffs2.c~more-verbosity.patch
|
||||
+++ mtd/util/mkfs.jffs2.c
|
||||
@@ -374,6 +374,9 @@
|
||||
struct filesystem_entry *entry;
|
||||
struct ignorepath_entry* element = ignorepath;
|
||||
|
||||
+ if (verbose) {
|
||||
+ printf( "mkfs.jffs2: scanning '%s'...\n", targetpath );
|
||||
+ }
|
||||
|
||||
if (lstat(hostpath, &sb)) {
|
||||
perror_msg_and_die("%s", hostpath);
|
||||
Reference in New Issue
Block a user