| Submitter | Peter Seebach |
|---|---|
| Date | Sept. 13, 2012, 6:29 p.m. |
| Message ID | <cover.1347559925.git.peter.seebach@windriver.com> |
| Download | mbox |
| Permalink | /patch/36495/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib seebs/pseudo141Comments
On 09/13/2012 11:29 AM, Peter Seebach wrote: > The patches here are trivial. The upstream fixes are pretty > non-trivial, but have been used moderately extensively on a handful > of hosts, and appear to work. Long story short, pseudo could cause > rm to fail on files >2GB on 32-bit hosts which didn't use a 64-bit > off_t. Fixing this required addressing a surprising number of > assumptions, but it appears to work now. > > The following changes since commit 835654994574c158d6324218ebe000bd2ef9a792: > Darren Hart (1): > rt: Add hwlatdetect to rt images > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib seebs/pseudo141 > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/pseudo141 > > Peter Seebach (1): > pseudo_1.4.1.bb: update to pseudo 1.4.1, fixing 32-bit host problems > > meta/recipes-devtools/pseudo/pseudo_1.4.1.bb | 8 ++++++++ > meta/recipes-devtools/pseudo/pseudo_1.4.bb | 8 -------- > meta/recipes-devtools/pseudo/pseudo_git.bb | 6 +++--- > 3 files changed, 11 insertions(+), 11 deletions(-) > create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.4.1.bb > delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.4.bb > Merged into OE-Core Thanks Sau! > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > >
The patches here are trivial. The upstream fixes are pretty non-trivial, but have been used moderately extensively on a handful of hosts, and appear to work. Long story short, pseudo could cause rm to fail on files >2GB on 32-bit hosts which didn't use a 64-bit off_t. Fixing this required addressing a surprising number of assumptions, but it appears to work now. The following changes since commit 835654994574c158d6324218ebe000bd2ef9a792: Darren Hart (1): rt: Add hwlatdetect to rt images are available in the git repository at: git://git.yoctoproject.org/poky-contrib seebs/pseudo141 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/pseudo141 Peter Seebach (1): pseudo_1.4.1.bb: update to pseudo 1.4.1, fixing 32-bit host problems meta/recipes-devtools/pseudo/pseudo_1.4.1.bb | 8 ++++++++ meta/recipes-devtools/pseudo/pseudo_1.4.bb | 8 -------- meta/recipes-devtools/pseudo/pseudo_git.bb | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.4.1.bb delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.4.bb