search for: yocto

Displaying 20 results from an estimated 57 matches for "yocto".

2018 Nov 15
5
Lightweight build of smbclient only
...mbclient in an embedded Linux system, to copy files to a Windows file share. I don't need the entire samba suite. I'd like to get a smbclient compile that is reasonably small (less than 3 MB ideally). I'm building the embedded Linux system cross-compiled for an ARM based platform using Yocto. Yocto has support for building samba. But it is aimed at the complete samba suite, whereas I really only want smbclient. In the past I've been able to cut it down reasonably to just the smbclient. But in the last year, changes to samba and the Yocto samba package have made it more difficult to...
2017 Mar 21
1
I/O error
...error >> message is the only info I've got by now. It seems nothing else can be >> got from syslinux shell without modifiying the code. >> >> I've tried to make it load the kernel image that was build for my host >> (originally I was using kernel image built in Yocto) and it did boot, so >> maybe this is where the problem is. Looks like adding debug prints can't >> be avoided. >> >> Thanks, >> Anton >> > > > A: Because it fouls the order in which people normally read text. > Q: Why is top-posting such a ba...
2019 Nov 16
2
Using the Yocto Project for Upstream Testing
Greetings All, I've already mentioned this on the GCC side but it seems that the Yocto Project has a class for testing upstream projects. The project is used for building embedded distributions but due to the ability with bitbake and the amount of supported upstream projects I've asked them to mention that other projects are interested in seeing this happen at the usual E...
2019 Nov 22
2
Using the Yocto Project for Upstream Testing
...t 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 project.  The Yocto and its related projects are a embedded build system. Since its goal is to build the whole custom embedded distribution I've suggested that they start testing upstream gcc/llvm. My reasoning is that while we have a testsuite for both having a software that builds and supports lots of real s...
2017 Mar 21
2
I/O error
...;d be glad to provide more details, but the error message is the only info I've got by now. It seems nothing else can be got from syslinux shell without modifiying the code. I've tried to make it load the kernel image that was build for my host (originally I was using kernel image built in Yocto) and it did boot, so maybe this is where the problem is. Looks like adding debug prints can't be avoided. Thanks, Anton On 03/21/2017 01:15 PM, Ady Ady via Syslinux wrote: >> Thanks Ady, >> >> tried current master and shortened path to /boot/vmlinuz. Same stuff. >> OST...
2019 Feb 17
2
Cross compile R for ARM target
...to execute the R binary generated for Arm arch on the host X86 computer. My question is: Is there an R branch supporting cross compilation for ARM target? Otherwise, is there pre compiled R dev that I can install on an ARM architecture? My last question, can we build R using buildroot or Yocto? If yes could you send me a link to yocto or buildroot branch allowing to build R? Thank's in advance for your support Best Regards, Samir MOUHOUNE Senior Principal Embedded Linux Engineer Technical R&D product manager OSMOS Group 37, rue la perouse 75116 PARIS T?l: +331 70 23 97...
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 Master of IT www...
2019 Feb 17
2
Cross compile R for ARM target
...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 regards, Johannes Am Sonntag, 17. Februar 2019, 10:40:26 CET schrieb Samir Mouhoune: > 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...
2015 Sep 24
2
Trying to create bootable USB flash drive WITHOUT persistence
I've got an embedded x86 system built with Yocto, which boots from a USB flash drive. It uses a loop mount to give access to an ext3 root file system contained within a FAT16 file, which means it has persistent storage. What I want is something that boots from the flash drive, but copies everything into a large RAM disk, and runs from there, so t...
2019 Feb 14
1
Trying to compile icecast in Toradex apalis imx6
Hi! I'm using a Toradex apalis imx6 board to make a project for my bussiness and I need Icecast running on it, but I can't compile it in the board. It shows an error in "xslt" while compiling- I'm using Yocto. Do yow have any idea how can I compile Icecast source code in my Toradex apalis board without using this xslt? Thanks in advance! <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Livre de vírus. www.avast.com <htt...
2018 Nov 16
0
Lightweight build of smbclient only
...n an embedded Linux system, to copy files to a Windows file share. I don't need the entire samba suite. I'd like to get a smbclient compile that is reasonably small (less than 3 MB ideally). > > I'm building the embedded Linux system cross-compiled for an ARM based platform using Yocto. Yocto has support for building samba. But it is aimed at the complete samba suite, whereas I really only want smbclient. In the past I've been able to cut it down reasonably to just the smbclient. But in the last year, changes to samba and the Yocto samba package have made it more difficult to...
2019 Feb 17
0
Cross compile R for ARM target
...rts 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 regards, Johannes Am Sonntag, 17. Februar 2019, 10:40:26 CET schrieb Samir Mouhoune: > 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...
2015 Sep 24
0
Trying to create bootable USB flash drive WITHOUT persistence
On Wed, Sep 23, 2015 at 9:29 PM, Paul D. DeRocco via Syslinux <syslinux at zytor.com> wrote: > I've got an embedded x86 system built with Yocto, which boots from a USB > flash drive. It uses a loop mount to give access to an ext3 root file > system contained within a FAT16 file, which means it has persistent > storage. What I want is something that boots from the flash drive, but > copies everything into a large RAM disk, and r...
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...
2017 Oct 27
2
[fdo] Freedesktop sdk aka 'tiny base runtime' project
...he base runtime. * Implement an effective strategy for security updates to the runtime. * Ensure that the base runtime works with the relevant tooling in Flatpak and GNOME Continuous. * Replace flatpak builder with BuildStream to generate flatpak SDKs. * Replace Freedesktop Base Runtimes (based on YOCTO) with the base runtime. * Lastly, replace the GNOME Continuous (based on YOCTO) with the base runtime. ## Roadmap 1) Make Buildtream-based SDK a dropin-replacement of the current one 2) Replace BaseSDK completely with BuildStream's Freedesktop SDK 3) Migrate to Freedesktop Infra 4) Convert G...
2019 Feb 17
0
Cross compile R for ARM target
...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 regards, > > Johannes > > Am Sonntag, 17. Februar 2019, 10:40:26 CET schrieb Samir Mouhoune: > > Dear all, > > > > I am currently trying to cross compile R3.5.2 using X86 host and trying &...
2024 Feb 08
12
[Bug 3666] New: sshd crash
https://bugzilla.mindrot.org/show_bug.cgi?id=3666 Bug ID: 3666 Summary: sshd crash Product: Portable OpenSSH Version: 8.2p1 Hardware: Other OS: Linux Status: NEW Severity: critical Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter:
2014 Dec 24
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
...It will be used when the target is a extX device or file block, and > work as before when the target is a directory. > * It will be used for both modifing the existing adv when > update_only == -1, and install the files to the filesystem. > > We will begin to use this feature in Yocto Project once it is fine to > the syslinux community. > I believe we should unify this with the syslinux installer, which is used for unmounted FAT filesystems. Ideally we should unify that with the extlinux installer too, but that may be a later project. -hpa
2017 Mar 21
0
I/O error
...e details, but the error > message is the only info I've got by now. It seems nothing else can be > got from syslinux shell without modifiying the code. > > I've tried to make it load the kernel image that was build for my host > (originally I was using kernel image built in Yocto) and it did boot, so > maybe this is where the problem is. Looks like adding debug prints can't > be avoided. > > Thanks, > Anton > A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the mo...
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> S...