mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
Major layout change to the packages directory
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
diff --git a/fs/jffs2/scan.c b/fs/jffs2/scan.c
|
||||
index 1d437de..33b3feb 100644
|
||||
--- a/fs/jffs2/scan.c
|
||||
+++ b/fs/jffs2/scan.c
|
||||
@@ -647,8 +647,8 @@ scan_more:
|
||||
inbuf_ofs = ofs - buf_ofs;
|
||||
while (inbuf_ofs < scan_end) {
|
||||
if (unlikely(*(uint32_t *)(&buf[inbuf_ofs]) != 0xffffffff)) {
|
||||
- printk(KERN_WARNING "Empty flash at 0x%08x ends at 0x%08x\n",
|
||||
- empty_start, ofs);
|
||||
+// printk(KERN_WARNING "Empty flash at 0x%08x ends at 0x%08x\n",
|
||||
+// empty_start, ofs);
|
||||
if ((err = jffs2_scan_dirty_space(c, jeb, ofs-empty_start)))
|
||||
return err;
|
||||
goto scan_more;
|
||||
Reference in New Issue
Block a user