Re: [OE-core] [PATCH 0/1] gen-lockedsig-cache: catch os.link error V2

2017-03-19 Thread Brian Avery
Thanks!
resubmitted as [PATCH V3 x/y] .
-b
an intel employee

On Fri, Mar 17, 2017 at 2:32 PM, Peter Kjellerstedt <
peter.kjellerst...@axis.com> wrote:

> > -Original Message-
> > From: openembedded-core-boun...@lists.openembedded.org
> > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
> > brian avery
> > Sent: den 17 mars 2017 13:50
> > To: openembedded-core@lists.openembedded.org
> > Subject: [OE-core] [PATCH 0/1] gen-lockedsig-cache: catch os.link error
> V2
> >
> > If your sstate-cache directory is on a different filesystem from the
> > one your build is on, gen-lockedsig-cache fails which causes the esdk
> > creation to fail. This catches the hard link failure and does a copy in
> > those cases.
> >
> > This is a V2 because I took a copy/paste shortcut when I sent in the
> > last one and that went as well as I should have expected. This one is
> > sent from the machine it was tested on... My bad :(.
>
> Do not make the "V2" part of the subject, make it part of the PATCH
> prefix, e.g.:
>
>   [PATCH v2 0/1] gen-lockedsig-cache: catch os.link error
>
> Otherwise it will become part of the commit message where it does not
> make any sense (since there obviously is no V1 committed...)
>
> > -brian
>
> //Peter
>
> --
> ___
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] gen-lockedsig-cache: catch os.link error V2

2017-03-17 Thread Peter Kjellerstedt
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
> brian avery
> Sent: den 17 mars 2017 13:50
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATCH 0/1] gen-lockedsig-cache: catch os.link error V2
> 
> If your sstate-cache directory is on a different filesystem from the
> one your build is on, gen-lockedsig-cache fails which causes the esdk
> creation to fail. This catches the hard link failure and does a copy in
> those cases.
> 
> This is a V2 because I took a copy/paste shortcut when I sent in the
> last one and that went as well as I should have expected. This one is
> sent from the machine it was tested on... My bad :(.

Do not make the "V2" part of the subject, make it part of the PATCH 
prefix, e.g.:

  [PATCH v2 0/1] gen-lockedsig-cache: catch os.link error

Otherwise it will become part of the commit message where it does not 
make any sense (since there obviously is no V1 committed...)

> -brian

//Peter

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


[OE-core] [PATCH 0/1] gen-lockedsig-cache: catch os.link error V2

2017-03-17 Thread brian avery
If your sstate-cache directory is on a different filesystem from the one your 
build is on, gen-lockedsig-cache fails which causes the esdk creation to fail. 
This catches the hard link failure and does a copy in those cases.

This is a V2 because I took a copy/paste shortcut when I sent in the last one 
and that went as well as I should have expected. This one is sent from the 
machine it was tested on... My bad :(.

-brian


The following changes since commit 7e0985bab68547f946163828a16beab7542fca2e:

  nativesdk-packagegroup-sdk-host.bb: add cmake (2017-03-17 16:53:06 +)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/gen-sigs-linkfix
  
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/gen-sigs-linkfix

brian avery (1):
  gen-lockedsig-cache: catch os.link error

 scripts/gen-lockedsig-cache | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

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


[OE-core] [PATCH 0/1] gen-lockedsig-cache: catch os.link error

2017-03-14 Thread brian avery
If your sstate-cache directory is on a different filesystem from the one your 
build is on, gen-lockedsig-cache fails which causes the esdk creation to fail. 
This catches the hard link failure and does a copy in those cases.

-brian


The following changes since commit 6e20b31d5d17133e0fca086e12a0ad06ab5c4cc8:

  wic: selftest: account for occasional newline in debugfs file names 
(2017-03-14 14:42:18 +)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/gen-sigs-linkfix
  
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/gen-sigs-linkfix

brian avery (1):
  gen-lockedsig-cache: catch os.link error

 scripts/gen-lockedsig-cache | 6 ++
 1 file changed, 6 insertions(+)

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