diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/linux/linux-nokia800-2.6.21-osso71/nokia800/defconfig | 2 | ||||
-rw-r--r-- | meta/packages/linux/linux-nokia800_2.6.21-osso71.bb | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-nokia800-2.6.21-osso71/nokia800/defconfig b/meta/packages/linux/linux-nokia800-2.6.21-osso71/nokia800/defconfig index 69bd0a5a2d..b1af97af35 100644 --- a/meta/packages/linux/linux-nokia800-2.6.21-osso71/nokia800/defconfig +++ b/meta/packages/linux/linux-nokia800-2.6.21-osso71/nokia800/defconfig | |||
@@ -305,7 +305,7 @@ CONFIG_PM=y | |||
305 | # CONFIG_PM_LEGACY is not set | 305 | # CONFIG_PM_LEGACY is not set |
306 | # CONFIG_PM_DEBUG is not set | 306 | # CONFIG_PM_DEBUG is not set |
307 | # CONFIG_PM_SYSFS_DEPRECATED is not set | 307 | # CONFIG_PM_SYSFS_DEPRECATED is not set |
308 | # CONFIG_APM_EMULATION is not set | 308 | CONFIG_APM_EMULATION=y |
309 | 309 | ||
310 | # | 310 | # |
311 | # Networking | 311 | # Networking |
diff --git a/meta/packages/linux/linux-nokia800_2.6.21-osso71.bb b/meta/packages/linux/linux-nokia800_2.6.21-osso71.bb index c6b52de7c7..34cc82a842 100644 --- a/meta/packages/linux/linux-nokia800_2.6.21-osso71.bb +++ b/meta/packages/linux/linux-nokia800_2.6.21-osso71.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | require linux-nokia800.inc | 1 | require linux-nokia800.inc |
2 | PR = "r1" | ||
2 | 3 | ||
3 | DEFAULT_PREFERENCE = "-1" | 4 | DEFAULT_PREFERENCE = "-1" |
4 | DEFAULT_PREFERENCE_nokia800 = "1" | 5 | DEFAULT_PREFERENCE_nokia800 = "1" |
@@ -8,3 +9,8 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \ | |||
8 | file://defconfig" | 9 | file://defconfig" |
9 | 10 | ||
10 | S = "${WORKDIR}/linux-2.6.21" | 11 | S = "${WORKDIR}/linux-2.6.21" |
12 | |||
13 | do_stage_append () { | ||
14 | mkdir -p ${STAGING_KERNEL_DIR}/drivers/media/video/omap/ | ||
15 | cp -f drivers/media/video/omap/tcm825x.h ${STAGING_KERNEL_DIR}/drivers/media/video/omap/ | ||
16 | } | ||