From e8df8ef878c357792d269f60b00e7adcffc61365 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 8 Oct 2014 06:17:12 +0000 Subject: [PATCH] linux-ti-staging 3.14: update with latest fixes non-smp configuration has moved to the kernel Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-3.14/non-smp.cfg | 5 ----- recipes-kernel/linux/linux-ti-staging_3.14.bb | 9 ++++----- 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 recipes-kernel/linux/linux-ti-staging-3.14/non-smp.cfg diff --git a/recipes-kernel/linux/linux-ti-staging-3.14/non-smp.cfg b/recipes-kernel/linux/linux-ti-staging-3.14/non-smp.cfg deleted file mode 100644 index d61a4139..00000000 --- a/recipes-kernel/linux/linux-ti-staging-3.14/non-smp.cfg +++ /dev/null @@ -1,5 +0,0 @@ -################################################## -# Non-SMP config options -################################################## -CONFIG_SMP=n -CONFIG_NR_CPUS=n diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb index f0dd841d..180a038d 100644 --- a/recipes-kernel/linux/linux-ti-staging_3.14.bb +++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb @@ -44,11 +44,11 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-3.14.y" -SRCREV = "f56742085ff39d6aa7f487c14a6abff473b4b810" +SRCREV = "bdbce705b538fb18116afbcf62a59d2fb602de5e" PV = "3.14.19" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" +MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" PR = "${MACHINE_KERNEL_PR}" KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" @@ -56,12 +56,11 @@ KERNEL_CONFIG_FRAGMENTS = "${KERNEL_CONFIG_DIR}/audio_display.cfg ${KERNEL_CONFI ${KERNEL_CONFIG_DIR}/connectivity.cfg ${KERNEL_CONFIG_DIR}/ipc.cfg \ ${KERNEL_CONFIG_DIR}/power.cfg ${KERNEL_CONFIG_DIR}/wlan.cfg" -KERNEL_CONFIG_FRAGMENTS_append_ti33x = " ${WORKDIR}/non-smp.cfg" -KERNEL_CONFIG_FRAGMENTS_append_ti43x = " ${WORKDIR}/non-smp.cfg" +KERNEL_CONFIG_FRAGMENTS_append_ti33x = " ${KERNEL_CONFIG_DIR}/am33xx_only.cfg" +KERNEL_CONFIG_FRAGMENTS_append_ti43x = " ${KERNEL_CONFIG_DIR}/am43xx_only.cfg" KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" KERNEL_GIT_PROTOCOL = "git" SRC_URI = "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \ file://defconfig \ - file://non-smp.cfg \ "