diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/linux-davinci_2.6.25.bb | 2 | ||||
-rw-r--r-- | recipes/linux/linux-davinci_2.6.27.bb | 2 | ||||
-rw-r--r-- | recipes/linux/linux-davinci_2.6.28.bb | 4 | ||||
-rw-r--r-- | recipes/linux/linux-davinci_git.bb | 2 | ||||
-rw-r--r-- | recipes/linux/linux-omap_2.6.29.bb | 1 |
5 files changed, 6 insertions, 5 deletions
diff --git a/recipes/linux/linux-davinci_2.6.25.bb b/recipes/linux/linux-davinci_2.6.25.bb index 97fd0d5210..ef4c919e0e 100644 --- a/recipes/linux/linux-davinci_2.6.25.bb +++ b/recipes/linux/linux-davinci_2.6.25.bb @@ -2,8 +2,8 @@ require linux-omap.inc SRCREV = "f5691bc8f65a08a6cb9900a5c7099a36b2b9b7a7" +# The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc PV = "2.6.25" -PR = "r3" COMPATIBLE_MACHINE = "(davinci-dvevm|davinci-sffsdr)" diff --git a/recipes/linux/linux-davinci_2.6.27.bb b/recipes/linux/linux-davinci_2.6.27.bb index ad45330b47..4309ed5793 100644 --- a/recipes/linux/linux-davinci_2.6.27.bb +++ b/recipes/linux/linux-davinci_2.6.27.bb @@ -8,8 +8,8 @@ require linux-omap.inc DAVINCI_SRCREV ?= "9d6ed804d27b9452fb96d68b16ee5f124a07e4f9" SRCREV = "${DAVINCI_SRCREV}" +# The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc PV = "2.6.27" -PR = "r0" COMPATIBLE_MACHINE = "(davinci-dvevm)" diff --git a/recipes/linux/linux-davinci_2.6.28.bb b/recipes/linux/linux-davinci_2.6.28.bb index ef0e0022b3..79abccfef7 100644 --- a/recipes/linux/linux-davinci_2.6.28.bb +++ b/recipes/linux/linux-davinci_2.6.28.bb @@ -5,9 +5,9 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "(dm6446-evm|dm6467-evm|davinci-sffsdr)" -SRCREV = "0fc192ac07c977ad6f14333651b53096a6027bc6" +# The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc -PR = "r1" +SRCREV = "0fc192ac07c977ad6f14333651b53096a6027bc6" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git;protocol=git \ file://defconfig" diff --git a/recipes/linux/linux-davinci_git.bb b/recipes/linux/linux-davinci_git.bb index 89d98f47c2..8ee663afe5 100644 --- a/recipes/linux/linux-davinci_git.bb +++ b/recipes/linux/linux-davinci_git.bb @@ -9,8 +9,8 @@ DEFAULT_PREFERENCE = "1" SRCREV = "486afa37130356662213cc1a2199a285b4fd72af" +# The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc PV = "2.6.29+2.6.29-rc7-${PR}+gitr${SRCREV}" -PR = "r5" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git;protocol=git \ file://update-mach-types.patch;patch=1 \ diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb index f9439ebc7c..5be04d2a84 100644 --- a/recipes/linux/linux-omap_2.6.29.bb +++ b/recipes/linux/linux-omap_2.6.29.bb @@ -154,6 +154,7 @@ SRC_URI_append = " \ # file://isp/standalone/0002-Resizer-bug-fixes-on-top-of-1.0.2-release.patch;patch=1 \ file://0124-leds-gpio-broken-with-current-git.patch;patch=1 \ file://modedb-hd720.patch;patch=1 \ + file://0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch;patch=1 \ " |