Displaying 20 results from an estimated 20000 matches similar to: "Klibc License"
2010 Feb 26
0
Patches for klibc 1.5.1x
Hello,
in OpenEmbedded we build kexec-tools and kexecboot statically linked
against klibc.
So we gathered some patches for klibc_1.5.15 here:
http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/klibc
Patches and utils have been added (wc, losetup, modprobe) as well as
fs-detection for vfat and jffs2.
Perhaps someone can find something useful...
We are waiting for the 1.5.16 release
2011 Jul 26
0
[PATCH] add support for kexec_load()
With some hacks kexec-tools can compile against klibc.
On the klibc side only this syscall addition is missing.
The patch has been carried in OpenEmbedded klibc for some time.
Signed-off-by: Thomas Kunze <thommycheck at gmx.de>
Signed-off-by: Yuri Bushmelev <jay4mail at gmail.com>
Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
Signed-off-by: maximilian attems <max at
2010 Jul 05
5
version compatibility between linux and klibc
Are there any version compatibilities between linux and klibc? I tried to
compile the latest klibc (1.5.18) with the latest linux (2.6.32.15) and
there is miserable compile failures. It looks like klibc wants some headers
to be in include/asm (linked in my case to include/asm-x86) but they are
instead in include/asm-generic (it seems all headers but one are in there).
I put together this script
2011 Aug 08
1
[socket.h] add (more) missing definitions
Hello,
to compile kexec-tools statically against klibc we still need a patch
for socket.h, otherwise:
| kexec/ifdown.c:46:16: error: 'SIOCGIFCONF' undeclared (first use in
this function)
| kexec/ifdown.c:46:16: note: each undeclared identifier is reported
only once for each function it appears in
| kexec/ifdown.c:65:18: error: 'SIOCSIFFLAGS' undeclared (first use in
this
2011 Aug 08
0
klibc and cross-compilation
Hello,
I'm trying to maintain the recipes for cross-building klibc in OpenEmbedded.
Now, I still have a couple of doubts about packaging: first one is
about klcc, which we have to rename blah-blah-klcc and to install in
our sysroot.
This file contains the paths of the toolchain, so it is not suitable
for deployment on target device and we split the recipe and call it
klcc-cross.
But I see
2010 Mar 14
0
[patches] klibc review unsorted patch queue
hello hpa,
please review this unsorted patch queue,
as I wasn't sure about them they didn't land yet in todays
pull request.
thanks
max
git clone git://git.debian.org/users/maks/klibc.git test
Thomas B?chler (1):
klcc: compile shared by default
jeremy buisson (1):
[klibc] sparc64: fix bad 32 bits socket syscalls
maximilian attems (1):
[klibc] add losetup utils
the
2011 Jul 27
0
klibc 1.5.24 release
Enough small fixes have pilled up to make it worth a release:
A Google patch adds sched_setaffinity, sched_getaffinity support.
Openembedded uses kexec_load(). Gentoo folks add a Kbuild fix.
ipconfig no longer wild guesses a nameserver when none is provided
by the DHCP server. strndup() and unlinkat() saw fixes for various
problems. codingstyle cleanup in kinit and tools.
git repository:
2013 Apr 22
1
Recent kexec-tools and klibc on x86/x86-64
Hello,
trying to update to the latest kexec version I'm blocked by the lack
of basename() and vfscanf() in klibc.
I've noticed it only recently because I'm building almost exclusively for arm.
This commit intruduced the issue:
http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/commit/kexec/arch/i386/x86-linux-setup.c?id=3bf0213789d56054f601c5a06372f78567aacdd9
Has
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
hello hpa,
here my birthday submission :)
please pull:
git pull git://git.debian.org/users/maks/klibc.git maks
Sam fixed a longstanding x86_32 build bug, thus it seems a good time
to flush the queue of the piled up patches, the shortlog tells it:
Aurelien Jarno (1):
[klibc] sh4: syscalls fixes
Benjamin Cama (1):
[klibc] fstype: btrfs size endianness fix
Mike Waychison (2):
2020 Sep 16
3
Newer versoin of tar 1.26 on Centos 7
Is it possible to find a repository that hold a newer version of tar.
The current version is 1.26
I have some students trying to build Yocto project on my Centos 7 host,
but OpenEmbedded reports incompatibility problems with the current
version of tar.
I thank you on beforehand for any help.
|<
--
Med venlig hilsen
Klaus Kolle
Teknikumingeni?r, B.Sc.EE., e-mail : klaus at kolle.dk
2019 Nov 22
2
Using the Yocto Project for Upstream Testing
On 11/22/19 2:46 PM, David Blaikie wrote:
> Sorry, I'm not sure I follow/understand your email, or what sort of
> replies/responses/discussion you're hoping to get from it - perhaps
> you could rephrase and/or provide more detail?
David,
Sorry its more to give you guys a heads up in case they ask about it
being of interest and know that
its something of interest outside that
2020 Sep 16
0
Newer versoin of tar 1.26 on Centos 7
I have no idea what 'Yocto' is, but CentOS 7 includes two other tar utilities: 'bsdtar' and 'star'
Maybe one of those will give you what you need?
James Pearson
________________________________________
From: CentOS <centos-bounces at centos.org> on behalf of Klaus Kolle <klaus at kolle.dk>
Sent: 16 September 2020 12:13
To: centos at centos.org
Subject:
2013 Apr 09
1
Passwording a simple anonymous share
I have an embedded box (Yocto Project based linux distro) to which I'm
adding Samba 3.6 (from OpenEmbedded). All I need it for is to provide one
browsable file share that allows read/write access to anyone on the network.
But I want it to be password protected.
My best guess as to what goes into smb.conf is:
[global]
workgroup=WORKGROUP
netbios name=MACHINE
security=share
2019 Feb 17
2
Cross compile R for ARM target
Dear all,
I am currently trying to cross compile R3.5.2 using X86 host and trying to cross compile for ARM target (raspberry pi 3 running on linux system generated by buildroot).
The problem I am encountering is that the compilation fails because the current R buildsystem I trying to execute the R binary generated for Arm arch on the host X86 computer.
My question is: Is there an R
2010 Feb 10
1
License for klibc tools?
Hello,
I have to know under which license the nfsmount and ipconfig tools are
distributed. I cannot find any reference to any license anywhere. Some C
files contain a hints to GPL in the source and one folder contains a BSD
license, but for most of the package, I can find nothing.
Thanks for the replies.
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2019 Feb 17
0
Cross compile R for ARM target
Hi Samir,
I do publish ports of the latest R releases for arm64 on CRAN. Not sure what
you mean by R dev, but if you are looking for R 3.5.2 on Debian, you can
install that using the instructions on CRAN
https://cran.r-project.org/bin/linux/debian/
Disclaimer: I have no experience with cross compilation, buildroot or Yocto. I
just build R on the raspi 3 running Debian stable.
Kind
2019 Feb 17
0
Cross compile R for ARM target
Hi,
you can find the packages here
https://cran.r-project.org/bin/linux/debian/stretch-cran35/
Kind regards,
Johannes
Am Sonntag, 17. Februar 2019, 13:28:20 CET schrieb Samir Mouhoune:
> Hi Johannes,
>
> Thank you for your quick feddback.
>
> As I am using linux os build with buildroot on my raspberry pi I can't use
> package manager such as apt-get to install R.
2019 Feb 17
2
Cross compile R for ARM target
Hi Johannes,
Thank you for your quick feddback.
As I am using linux os build with buildroot on my raspberry pi I can't use package manager such as apt-get to install R.
What I need to do is to get the precompiled R for arm arch and then when I build my linux image using buildroot I include the R precompiled package to my rootfs.
Could you please send me a link where I can download
2013 Jul 24
4
Does anyone think a mini-Samba server would be useful?
I'm working on a couple of Yocto Project based embedded projects, one using
a Gumstix Overo board and the other using an Intel Atom motherboard. Both
need a simple Samba server, which isn't included in the standard build. The
only existing Yocto-compatible recipe for Samba is an OpenEmbedded one for
version 3.6.8. I was quite surprised to find that adding Samba almost
tripled the size of
2019 Jan 25
0
[klibc:update-dash] builtin: Greater resolution in test -nt / test -ot
Commit-ID: bae97a14a3dab910cd57c1d36003b18a869f788f
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=bae97a14a3dab910cd57c1d36003b18a869f788f
Author: Martijn Dekker <martijn at inlv.org>
AuthorDate: Wed, 7 Mar 2018 17:32:29 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] builtin: Greater resolution