| Submitter | Khem Raj |
|---|---|
| Date | July 5, 2011, 9:09 p.m. |
| Message ID | <cover.1309899985.git.raj.khem@gmail.com> |
| Download | mbox |
| Permalink | /patch/7017/ |
| State | New, archived |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-0.9.32Comments
On Tue, Jul 5, 2011 at 2:09 PM, Khem Raj <raj.khem@gmail.com> wrote: > With this changeset we add new recipes for 0.9.32 and make that default > preference. Then the git recipe are moved to track the latest master. > systemd related fixes are separately applied to both git recipe and 0.9.32 > recipes > > Both sets work for arm,mips,ppc,x86,x86-64 > > Thanks > -Khem > > > The following changes since commit 4eb3abaa5f4b5df0314dc0d503298d65cd203259: > > uclibc-0.9.32: Implement execvpe and refresh scheduler functions (2011-07-05 13:53:05 -0700) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-0.9.32 > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-0.9.32 > > Khem Raj (5): > uclibc: Add recipes for 0.9.32 release > tcmode-default: Define UCLIBCVERSION and set it to 0.9.32 > uclibc_git: Move SRCREV past 0.9.32 release I have update PV in above commit to 0.9.32+0.9.33-rc0 instead of 0.9.32+gitr${SRCPV} which is troublesome to use with git > uclibc_git: Implement execvpe and refresh scheduler functions refreshed after above change > uclibc-0.9.32: Implement execvpe and refresh scheduler functions > > meta/conf/distro/include/tcmode-default.inc | 3 + > ...rch-Free-UCLIBC_HAS_FPU-setting-from-depe.patch | 0 > ...fd.h-SFD_NONBLOCK-for-mips-is-0200-unlike.patch | 0 > .../uclibc/uclibc-0.9.32/argp-headers.patch | 581 +++ > .../uclibc/uclibc-0.9.32/argp-support.patch | 5189 ++++++++++++++++++++ > .../uclibc-0.9.32/compile-arm-fork-with-O2.patch | 21 + > .../detect-bx-availibility.patch | 0 > .../epoll-asm-fix.patch | 0 > .../include-arm-asm.h.patch | 0 > ...so_use_arm_dl_linux_resolve_in_thumb_mode.patch | 21 + > .../uclibc/uclibc-0.9.32/mips/uClibc.machine | 16 + > .../uclibc/uclibc-0.9.32/orign_path.patch | 183 + > .../uclibc/uclibc-0.9.32/powerpc_copysignl.patch | 107 + > .../remove-eabi-oabi-selection.patch | 0 > .../remove-sub-arch-variants.patch | 0 > .../remove_attribute_optimize_Os.patch | 186 + > .../uclibc/uclibc-0.9.32/rtld_no.patch | 215 + > .../select-force-thumb.patch | 0 > .../transform-eabi-oabi-choice.patch | 0 > .../uclibc/uclibc-0.9.32/uClibc.distro | 184 + > .../uclibc/uclibc-0.9.32/uClibc.machine | 14 + > .../uclibc-0.9.32/uclibc-arm-ftruncate64.patch | 13 + > .../uclibc/uclibc-0.9.32/uclibc-execvpe.patch | 160 + > .../uclibc-0.9.32/uclibc_enable_log2_test.patch | 30 + > .../uclibc-0.9.32/uclibc_scheduler_update.patch | 455 ++ > .../uclibc-git/append_UCLIBC_EXTRA_CFLAGS.patch | 33 - > .../uclibc/uclibc-git/orign_path.patch | 42 +- > .../uclibc/uclibc-git/reorder-use-BX.patch | 72 - > meta/recipes-core/uclibc/uclibc-git/rtld_no.patch | 83 +- > meta/recipes-core/uclibc/uclibc-git/uClibc.distro | 3 + > .../uclibc/uclibc-git/uclibc-execvpe.patch | 160 + > .../uclibc-git/uclibc_scheduler_update.patch | 455 ++ > meta/recipes-core/uclibc/uclibc-initial_0.9.32.bb | 39 + > meta/recipes-core/uclibc/uclibc_0.9.32.bb | 32 + > meta/recipes-core/uclibc/uclibc_git.bb | 23 +- > 35 files changed, 8139 insertions(+), 181 deletions(-) > rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/0001-Config.in.arch-Free-UCLIBC_HAS_FPU-setting-from-depe.patch (100%) > rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/0001-mips-signalfd.h-SFD_NONBLOCK-for-mips-is-0200-unlike.patch (100%) > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/argp-headers.patch > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/argp-support.patch > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/compile-arm-fork-with-O2.patch > rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/detect-bx-availibility.patch (100%) > rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/epoll-asm-fix.patch (100%) > rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/include-arm-asm.h.patch (100%) > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/ldso_use_arm_dl_linux_resolve_in_thumb_mode.patch > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/mips/uClibc.machine > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/orign_path.patch > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/powerpc_copysignl.patch > rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/remove-eabi-oabi-selection.patch (100%) > rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/remove-sub-arch-variants.patch (100%) > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/remove_attribute_optimize_Os.patch > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/rtld_no.patch > rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/select-force-thumb.patch (100%) > rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/transform-eabi-oabi-choice.patch (100%) > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uClibc.distro > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uClibc.machine > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uclibc-arm-ftruncate64.patch > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uclibc-execvpe.patch > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uclibc_enable_log2_test.patch > create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uclibc_scheduler_update.patch > delete mode 100644 meta/recipes-core/uclibc/uclibc-git/append_UCLIBC_EXTRA_CFLAGS.patch > delete mode 100644 meta/recipes-core/uclibc/uclibc-git/reorder-use-BX.patch > create mode 100644 meta/recipes-core/uclibc/uclibc-git/uclibc-execvpe.patch > create mode 100644 meta/recipes-core/uclibc/uclibc-git/uclibc_scheduler_update.patch > create mode 100644 meta/recipes-core/uclibc/uclibc-initial_0.9.32.bb > create mode 100644 meta/recipes-core/uclibc/uclibc_0.9.32.bb > > -- > 1.7.4.1 > >
On Tue, 2011-07-05 at 23:48 -0700, Khem Raj wrote: > On Tue, Jul 5, 2011 at 2:09 PM, Khem Raj <raj.khem@gmail.com> wrote: > > With this changeset we add new recipes for 0.9.32 and make that default > > preference. Then the git recipe are moved to track the latest master. > > systemd related fixes are separately applied to both git recipe and 0.9.32 > > recipes > > > > Both sets work for arm,mips,ppc,x86,x86-64 > > > > Thanks > > -Khem > > > > > > The following changes since commit 4eb3abaa5f4b5df0314dc0d503298d65cd203259: > > > > uclibc-0.9.32: Implement execvpe and refresh scheduler functions (2011-07-05 13:53:05 -0700) > > > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-0.9.32 > > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-0.9.32 > > > > Khem Raj (5): > > uclibc: Add recipes for 0.9.32 release > > tcmode-default: Define UCLIBCVERSION and set it to 0.9.32 > > uclibc_git: Move SRCREV past 0.9.32 release > > I have update PV in above commit to 0.9.32+0.9.33-rc0 instead of > 0.9.32+gitr${SRCPV} which is troublesome to use with git Can you expand a little more about what was troublesome with it? Is there a revision being specified for the uclibc git recipe? Cheers, Richard
On Wed, Jul 6, 2011 at 1:06 AM, Richard Purdie <richard.purdie@linuxfoundation.org> wrote: > On Tue, 2011-07-05 at 23:48 -0700, Khem Raj wrote: >> On Tue, Jul 5, 2011 at 2:09 PM, Khem Raj <raj.khem@gmail.com> wrote: >> > With this changeset we add new recipes for 0.9.32 and make that default >> > preference. Then the git recipe are moved to track the latest master. >> > systemd related fixes are separately applied to both git recipe and 0.9.32 >> > recipes >> > >> > Both sets work for arm,mips,ppc,x86,x86-64 >> > >> > Thanks >> > -Khem >> > >> > >> > The following changes since commit 4eb3abaa5f4b5df0314dc0d503298d65cd203259: >> > >> > uclibc-0.9.32: Implement execvpe and refresh scheduler functions (2011-07-05 13:53:05 -0700) >> > >> > are available in the git repository at: >> > git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-0.9.32 >> > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-0.9.32 >> > >> > Khem Raj (5): >> > uclibc: Add recipes for 0.9.32 release >> > tcmode-default: Define UCLIBCVERSION and set it to 0.9.32 >> > uclibc_git: Move SRCREV past 0.9.32 release >> >> I have update PV in above commit to 0.9.32+0.9.33-rc0 instead of >> 0.9.32+gitr${SRCPV} which is troublesome to use with git > > Can you expand a little more about what was troublesome with it? > > Is there a revision being specified for the uclibc git recipe? since its master git I have to change SRCREV frquently and if I do not bump PR it ends up with dependency problems while generating image since the SHAs are random and they are getting into PV sometimes opkg thinks the version is smaller than the previous one and opkg does not like it. that aside 0.9.32+0.9.33-rc0 explains the recipes PV better IMO > > Cheers, > > Richard > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >
On Wed, 2011-07-06 at 11:06 -0700, Khem Raj wrote: > On Wed, Jul 6, 2011 at 1:06 AM, Richard Purdie > <richard.purdie@linuxfoundation.org> wrote: > > On Tue, 2011-07-05 at 23:48 -0700, Khem Raj wrote: > >> On Tue, Jul 5, 2011 at 2:09 PM, Khem Raj <raj.khem@gmail.com> wrote: > >> > With this changeset we add new recipes for 0.9.32 and make that default > >> > preference. Then the git recipe are moved to track the latest master. > >> > systemd related fixes are separately applied to both git recipe and 0.9.32 > >> > recipes > >> > > >> > Both sets work for arm,mips,ppc,x86,x86-64 > >> > > >> > Thanks > >> > -Khem > >> > > >> > > >> > The following changes since commit 4eb3abaa5f4b5df0314dc0d503298d65cd203259: > >> > > >> > uclibc-0.9.32: Implement execvpe and refresh scheduler functions (2011-07-05 13:53:05 -0700) > >> > > >> > are available in the git repository at: > >> > git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-0.9.32 > >> > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-0.9.32 > >> > > >> > Khem Raj (5): > >> > uclibc: Add recipes for 0.9.32 release > >> > tcmode-default: Define UCLIBCVERSION and set it to 0.9.32 > >> > uclibc_git: Move SRCREV past 0.9.32 release > >> > >> I have update PV in above commit to 0.9.32+0.9.33-rc0 instead of > >> 0.9.32+gitr${SRCPV} which is troublesome to use with git > > > > Can you expand a little more about what was troublesome with it? > > > > Is there a revision being specified for the uclibc git recipe? > > since its master git I have to change SRCREV frquently and if I do not bump > PR it ends up with dependency problems while generating image since > the SHAs are random > and they are getting into PV sometimes opkg thinks the version is > smaller than the previous > one and opkg does not like it. that aside 0.9.32+0.9.33-rc0 explains > the recipes PV better IMO Could you at least add the SRCREV you're using the recipe please? I didn't look really hard but I couldn't seem to find it when I last looked... Cheers, Richard
On Wed, Jul 6, 2011 at 11:10 AM, Richard Purdie <richard.purdie@linuxfoundation.org> wrote: > On Wed, 2011-07-06 at 11:06 -0700, Khem Raj wrote: >> On Wed, Jul 6, 2011 at 1:06 AM, Richard Purdie >> <richard.purdie@linuxfoundation.org> wrote: >> > On Tue, 2011-07-05 at 23:48 -0700, Khem Raj wrote: >> >> On Tue, Jul 5, 2011 at 2:09 PM, Khem Raj <raj.khem@gmail.com> wrote: >> >> > With this changeset we add new recipes for 0.9.32 and make that default >> >> > preference. Then the git recipe are moved to track the latest master. >> >> > systemd related fixes are separately applied to both git recipe and 0.9.32 >> >> > recipes >> >> > >> >> > Both sets work for arm,mips,ppc,x86,x86-64 >> >> > >> >> > Thanks >> >> > -Khem >> >> > >> >> > >> >> > The following changes since commit 4eb3abaa5f4b5df0314dc0d503298d65cd203259: >> >> > >> >> > uclibc-0.9.32: Implement execvpe and refresh scheduler functions (2011-07-05 13:53:05 -0700) >> >> > >> >> > are available in the git repository at: >> >> > git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-0.9.32 >> >> > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-0.9.32 >> >> > >> >> > Khem Raj (5): >> >> > uclibc: Add recipes for 0.9.32 release >> >> > tcmode-default: Define UCLIBCVERSION and set it to 0.9.32 >> >> > uclibc_git: Move SRCREV past 0.9.32 release >> >> >> >> I have update PV in above commit to 0.9.32+0.9.33-rc0 instead of >> >> 0.9.32+gitr${SRCPV} which is troublesome to use with git >> > >> > Can you expand a little more about what was troublesome with it? >> > >> > Is there a revision being specified for the uclibc git recipe? >> >> since its master git I have to change SRCREV frquently and if I do not bump >> PR it ends up with dependency problems while generating image since >> the SHAs are random >> and they are getting into PV sometimes opkg thinks the version is >> smaller than the previous >> one and opkg does not like it. that aside 0.9.32+0.9.33-rc0 explains >> the recipes PV better IMO > > Could you at least add the SRCREV you're using the recipe please? I > didn't look really hard but I couldn't seem to find it when I last > looked... huh. They are in recipes see toward the end here http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/commit/?h=kraj/uclibc-0.9.32&id=ce07260090bbc11801e96657f1596ec23f793cce and for 0.9.32 here http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/commit/?h=kraj/uclibc-0.9.32&id=49aea570ecc45bb7a655d9ca955272c3734c8696 or do u mean in some other form ? > > Cheers, > > Richard > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >
On Tue, 2011-07-05 at 14:09 -0700, Khem Raj wrote: > With this changeset we add new recipes for 0.9.32 and make that default > preference. Then the git recipe are moved to track the latest master. > systemd related fixes are separately applied to both git recipe and 0.9.32 > recipes > > Both sets work for arm,mips,ppc,x86,x86-64 > > Thanks > -Khem > > > The following changes since commit 4eb3abaa5f4b5df0314dc0d503298d65cd203259: > > uclibc-0.9.32: Implement execvpe and refresh scheduler functions (2011-07-05 13:53:05 -0700) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-0.9.32 > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-0.9.32 > > Khem Raj (5): > uclibc: Add recipes for 0.9.32 release > tcmode-default: Define UCLIBCVERSION and set it to 0.9.32 > uclibc_git: Move SRCREV past 0.9.32 release > uclibc_git: Implement execvpe and refresh scheduler functions > uclibc-0.9.32: Implement execvpe and refresh scheduler functions Merged to master, thanks. Richard
On Wed, 2011-07-06 at 11:34 -0700, Khem Raj wrote: > On Wed, Jul 6, 2011 at 11:10 AM, Richard Purdie > <richard.purdie@linuxfoundation.org> wrote: > > On Wed, 2011-07-06 at 11:06 -0700, Khem Raj wrote: > >> On Wed, Jul 6, 2011 at 1:06 AM, Richard Purdie > >> <richard.purdie@linuxfoundation.org> wrote: > >> > On Tue, 2011-07-05 at 23:48 -0700, Khem Raj wrote: > >> >> On Tue, Jul 5, 2011 at 2:09 PM, Khem Raj <raj.khem@gmail.com> wrote: > >> >> > With this changeset we add new recipes for 0.9.32 and make that default > >> >> > preference. Then the git recipe are moved to track the latest master. > >> >> > systemd related fixes are separately applied to both git recipe and 0.9.32 > >> >> > recipes > >> >> > > >> >> > Both sets work for arm,mips,ppc,x86,x86-64 > >> >> > > >> >> > Thanks > >> >> > -Khem > >> >> > > >> >> > > >> >> > The following changes since commit 4eb3abaa5f4b5df0314dc0d503298d65cd203259: > >> >> > > >> >> > uclibc-0.9.32: Implement execvpe and refresh scheduler functions (2011-07-05 13:53:05 -0700) > >> >> > > >> >> > are available in the git repository at: > >> >> > git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-0.9.32 > >> >> > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-0.9.32 > >> >> > > >> >> > Khem Raj (5): > >> >> > uclibc: Add recipes for 0.9.32 release > >> >> > tcmode-default: Define UCLIBCVERSION and set it to 0.9.32 > >> >> > uclibc_git: Move SRCREV past 0.9.32 release > >> >> > >> >> I have update PV in above commit to 0.9.32+0.9.33-rc0 instead of > >> >> 0.9.32+gitr${SRCPV} which is troublesome to use with git > >> > > >> > Can you expand a little more about what was troublesome with it? > >> > > >> > Is there a revision being specified for the uclibc git recipe? > >> > >> since its master git I have to change SRCREV frquently and if I do not bump > >> PR it ends up with dependency problems while generating image since > >> the SHAs are random > >> and they are getting into PV sometimes opkg thinks the version is > >> smaller than the previous > >> one and opkg does not like it. that aside 0.9.32+0.9.33-rc0 explains > >> the recipes PV better IMO > > > > Could you at least add the SRCREV you're using the recipe please? I > > didn't look really hard but I couldn't seem to find it when I last > > looked... > > huh. They are in recipes see toward the end here > > http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/commit/?h=kraj/uclibc-0.9.32&id=ce07260090bbc11801e96657f1596ec23f793cce > > and for 0.9.32 here > > http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/commit/?h=kraj/uclibc-0.9.32&id=49aea570ecc45bb7a655d9ca955272c3734c8696 > > or do u mean in some other form ? No, I just missed somehow when reading the patch originally, I was surprised it wasn't there... Cheers, Richard
With this changeset we add new recipes for 0.9.32 and make that default preference. Then the git recipe are moved to track the latest master. systemd related fixes are separately applied to both git recipe and 0.9.32 recipes Both sets work for arm,mips,ppc,x86,x86-64 Thanks -Khem The following changes since commit 4eb3abaa5f4b5df0314dc0d503298d65cd203259: uclibc-0.9.32: Implement execvpe and refresh scheduler functions (2011-07-05 13:53:05 -0700) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-0.9.32 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-0.9.32 Khem Raj (5): uclibc: Add recipes for 0.9.32 release tcmode-default: Define UCLIBCVERSION and set it to 0.9.32 uclibc_git: Move SRCREV past 0.9.32 release uclibc_git: Implement execvpe and refresh scheduler functions uclibc-0.9.32: Implement execvpe and refresh scheduler functions meta/conf/distro/include/tcmode-default.inc | 3 + ...rch-Free-UCLIBC_HAS_FPU-setting-from-depe.patch | 0 ...fd.h-SFD_NONBLOCK-for-mips-is-0200-unlike.patch | 0 .../uclibc/uclibc-0.9.32/argp-headers.patch | 581 +++ .../uclibc/uclibc-0.9.32/argp-support.patch | 5189 ++++++++++++++++++++ .../uclibc-0.9.32/compile-arm-fork-with-O2.patch | 21 + .../detect-bx-availibility.patch | 0 .../epoll-asm-fix.patch | 0 .../include-arm-asm.h.patch | 0 ...so_use_arm_dl_linux_resolve_in_thumb_mode.patch | 21 + .../uclibc/uclibc-0.9.32/mips/uClibc.machine | 16 + .../uclibc/uclibc-0.9.32/orign_path.patch | 183 + .../uclibc/uclibc-0.9.32/powerpc_copysignl.patch | 107 + .../remove-eabi-oabi-selection.patch | 0 .../remove-sub-arch-variants.patch | 0 .../remove_attribute_optimize_Os.patch | 186 + .../uclibc/uclibc-0.9.32/rtld_no.patch | 215 + .../select-force-thumb.patch | 0 .../transform-eabi-oabi-choice.patch | 0 .../uclibc/uclibc-0.9.32/uClibc.distro | 184 + .../uclibc/uclibc-0.9.32/uClibc.machine | 14 + .../uclibc-0.9.32/uclibc-arm-ftruncate64.patch | 13 + .../uclibc/uclibc-0.9.32/uclibc-execvpe.patch | 160 + .../uclibc-0.9.32/uclibc_enable_log2_test.patch | 30 + .../uclibc-0.9.32/uclibc_scheduler_update.patch | 455 ++ .../uclibc-git/append_UCLIBC_EXTRA_CFLAGS.patch | 33 - .../uclibc/uclibc-git/orign_path.patch | 42 +- .../uclibc/uclibc-git/reorder-use-BX.patch | 72 - meta/recipes-core/uclibc/uclibc-git/rtld_no.patch | 83 +- meta/recipes-core/uclibc/uclibc-git/uClibc.distro | 3 + .../uclibc/uclibc-git/uclibc-execvpe.patch | 160 + .../uclibc-git/uclibc_scheduler_update.patch | 455 ++ meta/recipes-core/uclibc/uclibc-initial_0.9.32.bb | 39 + meta/recipes-core/uclibc/uclibc_0.9.32.bb | 32 + meta/recipes-core/uclibc/uclibc_git.bb | 23 +- 35 files changed, 8139 insertions(+), 181 deletions(-) rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/0001-Config.in.arch-Free-UCLIBC_HAS_FPU-setting-from-depe.patch (100%) rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/0001-mips-signalfd.h-SFD_NONBLOCK-for-mips-is-0200-unlike.patch (100%) create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/argp-headers.patch create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/argp-support.patch create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/compile-arm-fork-with-O2.patch rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/detect-bx-availibility.patch (100%) rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/epoll-asm-fix.patch (100%) rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/include-arm-asm.h.patch (100%) create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/ldso_use_arm_dl_linux_resolve_in_thumb_mode.patch create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/mips/uClibc.machine create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/orign_path.patch create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/powerpc_copysignl.patch rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/remove-eabi-oabi-selection.patch (100%) rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/remove-sub-arch-variants.patch (100%) create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/remove_attribute_optimize_Os.patch create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/rtld_no.patch rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/select-force-thumb.patch (100%) rename meta/recipes-core/uclibc/{uclibc-git => uclibc-0.9.32}/transform-eabi-oabi-choice.patch (100%) create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uClibc.distro create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uClibc.machine create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uclibc-arm-ftruncate64.patch create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uclibc-execvpe.patch create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uclibc_enable_log2_test.patch create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/uclibc_scheduler_update.patch delete mode 100644 meta/recipes-core/uclibc/uclibc-git/append_UCLIBC_EXTRA_CFLAGS.patch delete mode 100644 meta/recipes-core/uclibc/uclibc-git/reorder-use-BX.patch create mode 100644 meta/recipes-core/uclibc/uclibc-git/uclibc-execvpe.patch create mode 100644 meta/recipes-core/uclibc/uclibc-git/uclibc_scheduler_update.patch create mode 100644 meta/recipes-core/uclibc/uclibc-initial_0.9.32.bb create mode 100644 meta/recipes-core/uclibc/uclibc_0.9.32.bb