All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] fio: fix typo
@ 2019-08-05  3:31 changqing.li
  2019-08-05  5:06 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: changqing.li @ 2019-08-05  3:31 UTC (permalink / raw)
  To: openembedded-devel

From: Changqing Li <changqing.li@windriver.com>

fix typo "rev for v3.8" in fio_3.15.bb

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta-oe/recipes-benchmark/fio/fio_3.15.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/fio/fio_3.15.bb b/meta-oe/recipes-benchmark/fio/fio_3.15.bb
index c44075c..f8fa434 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.15.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.15.bb
@@ -21,7 +21,7 @@ PACKAGECONFIG_NUMA_armeb = ""
 PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
 PACKAGECONFIG[numa] = ",--disable-numa,numactl"
 
-# rev for v3.8
+# rev for v3.15
 SRCREV = "01bf5128d0581e267383f280c6a1dcd26517240f"
 SRC_URI = "git://git.kernel.dk/fio.git \
           file://0001-update-the-interpreter-paths.patch \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] fio: fix typo
  2019-08-05  3:31 [meta-oe][PATCH] fio: fix typo changqing.li
@ 2019-08-05  5:06 ` Adrian Bunk
  2019-08-05  7:51   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2019-08-05  5:06 UTC (permalink / raw)
  To: changqing.li; +Cc: openembedded-devel

On Mon, Aug 05, 2019 at 11:31:17AM +0800, changqing.li@windriver.com wrote:
> From: Changqing Li <changqing.li@windriver.com>
> 
> fix typo "rev for v3.8" in fio_3.15.bb
> 
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
>  meta-oe/recipes-benchmark/fio/fio_3.15.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-benchmark/fio/fio_3.15.bb b/meta-oe/recipes-benchmark/fio/fio_3.15.bb
> index c44075c..f8fa434 100644
> --- a/meta-oe/recipes-benchmark/fio/fio_3.15.bb
> +++ b/meta-oe/recipes-benchmark/fio/fio_3.15.bb
> @@ -21,7 +21,7 @@ PACKAGECONFIG_NUMA_armeb = ""
>  PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
>  PACKAGECONFIG[numa] = ",--disable-numa,numactl"
>  
> -# rev for v3.8
> +# rev for v3.15
>  SRCREV = "01bf5128d0581e267383f280c6a1dcd26517240f"
>...

It might be better to just delete the comment.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] fio: fix typo
  2019-08-05  5:06 ` Adrian Bunk
@ 2019-08-05  7:51   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2019-08-05  7:51 UTC (permalink / raw)
  To: Adrian Bunk, changqing.li; +Cc: openembedded-devel


On 8/4/19 10:06 PM, Adrian Bunk wrote:
> On Mon, Aug 05, 2019 at 11:31:17AM +0800, changqing.li@windriver.com wrote:
>> From: Changqing Li <changqing.li@windriver.com>
>>
>> fix typo "rev for v3.8" in fio_3.15.bb
>>
>> Signed-off-by: Changqing Li <changqing.li@windriver.com>
>> ---
>>   meta-oe/recipes-benchmark/fio/fio_3.15.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-benchmark/fio/fio_3.15.bb b/meta-oe/recipes-benchmark/fio/fio_3.15.bb
>> index c44075c..f8fa434 100644
>> --- a/meta-oe/recipes-benchmark/fio/fio_3.15.bb
>> +++ b/meta-oe/recipes-benchmark/fio/fio_3.15.bb
>> @@ -21,7 +21,7 @@ PACKAGECONFIG_NUMA_armeb = ""
>>   PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
>>   PACKAGECONFIG[numa] = ",--disable-numa,numactl"
>>   
>> -# rev for v3.8
>> +# rev for v3.15
>>   SRCREV = "01bf5128d0581e267383f280c6a1dcd26517240f"
>> ...
> It might be better to just delete the comment.


agreed, I improvised this patch and staged it in master-next

>
> cu
> Adrian
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-05  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-05  3:31 [meta-oe][PATCH] fio: fix typo changqing.li
2019-08-05  5:06 ` Adrian Bunk
2019-08-05  7:51   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.