mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
linux-nokia800: Stage extra header, enable APM
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3721 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -305,7 +305,7 @@ CONFIG_PM=y
|
|||||||
# CONFIG_PM_LEGACY is not set
|
# CONFIG_PM_LEGACY is not set
|
||||||
# CONFIG_PM_DEBUG is not set
|
# CONFIG_PM_DEBUG is not set
|
||||||
# CONFIG_PM_SYSFS_DEPRECATED is not set
|
# CONFIG_PM_SYSFS_DEPRECATED is not set
|
||||||
# CONFIG_APM_EMULATION is not set
|
CONFIG_APM_EMULATION=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Networking
|
# Networking
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
require linux-nokia800.inc
|
require linux-nokia800.inc
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
DEFAULT_PREFERENCE = "-1"
|
||||||
DEFAULT_PREFERENCE_nokia800 = "1"
|
DEFAULT_PREFERENCE_nokia800 = "1"
|
||||||
@@ -8,3 +9,8 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \
|
|||||||
file://defconfig"
|
file://defconfig"
|
||||||
|
|
||||||
S = "${WORKDIR}/linux-2.6.21"
|
S = "${WORKDIR}/linux-2.6.21"
|
||||||
|
|
||||||
|
do_stage_append () {
|
||||||
|
mkdir -p ${STAGING_KERNEL_DIR}/drivers/media/video/omap/
|
||||||
|
cp -f drivers/media/video/omap/tcm825x.h ${STAGING_KERNEL_DIR}/drivers/media/video/omap/
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user