mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +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>
12 lines
499 B
Diff
12 lines
499 B
Diff
--- git/drivers/video/omap/lcd_2430sdp.c.orig 2007-08-13 14:35:17.000000000 -0700
|
|
+++ git/drivers/video/omap/lcd_2430sdp.c 2007-08-13 14:35:55.000000000 -0700
|
|
@@ -32,7 +32,7 @@
|
|
#define LCD_PANEL_BACKLIGHT_GPIO 91
|
|
#define LCD_PANEL_ENABLE_GPIO 154
|
|
#define LCD_PIXCLOCK_MAX 5400 /* freq 5.4 MHz */
|
|
-#define PM_RECEIVER TWL4030_MODULE_PM_RECIEVER
|
|
+#define PM_RECEIVER TWL4030_MODULE_PM_RECEIVER
|
|
#define ENABLE_VAUX2_DEDICATED 0x09
|
|
#define ENABLE_VAUX2_DEV_GRP 0x20
|
|
|