Re: [yocto] PR and bbappend files

2014-09-29 Thread Chris Tapp
On 29 Sep 2014, at 08:52, Christian Ege wrote: > Hi, > 2014-09-28 11:47 GMT+02:00 Chris Tapp : >> I'm currently using a bbappend file to patch bash under 'danny' due to >> "Shellshocked" - basically by adding patches 11..50 to the SRC_URI. >> >> However, patches are still coming out ;-) >> >>

Re: [yocto] PR and bbappend files

2014-09-29 Thread Chris Tapp
On 29 Sep 2014, at 08:52, Christian Ege wrote: > Hi, > 2014-09-28 11:47 GMT+02:00 Chris Tapp : >> I'm currently using a bbappend file to patch bash under 'danny' due to >> "Shellshocked" - basically by adding patches 11..50 to the SRC_URI. >> >> However, patches are still coming out ;-) >> >>

Re: [yocto] PR and bbappend files

2014-09-29 Thread Christian Ege
Hi, 2014-09-28 11:47 GMT+02:00 Chris Tapp : > I'm currently using a bbappend file to patch bash under 'danny' due to > "Shellshocked" - basically by adding patches 11..50 to the SRC_URI. > > However, patches are still coming out ;-) > > How do I make sure that new ones get reflected in the build?

[yocto] PR and bbappend files

2014-09-28 Thread Chris Tapp
I'm currently using a bbappend file to patch bash under 'danny' due to "Shellshocked" - basically by adding patches 11..50 to the SRC_URI. However, patches are still coming out ;-) How do I make sure that new ones get reflected in the build? I would normally bump PR in a .bb file, but I don't t