mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 04:33:03 +01:00
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>
17 lines
487 B
Diff
17 lines
487 B
Diff
Index: git/drivers/mmc/core/core.c
|
|
===================================================================
|
|
--- git.orig/drivers/mmc/core/core.c
|
|
+++ git/drivers/mmc/core/core.c
|
|
@@ -284,9 +284,9 @@ void mmc_set_data_timeout(struct mmc_dat
|
|
* The limit is really 250 ms, but that is
|
|
* insufficient for some crappy cards.
|
|
*/
|
|
- limit_us = 300000;
|
|
+ limit_us = 500000;
|
|
else
|
|
- limit_us = 100000;
|
|
+ limit_us = 200000;
|
|
|
|
/*
|
|
* SDHC cards always use these fixed values.
|