* [PATCH 0/1] linux-yocto-tiny: update SRCREV_meta to support /proc/sys
@ 2016-04-13 2:07 Robert Yang
2016-04-13 2:07 ` [PATCH 1/1] " Robert Yang
2016-04-13 2:53 ` [PATCH 0/1] " Bruce Ashfield
0 siblings, 2 replies; 5+ messages in thread
From: Robert Yang @ 2016-04-13 2:07 UTC (permalink / raw)
To: openembedded-core, bruce.ashfield, raj.khem
Hi RP,
I'm sorry to say that I didn't send this yesterday was because I have to
wait until the kernel's part get merged (now it is done), otherwise I
can't have the correct SRCREV.
// Robert
The following changes since commit b3afe7d9bd25a943e947de3ec064ea245173c5a8:
archiver: Ensure sstate-inputdir directory is created (2016-04-12 22:46:48 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/sys
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/sys
Robert Yang (1):
linux-yocto-tiny: update SRCREV_meta to support /proc/sys
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.8.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/1] linux-yocto-tiny: update SRCREV_meta to support /proc/sys
2016-04-13 2:07 [PATCH 0/1] linux-yocto-tiny: update SRCREV_meta to support /proc/sys Robert Yang
@ 2016-04-13 2:07 ` Robert Yang
2016-04-13 2:53 ` [PATCH 0/1] " Bruce Ashfield
1 sibling, 0 replies; 5+ messages in thread
From: Robert Yang @ 2016-04-13 2:07 UTC (permalink / raw)
To: openembedded-core, bruce.ashfield, raj.khem
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index 36f83b5..87f39a6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "f5b08e95bc03f9819fa9d7ff57c698fbe2c16cc5"
-SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
+SRCREV_meta ?= "ef8e7edfd3430db03db0e2489288650da320f55e"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index 04e6258..9adfff1 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "73481a3abd4ee49c1cf5561fea997275f535098e"
-SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce"
+SRCREV_meta ?= "ab0d998117cca8c55f7ca49ec98b843782bdd25b"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
2.8.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 0/1] linux-yocto-tiny: update SRCREV_meta to support /proc/sys
2016-04-13 2:07 [PATCH 0/1] linux-yocto-tiny: update SRCREV_meta to support /proc/sys Robert Yang
2016-04-13 2:07 ` [PATCH 1/1] " Robert Yang
@ 2016-04-13 2:53 ` Bruce Ashfield
2016-04-13 2:58 ` Robert Yang
1 sibling, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2016-04-13 2:53 UTC (permalink / raw)
To: Robert Yang; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1682 bytes --]
On Tue, Apr 12, 2016 at 10:07 PM, Robert Yang <liezhi.yang@windriver.com>
wrote:
> Hi RP,
> I'm sorry to say that I didn't send this yesterday was because I have to
> wait until the kernel's part get merged (now it is done), otherwise I
> can't have the correct SRCREV.
>
You shouldn't be bumping the SRCREV at all. That's something that I do when
queuing
changes.
In fact, I already have this done and have it under test.
So please, don't merge this. I have it here and have it stacked with other
commits,
which will all come out tomorrow when my testing completes.
This SRCREV bump is for more than the single change .. hence why I need to
do
the update.
Bruce
>
> // Robert
>
> The following changes since commit
> b3afe7d9bd25a943e947de3ec064ea245173c5a8:
>
> archiver: Ensure sstate-inputdir directory is created (2016-04-12
> 22:46:48 +0100)
>
> are available in the git repository at:
>
> git://git.openembedded.org/openembedded-core-contrib rbt/sys
>
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/sys
>
> Robert Yang (1):
> linux-yocto-tiny: update SRCREV_meta to support /proc/sys
>
> meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
> meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> --
> 2.8.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 #2: Type: text/html, Size: 3021 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/1] linux-yocto-tiny: update SRCREV_meta to support /proc/sys
2016-04-13 2:53 ` [PATCH 0/1] " Bruce Ashfield
@ 2016-04-13 2:58 ` Robert Yang
2016-04-13 3:03 ` Bruce Ashfield
0 siblings, 1 reply; 5+ messages in thread
From: Robert Yang @ 2016-04-13 2:58 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: Patches and discussions about the oe-core layer
On 04/13/2016 10:53 AM, Bruce Ashfield wrote:
>
>
> On Tue, Apr 12, 2016 at 10:07 PM, Robert Yang <liezhi.yang@windriver.com
> <mailto:liezhi.yang@windriver.com>> wrote:
>
> Hi RP,
> I'm sorry to say that I didn't send this yesterday was because I have to
> wait until the kernel's part get merged (now it is done), otherwise I
> can't have the correct SRCREV.
>
>
> You shouldn't be bumping the SRCREV at all. That's something that I do when queuing
> changes.
>
> In fact, I already have this done and have it under test.
>
> So please, don't merge this. I have it here and have it stacked with other commits,
> which will all come out tomorrow when my testing completes.
>
> This SRCREV bump is for more than the single change .. hence why I need to do
> the update.
Got it, then please drop this.
// Robert
>
> Bruce
>
>
> // Robert
>
> The following changes since commit b3afe7d9bd25a943e947de3ec064ea245173c5a8:
>
> archiver: Ensure sstate-inputdir directory is created (2016-04-12
> 22:46:48 +0100)
>
> are available in the git repository at:
>
> git://git.openembedded.org/openembedded-core-contrib
> <http://git.openembedded.org/openembedded-core-contrib> rbt/sys
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/sys
>
> Robert Yang (1):
> linux-yocto-tiny: update SRCREV_meta to support /proc/sys
>
> meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
> <http://linux-yocto-tiny_4.1.bb> | 2 +-
> meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> <http://linux-yocto-tiny_4.4.bb> | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> --
> 2.8.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> <mailto: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"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/1] linux-yocto-tiny: update SRCREV_meta to support /proc/sys
2016-04-13 2:58 ` Robert Yang
@ 2016-04-13 3:03 ` Bruce Ashfield
0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2016-04-13 3:03 UTC (permalink / raw)
To: Robert Yang; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 2557 bytes --]
On Tue, Apr 12, 2016 at 10:58 PM, Robert Yang <liezhi.yang@windriver.com>
wrote:
>
>
> On 04/13/2016 10:53 AM, Bruce Ashfield wrote:
>
>>
>>
>> On Tue, Apr 12, 2016 at 10:07 PM, Robert Yang <liezhi.yang@windriver.com
>> <mailto:liezhi.yang@windriver.com>> wrote:
>>
>> Hi RP,
>> I'm sorry to say that I didn't send this yesterday was because I have
>> to
>> wait until the kernel's part get merged (now it is done), otherwise I
>> can't have the correct SRCREV.
>>
>>
>> You shouldn't be bumping the SRCREV at all. That's something that I do
>> when queuing
>> changes.
>>
>> In fact, I already have this done and have it under test.
>>
>> So please, don't merge this. I have it here and have it stacked with
>> other commits,
>> which will all come out tomorrow when my testing completes.
>>
>> This SRCREV bump is for more than the single change .. hence why I need
>> to do
>> the update.
>>
>
> Got it, then please drop this.
>
>
Thanks, and I won't hold you up. I'll be sending my queue out first thing
in the morning.
Cheers,
Bruce
> // Robert
>
>
>> Bruce
>>
>>
>> // Robert
>>
>> The following changes since commit
>> b3afe7d9bd25a943e947de3ec064ea245173c5a8:
>>
>> archiver: Ensure sstate-inputdir directory is created (2016-04-12
>> 22:46:48 +0100)
>>
>> are available in the git repository at:
>>
>> git://git.openembedded.org/openembedded-core-contrib
>> <http://git.openembedded.org/openembedded-core-contrib> rbt/sys
>>
>> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/sys
>>
>> Robert Yang (1):
>> linux-yocto-tiny: update SRCREV_meta to support /proc/sys
>>
>> meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
>> <http://linux-yocto-tiny_4.1.bb> | 2 +-
>> meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
>> <http://linux-yocto-tiny_4.4.bb> | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> --
>> 2.8.0
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> <mailto: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"
>>
>
--
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
[-- Attachment #2: Type: text/html, Size: 4762 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-04-13 3:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-13 2:07 [PATCH 0/1] linux-yocto-tiny: update SRCREV_meta to support /proc/sys Robert Yang
2016-04-13 2:07 ` [PATCH 1/1] " Robert Yang
2016-04-13 2:53 ` [PATCH 0/1] " Bruce Ashfield
2016-04-13 2:58 ` Robert Yang
2016-04-13 3:03 ` Bruce Ashfield
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.