| Submitter | Martin Jansa |
|---|---|
| Date | Jan. 13, 2012, 7:16 p.m. |
| Message ID | <158fb7e8ec0ba46446bbaaafe4db40d61b7ce570.1326481985.git.Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/19349/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/recipes-kernel/linux/linux-git.inc b/recipes-kernel/linux/linux-git.inc index 66a6b9a..32a6d47 100644 --- a/recipes-kernel/linux/linux-git.inc +++ b/recipes-kernel/linux/linux-git.inc @@ -1,8 +1,8 @@ -KERNEL_RELEASE = "3.2.0-rc3" +KERNEL_RELEASE = "3.2.0-rc7" OLD_KERNEL_RELEASE = "3.1.99" PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}" -SRCREV = "caca6a03d365883564885f2c1da3e88dcf65d139" +SRCREV = "371de6e4e0042adf4f9b54c414154f57414ddd37" CMDLINE_DEBUG = "debug" diff --git a/recipes-kernel/linux/linux-kexecboot_git.bb b/recipes-kernel/linux/linux-kexecboot_git.bb index 1e8c56f..5671b4f 100644 --- a/recipes-kernel/linux/linux-kexecboot_git.bb +++ b/recipes-kernel/linux/linux-kexecboot_git.bb @@ -1,2 +1,4 @@ require linux-kexecboot.inc require linux-git.inc + +PR = "${INC_PR}.0" diff --git a/recipes-kernel/linux/linux/spitz/defconfig b/recipes-kernel/linux/linux/spitz/defconfig index 90d49e9..dd1c0f5 100644 --- a/recipes-kernel/linux/linux/spitz/defconfig +++ b/recipes-kernel/linux/linux/spitz/defconfig @@ -6,6 +6,13 @@ CONFIG_BSD_PROCESS_ACCT_V3=y CONFIG_IKCONFIG=m CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=14 +CONFIG_CGROUPS=y +CONFIG_CGROUP_FREEZER=y +CONFIG_CGROUP_DEVICE=y +CONFIG_CPUSETS=y +CONFIG_CGROUP_CPUACCT=y +CONFIG_RESOURCE_COUNTERS=y +CONFIG_CGROUP_SCHED=y CONFIG_BLK_DEV_INITRD=y CONFIG_RD_BZIP2=y CONFIG_RD_LZMA=y diff --git a/recipes-kernel/linux/linux_git.bb b/recipes-kernel/linux/linux_git.bb index 256ee0e..620c4e4 100644 --- a/recipes-kernel/linux/linux_git.bb +++ b/recipes-kernel/linux/linux_git.bb @@ -1,6 +1,8 @@ require linux.inc require linux-git.inc +PR = "${INC_PR}.0" + SRC_URI_append_akita = " file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 " SRC_URI_append_c7x0 = " file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 " SRC_URI_append_collie = " file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 "
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- recipes-kernel/linux/linux-git.inc | 4 ++-- recipes-kernel/linux/linux-kexecboot_git.bb | 2 ++ recipes-kernel/linux/linux/spitz/defconfig | 7 +++++++ recipes-kernel/linux/linux_git.bb | 2 ++ 4 files changed, 13 insertions(+), 2 deletions(-)