Re: [yocto] [meta-rockchip][PATCH] linux: version bump to 4.11

2017-05-15 Thread Trevor Woerner
Thanks!
Tested on the firefly-rk3288 and applied.

On Sat, May 13, 2017 at 11:58 AM, Romain Perier
 wrote:
> Linux v4.11 has been released, bump the version to 4.11.
>
> Signed-off-by: Romain Perier 
> ---
>  recipes-kernel/linux/linux_4.11.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux_4.11.bb 
> b/recipes-kernel/linux/linux_4.11.bb
> index 6058661..8f1d2a7 100644
> --- a/recipes-kernel/linux/linux_4.11.bb
> +++ b/recipes-kernel/linux/linux_4.11.bb
> @@ -6,13 +6,13 @@ require recipes-kernel/linux/linux-yocto.inc
>
>  SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
>
> -SRCREV = "5a7ad1146caa895ad718a534399e38bd2ba721b7"
> +SRCREV = "a351e9b9fc24e982ec2f0e76379a49826036da12"
>  LINUX_VERSION = "4.11"
>  # Override local version in order to use the one generated by linux build 
> system
>  # And not "yocto-standard"
>  LINUX_VERSION_EXTENSION = ""
>  PR = "r1"
> -PV = "${LINUX_VERSION}-rc8"
> +PV = "${LINUX_VERSION}"
>
>  # Include only supported boards for now
>  COMPATIBLE_MACHINE = 
> "(radxarock|marsboard-rk3066|firefly-rk3288|rock2-square)"
> --
> 1.8.3.1
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-rockchip][PATCH] linux: version bump to 4.11-rc8

2017-04-29 Thread Trevor Woerner
Applied, thanks!

It's nice to finally see those "mmc_host mmc2: Bus speed (slot 0) = 5000Hz
(slot req 5200Hz, actual 5000HZ div = 0)" messages gone :-)

On Fri 2017-04-28 @ 03:58:57 PM, Romain Perier wrote:
> Linux kernel 4.11 being released soon, bump recipe to 4.11-rc8.
> 
> Signed-off-by: Romain Perier 
> ---
>  recipes-kernel/linux/linux_4.10.bb | 19 ---
>  recipes-kernel/linux/linux_4.11.bb | 20 
>  2 files changed, 20 insertions(+), 19 deletions(-)
>  delete mode 100644 recipes-kernel/linux/linux_4.10.bb
>  create mode 100644 recipes-kernel/linux/linux_4.11.bb
> 
> diff --git a/recipes-kernel/linux/linux_4.10.bb 
> b/recipes-kernel/linux/linux_4.10.bb
> deleted file mode 100644
> index e1d0aa4..000
> --- a/recipes-kernel/linux/linux_4.10.bb
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -# Copyright (C) 2017 Romain Perier
> -# Copyright (C) 2017 Eddie Cai
> -# Released under the MIT license (see COPYING.MIT for the terms)
> -
> -require recipes-kernel/linux/linux-yocto.inc
> -
> -SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
> -
> -SRCREV = "7089db84e356562f8ba737c29e472cc42d530dbc"
> -LINUX_VERSION = "4.10"
> -# Override local version in order to use the one generated by linux build 
> system
> -# And not "yocto-standard"
> -LINUX_VERSION_EXTENSION = ""
> -PR = "r1"
> -PV = "${LINUX_VERSION}-rc8"
> -
> -# Include only supported boards for now
> -COMPATIBLE_MACHINE = 
> "(radxarock|marsboard-rk3066|firefly-rk3288|rock2-square)"
> -deltask kernel_configme
> diff --git a/recipes-kernel/linux/linux_4.11.bb 
> b/recipes-kernel/linux/linux_4.11.bb
> new file mode 100644
> index 000..6058661
> --- /dev/null
> +++ b/recipes-kernel/linux/linux_4.11.bb
> @@ -0,0 +1,20 @@
> +# Copyright (C) 2017 Romain Perier
> +# Copyright (C) 2017 Eddie Cai
> +# Released under the MIT license (see COPYING.MIT for the terms)
> +
> +require recipes-kernel/linux/linux-yocto.inc
> +
> +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
> +
> +SRCREV = "5a7ad1146caa895ad718a534399e38bd2ba721b7"
> +LINUX_VERSION = "4.11"
> +# Override local version in order to use the one generated by linux build 
> system
> +# And not "yocto-standard"
> +LINUX_VERSION_EXTENSION = ""
> +PR = "r1"
> +PV = "${LINUX_VERSION}-rc8"
> +
> +# Include only supported boards for now
> +COMPATIBLE_MACHINE = 
> "(radxarock|marsboard-rk3066|firefly-rk3288|rock2-square)"
> +deltask kernel_configme
> +
> -- 
> 1.8.3.1
> 
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-rockchip][PATCH] linux: version bump to 4.11-rc8

2017-04-28 Thread Leonardo Sandoval
for reviewing purposes, it would be nice if you set diff.renames =
"true" into your .gitconfig file, so git detect renames and just diff
changes.

Leo



On Fri, 2017-04-28 at 15:58 +0200, Romain Perier wrote:
> Linux kernel 4.11 being released soon, bump recipe to 4.11-rc8.
> 
> Signed-off-by: Romain Perier 
> ---
>  recipes-kernel/linux/linux_4.10.bb | 19 ---
>  recipes-kernel/linux/linux_4.11.bb | 20 
>  2 files changed, 20 insertions(+), 19 deletions(-)
>  delete mode 100644 recipes-kernel/linux/linux_4.10.bb
>  create mode 100644 recipes-kernel/linux/linux_4.11.bb
> 
> diff --git a/recipes-kernel/linux/linux_4.10.bb 
> b/recipes-kernel/linux/linux_4.10.bb
> deleted file mode 100644
> index e1d0aa4..000
> --- a/recipes-kernel/linux/linux_4.10.bb
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -# Copyright (C) 2017 Romain Perier
> -# Copyright (C) 2017 Eddie Cai
> -# Released under the MIT license (see COPYING.MIT for the terms)
> -
> -require recipes-kernel/linux/linux-yocto.inc
> -
> -SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
> -
> -SRCREV = "7089db84e356562f8ba737c29e472cc42d530dbc"
> -LINUX_VERSION = "4.10"
> -# Override local version in order to use the one generated by linux build 
> system
> -# And not "yocto-standard"
> -LINUX_VERSION_EXTENSION = ""
> -PR = "r1"
> -PV = "${LINUX_VERSION}-rc8"
> -
> -# Include only supported boards for now
> -COMPATIBLE_MACHINE = 
> "(radxarock|marsboard-rk3066|firefly-rk3288|rock2-square)"
> -deltask kernel_configme
> diff --git a/recipes-kernel/linux/linux_4.11.bb 
> b/recipes-kernel/linux/linux_4.11.bb
> new file mode 100644
> index 000..6058661
> --- /dev/null
> +++ b/recipes-kernel/linux/linux_4.11.bb
> @@ -0,0 +1,20 @@
> +# Copyright (C) 2017 Romain Perier
> +# Copyright (C) 2017 Eddie Cai
> +# Released under the MIT license (see COPYING.MIT for the terms)
> +
> +require recipes-kernel/linux/linux-yocto.inc
> +
> +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
> +
> +SRCREV = "5a7ad1146caa895ad718a534399e38bd2ba721b7"
> +LINUX_VERSION = "4.11"
> +# Override local version in order to use the one generated by linux build 
> system
> +# And not "yocto-standard"
> +LINUX_VERSION_EXTENSION = ""
> +PR = "r1"
> +PV = "${LINUX_VERSION}-rc8"
> +
> +# Include only supported boards for now
> +COMPATIBLE_MACHINE = 
> "(radxarock|marsboard-rk3066|firefly-rk3288|rock2-square)"
> +deltask kernel_configme
> +
> -- 
> 1.8.3.1
> 


-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [meta-rockchip][PATCH] linux: version bump to 4.11-rc8

2017-04-28 Thread Romain Perier
Linux kernel 4.11 being released soon, bump recipe to 4.11-rc8.

Signed-off-by: Romain Perier 
---
 recipes-kernel/linux/linux_4.10.bb | 19 ---
 recipes-kernel/linux/linux_4.11.bb | 20 
 2 files changed, 20 insertions(+), 19 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux_4.10.bb
 create mode 100644 recipes-kernel/linux/linux_4.11.bb

diff --git a/recipes-kernel/linux/linux_4.10.bb 
b/recipes-kernel/linux/linux_4.10.bb
deleted file mode 100644
index e1d0aa4..000
--- a/recipes-kernel/linux/linux_4.10.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright (C) 2017 Romain Perier
-# Copyright (C) 2017 Eddie Cai
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-require recipes-kernel/linux/linux-yocto.inc
-
-SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
-
-SRCREV = "7089db84e356562f8ba737c29e472cc42d530dbc"
-LINUX_VERSION = "4.10"
-# Override local version in order to use the one generated by linux build 
system
-# And not "yocto-standard"
-LINUX_VERSION_EXTENSION = ""
-PR = "r1"
-PV = "${LINUX_VERSION}-rc8"
-
-# Include only supported boards for now
-COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|firefly-rk3288|rock2-square)"
-deltask kernel_configme
diff --git a/recipes-kernel/linux/linux_4.11.bb 
b/recipes-kernel/linux/linux_4.11.bb
new file mode 100644
index 000..6058661
--- /dev/null
+++ b/recipes-kernel/linux/linux_4.11.bb
@@ -0,0 +1,20 @@
+# Copyright (C) 2017 Romain Perier
+# Copyright (C) 2017 Eddie Cai
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+require recipes-kernel/linux/linux-yocto.inc
+
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
+
+SRCREV = "5a7ad1146caa895ad718a534399e38bd2ba721b7"
+LINUX_VERSION = "4.11"
+# Override local version in order to use the one generated by linux build 
system
+# And not "yocto-standard"
+LINUX_VERSION_EXTENSION = ""
+PR = "r1"
+PV = "${LINUX_VERSION}-rc8"
+
+# Include only supported boards for now
+COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|firefly-rk3288|rock2-square)"
+deltask kernel_configme
+
-- 
1.8.3.1

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto