diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-08 11:06:21 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-08 11:06:21 +0000 |
commit | 821d6b8fa773aff87938c4dfde8fdcc15bc1cec8 (patch) | |
tree | 12f5afc0e5f1bac5e7f9bf1d0b037328243ceea4 /meta/packages | |
parent | 61f22b5209df68923dcc83285129b0f99e086591 (diff) | |
download | poky-821d6b8fa773aff87938c4dfde8fdcc15bc1cec8.tar.gz |
linux-nokia800: Stage extra header, enable APM
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3721 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 | } | ||