[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    Re: [OE-core] [PATCH 2/7] linux-yoct/4.12: fix yaffs2 build
From:       Bruce Ashfield <bruce.ashfield () gmail ! com>
Date:       2017-08-31 19:33:58
Message-ID: CADkTA4OxGXdU-5Tk3OWvo9apZaq7avHmDzMLeChjA55mkRLHhQ () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


typo in the short log has been fixed and the branch re-pushed to
zedd/kernel.

Bruce

On Thu, Aug 31, 2017 at 3:30 PM, Bruce Ashfield <
bruce.ashfield@windriver.com> wrote:

> Yaffs2 needs some tweaks to build against the 4.12 kernel, we
> import the following two commits:
>
>   084d8ae2f349 fs: yaffs2: includes the missing header file
>   595f7d1759d9 fs: yaffs2: replace CURRENT_TIME by other appropriate apis
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
>  meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb   |  4 ++--
>  meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb |  4 ++--
>  meta/recipes-kernel/linux/linux-yocto_4.12.bb      | 18
> +++++++++---------
>  3 files changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
> b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
> index 49f5bf3522ad..1b1bf9f76270 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
> @@ -11,8 +11,8 @@ python () {
>          raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel
> to linux-yocto-rt to enable it")
>  }
>
> -SRCREV_machine ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_meta ?= "edb42d48052dee4dbc3ed9d5e1e39c1375e85fe0"
> +SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
>
>  SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${
> KBRANCH};name=machine \
>             git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;
> name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
> b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
> index ff395e0ad7e3..bdf660e6ce9e 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
> @@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.12.7"
>  KMETA = "kernel-meta"
>  KCONF_BSP_AUDIT_LEVEL = "2"
>
> -SRCREV_machine ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_meta ?= "edb42d48052dee4dbc3ed9d5e1e39c1375e85fe0"
> +SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
>
>  PV = "${LINUX_VERSION}+git${SRCPV}"
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> index ce223ca081f3..964dbce3e79e 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> @@ -11,15 +11,15 @@ KBRANCH_qemux86  ?= "standard/base"
>  KBRANCH_qemux86-64 ?= "standard/base"
>  KBRANCH_qemumips64 ?= "standard/mti-malta64"
>
> -SRCREV_machine_qemuarm ?= "dc7fc6edebaa6d20967c953a2cd27bac5e955463"
> -SRCREV_machine_qemuarm64 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_machine_qemumips ?= "ff11a70047bbab2c801f9b4f7b9d4bc1d38dbed1"
> -SRCREV_machine_qemuppc ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_machine_qemux86 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_machine_qemux86-64 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_machine_qemumips64 ?= "a4d6ef2c5428e57f7f9982d230b09459683ddb1d"
> -SRCREV_machine ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_meta ?= "edb42d48052dee4dbc3ed9d5e1e39c1375e85fe0"
> +SRCREV_machine_qemuarm ?= "a5227887cfadd94068717e8166879bf88d00ef73"
> +SRCREV_machine_qemuarm64 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_machine_qemumips ?= "a6983bac4e93ba7e892f666ad8c58b32c2d10945"
> +SRCREV_machine_qemuppc ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_machine_qemux86 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_machine_qemux86-64 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_machine_qemumips64 ?= "b344c1888b03e40683ba109bb45b44e9cf4d1eb4"
> +SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
>
>  SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=
> machine;branch=${KBRANCH}; \
>             git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;
> name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
> --
> 2.5.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[Attachment #5 (text/html)]

<div dir="ltr">typo in the short log has been fixed and the branch re-pushed to \
zedd/kernel.<div><br></div><div>Bruce</div></div><div class="gmail_extra"><br><div \
class="gmail_quote">On Thu, Aug 31, 2017 at 3:30 PM, Bruce Ashfield <span \
dir="ltr">&lt;<a href="mailto:bruce.ashfield@windriver.com" \
target="_blank">bruce.ashfield@windriver.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">Yaffs2 needs some tweaks to build against the 4.12 kernel, \
we<br> import the following two commits:<br>
<br>
   084d8ae2f349 fs: yaffs2: includes the missing header file<br>
   595f7d1759d9 fs: yaffs2: replace CURRENT_TIME by other appropriate apis<br>
<br>
Signed-off-by: Bruce Ashfield &lt;<a \
                href="mailto:bruce.ashfield@windriver.com">bruce.ashfield@windriver.com</a>&gt;<br>
                
---<br>
  meta/recipes-kernel/linux/<a href="http://linux-yocto-rt_4.12.bb" rel="noreferrer" \
target="_blank">linu<wbr>x-yocto-rt_4.12.bb</a>     |   4 ++--<br>  \
meta/recipes-kernel/linux/<a href="http://linux-yocto-tiny_4.12.bb" rel="noreferrer" \
target="_blank">linu<wbr>x-yocto-tiny_4.12.bb</a> |   4 ++--<br>  \
meta/recipes-kernel/linux/<a href="http://linux-yocto_4.12.bb" rel="noreferrer" \
target="_blank">linu<wbr>x-yocto_4.12.bb</a>         | 18 +++++++++---------<br>  3 \
files changed, 13 insertions(+), 13 deletions(-)<br> <br>
diff --git a/meta/recipes-kernel/linux/<a href="http://linux-yocto-rt_4.12.bb" \
rel="noreferrer" target="_blank">li<wbr>nux-yocto-rt_4.12.bb</a> \
b/meta/recipes-kernel/linux/<a href="http://linux-yocto-rt_4.12.bb" rel="noreferrer" \
target="_blank">li<wbr>nux-yocto-rt_4.12.bb</a><br> index 49f5bf3522ad..1b1bf9f76270 \
                100644<br>
--- a/meta/recipes-kernel/linux/<a href="http://linux-yocto-rt_4.12.bb" \
                rel="noreferrer" target="_blank">li<wbr>nux-yocto-rt_4.12.bb</a><br>
+++ b/meta/recipes-kernel/linux/<a href="http://linux-yocto-rt_4.12.bb" \
rel="noreferrer" target="_blank">li<wbr>nux-yocto-rt_4.12.bb</a><br> @@ -11,8 +11,8 \
                @@ python () {<br>
              raise bb.parse.SkipPackage(&quot;Set \
PREFERRED_PROVIDER_virtual/<wbr>kernel to linux-yocto-rt to enable it&quot;)<br>  \
}<br> <br>
-SRCREV_machine ?= &quot;<wbr>d09f2ce584d60ecb7890550c22a80c<wbr>48b83c2e19&quot;<br>
-SRCREV_meta ?= &quot;<wbr>edb42d48052dee4dbc3ed9d5e1e39c<wbr>1375e85fe0&quot;<br>
+SRCREV_machine ?= &quot;<wbr>084d8ae2f349a7621e1e51c81b4494<wbr>b123f3c09a&quot;<br>
+SRCREV_meta ?= &quot;<wbr>9acd7f92a1b3248310ec17407063f9<wbr>68732ad130&quot;<br>
<br>
  SRC_URI = &quot;git://<a \
href="http://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine" \
rel="noreferrer" target="_blank">git.yoctoproject.org/<wbr>linux-yocto-4.12.git;branch=${<wbr>KBRANCH};name=machine</a> \
\<br>  git://<a href="http://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" \
rel="noreferrer" target="_blank">git.yoctoproject.org/<wbr>yocto-kernel-cache;type=kmeta;<wbr>name=meta;branch=yocto-4.12;<wbr>destsuffix=${KMETA}</a>&quot;<br>
                
diff --git a/meta/recipes-kernel/linux/<a href="http://linux-yocto-tiny_4.12.bb" \
rel="noreferrer" target="_blank">li<wbr>nux-yocto-tiny_4.12.bb</a> \
b/meta/recipes-kernel/linux/<a href="http://linux-yocto-tiny_4.12.bb" \
rel="noreferrer" target="_blank">li<wbr>nux-yocto-tiny_4.12.bb</a><br> index \
                ff395e0ad7e3..bdf660e6ce9e 100644<br>
--- a/meta/recipes-kernel/linux/<a href="http://linux-yocto-tiny_4.12.bb" \
                rel="noreferrer" \
                target="_blank">li<wbr>nux-yocto-tiny_4.12.bb</a><br>
+++ b/meta/recipes-kernel/linux/<a href="http://linux-yocto-tiny_4.12.bb" \
rel="noreferrer" target="_blank">li<wbr>nux-yocto-tiny_4.12.bb</a><br> @@ -9,8 +9,8 \
@@ LINUX_VERSION ?= &quot;4.12.7&quot;<br>  KMETA = &quot;kernel-meta&quot;<br>
  KCONF_BSP_AUDIT_LEVEL = &quot;2&quot;<br>
<br>
-SRCREV_machine ?= &quot;<wbr>d09f2ce584d60ecb7890550c22a80c<wbr>48b83c2e19&quot;<br>
-SRCREV_meta ?= &quot;<wbr>edb42d48052dee4dbc3ed9d5e1e39c<wbr>1375e85fe0&quot;<br>
+SRCREV_machine ?= &quot;<wbr>084d8ae2f349a7621e1e51c81b4494<wbr>b123f3c09a&quot;<br>
+SRCREV_meta ?= &quot;<wbr>9acd7f92a1b3248310ec17407063f9<wbr>68732ad130&quot;<br>
<br>
  PV = &quot;${LINUX_VERSION}+git${SRCPV}&quot;<br>
<br>
diff --git a/meta/recipes-kernel/linux/<a href="http://linux-yocto_4.12.bb" \
rel="noreferrer" target="_blank">li<wbr>nux-yocto_4.12.bb</a> \
b/meta/recipes-kernel/linux/<a href="http://linux-yocto_4.12.bb" rel="noreferrer" \
target="_blank">li<wbr>nux-yocto_4.12.bb</a><br> index ce223ca081f3..964dbce3e79e \
                100644<br>
--- a/meta/recipes-kernel/linux/<a href="http://linux-yocto_4.12.bb" rel="noreferrer" \
                target="_blank">li<wbr>nux-yocto_4.12.bb</a><br>
+++ b/meta/recipes-kernel/linux/<a href="http://linux-yocto_4.12.bb" rel="noreferrer" \
target="_blank">li<wbr>nux-yocto_4.12.bb</a><br> @@ -11,15 +11,15 @@ KBRANCH_qemux86  \
?= &quot;standard/base&quot;<br>  KBRANCH_qemux86-64 ?= &quot;standard/base&quot;<br>
  KBRANCH_qemumips64 ?= &quot;standard/mti-malta64&quot;<br>
<br>
-SRCREV_machine_qemuarm ?= \
                &quot;<wbr>dc7fc6edebaa6d20967c953a2cd27b<wbr>ac5e955463&quot;<br>
-SRCREV_machine_qemuarm64 ?= \
                &quot;<wbr>d09f2ce584d60ecb7890550c22a80c<wbr>48b83c2e19&quot;<br>
-SRCREV_machine_qemumips ?= \
                &quot;<wbr>ff11a70047bbab2c801f9b4f7b9d4b<wbr>c1d38dbed1&quot;<br>
-SRCREV_machine_qemuppc ?= \
                &quot;<wbr>d09f2ce584d60ecb7890550c22a80c<wbr>48b83c2e19&quot;<br>
-SRCREV_machine_qemux86 ?= \
                &quot;<wbr>d09f2ce584d60ecb7890550c22a80c<wbr>48b83c2e19&quot;<br>
-SRCREV_machine_qemux86-64 ?= \
                &quot;<wbr>d09f2ce584d60ecb7890550c22a80c<wbr>48b83c2e19&quot;<br>
-SRCREV_machine_qemumips64 ?= \
                &quot;<wbr>a4d6ef2c5428e57f7f9982d230b094<wbr>59683ddb1d&quot;<br>
-SRCREV_machine ?= &quot;<wbr>d09f2ce584d60ecb7890550c22a80c<wbr>48b83c2e19&quot;<br>
-SRCREV_meta ?= &quot;<wbr>edb42d48052dee4dbc3ed9d5e1e39c<wbr>1375e85fe0&quot;<br>
+SRCREV_machine_qemuarm ?= \
&quot;<wbr>a5227887cfadd94068717e8166879b<wbr>f88d00ef73&quot;<br> \
+SRCREV_machine_qemuarm64 ?= \
&quot;<wbr>084d8ae2f349a7621e1e51c81b4494<wbr>b123f3c09a&quot;<br> \
+SRCREV_machine_qemumips ?= \
&quot;<wbr>a6983bac4e93ba7e892f666ad8c58b<wbr>32c2d10945&quot;<br> \
+SRCREV_machine_qemuppc ?= \
&quot;<wbr>084d8ae2f349a7621e1e51c81b4494<wbr>b123f3c09a&quot;<br> \
+SRCREV_machine_qemux86 ?= \
&quot;<wbr>084d8ae2f349a7621e1e51c81b4494<wbr>b123f3c09a&quot;<br> \
+SRCREV_machine_qemux86-64 ?= \
&quot;<wbr>084d8ae2f349a7621e1e51c81b4494<wbr>b123f3c09a&quot;<br> \
+SRCREV_machine_qemumips64 ?= \
&quot;<wbr>b344c1888b03e40683ba109bb45b44<wbr>e9cf4d1eb4&quot;<br> +SRCREV_machine ?= \
&quot;<wbr>084d8ae2f349a7621e1e51c81b4494<wbr>b123f3c09a&quot;<br> +SRCREV_meta ?= \
&quot;<wbr>9acd7f92a1b3248310ec17407063f9<wbr>68732ad130&quot;<br> <br>
  SRC_URI = &quot;git://<a \
href="http://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}" \
rel="noreferrer" target="_blank">git.yoctoproject.org/<wbr>linux-yocto-4.12.git;name=<wbr>machine;branch=${KBRANCH}</a>; \
\<br>  git://<a href="http://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" \
rel="noreferrer" target="_blank">git.yoctoproject.org/<wbr>yocto-kernel-cache;type=kmeta;<wbr>name=meta;branch=yocto-4.12;<wbr>destsuffix=${KMETA}</a>&quot;<br>
 <span class="HOEnZb"><font color="#888888">--<br>
2.5.0<br>
<br>
--<br>
______________________________<wbr>_________________<br>
Openembedded-core mailing list<br>
<a href="mailto:Openembedded-core@lists.openembedded.org">Openembedded-core@lists.<wbr>openembedded.org</a><br>
 <a href="http://lists.openembedded.org/mailman/listinfo/openembedded-core" \
rel="noreferrer" target="_blank">http://lists.openembedded.org/<wbr>mailman/listinfo/openembedded-<wbr>core</a><br>
 </font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div \
class="gmail_signature" data-smartmail="gmail_signature">&quot;Thou shalt not follow \
the NULL pointer, for chaos and madness await thee at its end&quot;</div> </div>



-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic