Hi Felix,
I presume you are talking about
https://github.com/thiagoralves/OpenPLC_v3/tree/master? In that case, what
*actually* runs in that installation script is
https://github.com/thiagoralves/OpenPLC_v3/blob/master/background_installer.sh,
which is a highly general purpose distribution targete
ote:
>
>>
>> Hey. Just so you know the dates you list in the CFP are a little off.
>>
>> October 25th is a Friday, not a Monday.
>>
>> Same for the other three dates. Not sure if it will confuse anyone...
>>
>>
>> On 10/3/2024 5:16 AM, Josef
pinging @helpd...@yoctoproject.org
On Sat, Oct 26, 2024 at 1:16 PM joao.ccabral via lists.yoctoproject.org
wrote:
> Almost all the folders on the page
> http://downloads.yoctoproject.org/releases/yocto/ give 403-Forbidden with
> a nginx template.
> All the folders/versions changed in 2024-Jul-3
Submit your talk now!
-->
https://pretalx.com/yocto-project-summit-2024-12/cfp
<--
The Yocto Project® *Virtual* Summit 2024.12 is a virtual technical
conference for engineers, open source technologists, students and academia
in the OSS space.
Event Schedule
- Tuesday, Dec 3nd - Thursday, Dec
Leon Woestenberg schrieb am Do., 17. Juni 2021, 14:17:
> Hello all,
>
> In some other build systems the generated SDK can be used to also
> generate an image. Thus the SDK allows development against the target
> sysroot using the prebuilt host and target tools, as well as
> (re)generate the targe
Howdy!
Am 29.06.2021 um 01:28 schrieb Jonas Vautherin:
I was thinking about my issue described here [1], and discovered the
variables called COMPATIBLE_MACHINE and COMPATIBLE_HOST, which "you can
use to stop recipes from being built for machines (/hosts) with which
the recipes are not compatib
Howdy!
Am 08.08.2021 um 16:11 schrieb chiefsleepy...@gmail.com:
I'm new to yocto so forgive me if this has been answered before. I
searched a number of resources and wasn't able to find an answer. I've
been able to install yocto and make modifications to the bblayers.conf
and local.conf file
Howdy!
Am 07.08.2021 um 02:25 schrieb John Klug:
I am using dunfell.
In the documentation I see:
https://www.yoctoproject.org/docs/current/bitbake-user-manual/bitbake-user-manual.html#unsetting-variables
In case some filter removes the yocto URL, I am referring to:
docs/current/bitbake
Howdy!
Am 27.08.2021 um 10:10 schrieb Ivan Riabtsov:
Hi All. i need to build mbpoll git://github.com/epsilonrt/mbpoll
I was created layer:
ivr@home-machine:~/work/yocto_orig/sources/meta-mbpoll/recipes-mbpoll/mbpoll
$ cat mbpoll_1.4.11.bb
SUMMARY = "bitbake-layers recipe"
DESCRIPTION = "mbpoll
(re-adding list)
Am 27.08.2021 um 11:17 schrieb Ivan Riabtsov:
maybe mbpoll is not cloned? I found the custom-rts.c file on the
mbpoll website and try to search for it in the build directory, but I
can't find anything
my mbpoll_1.4.11.bb file:
SUMMARY = "bitbake-layers recipe"
DESCRIPTION = "m
Brutally honest:
Yes it can. No you won't be able to do it without reading the docs.
schrieb am Mi., 13. Okt. 2021, 08:51:
> I am looking at various distributions to move to from my existing one -
> without wanting to wade through another lots of documentation - can the
> Yocto buid
> 1) be con
Add the
BSP layer, set MACHINE.
> ---John
>
>
> On 2021-11-01 05:55, Josef Holzmayr wrote:
> > jchludzinski via lists.yoctoproject.org [1]
> > schrieb am Mo., 1.
> > Nov. 2021, 07:27:
> >
> >> NEWBIE question!
> >>
> >> I tried building a
Am 19.11.2021 um 10:02 schrieb lucapirozzi via lists.yoctoproject.org:
Hi everyone,
I'm trying to remove some application, some of them packages and other
being busybox parts.
I'm trying to remove hexdump from my image and I configured every
busybox defconfig to have CONFIG_HEXDUMP and its
(re-adding list)
Am 19.11.2021 um 10:11 schrieb lucapirozzi via lists.yoctoproject.org:
Hi Joseph,
thank you for replying.
Shall I use oe-pkgdata-util find-patch this way?
oe-pkgdata-util find-path /usr/bin/hexdump
Because it gives me an error
ERROR: Unable to find any package producing pat
Hi Rayaan,
> On 10. Feb 2022, at 10:29, ray...@skeg.com wrote:
> I am new to yocto and in need of assistance please.
>
> Could someone please assist me with getting DKMS included in my build.
>
> my platform is: stm32mp1
Currently DKMS is not supported in Yocto/OE and there are no imminent pla
Howdy!
> On 11. Feb 2022, at 20:03, Howard wrote:
>
> Hi:
>
> I have a simple recipe that installs a few miscellaneous files, one of the
> files may or may not be present and in reality that's ok for the moment, but
> I don't see a way to do things in a recipe based on the presence or absence
Howdy!
> On 13. Feb 2022, at 19:04, Alexander Kanavin wrote:
>
> Even if you do manage to start a build, performance won't be great.
> Yocto, by design, builds the entire stack from source, so a lot of CPU
> cores is essential. Don't spend your time waiting, get an
> appropriately specced Linux
Howdy!
Karthik Poduval schrieb am Mi. 2. März 2022 um
04:23:
> This concept of user vs debug builds is there in Android and any
> Android developer who gets introduced to yocto may look for these
> options. There seem to be many implementation choices here, trying to
> summarize some of the opti
Howdy!
Just pack a more recent Ubuntu into the container engine of your least dislike
- docker usually does the trick well enough if you can go with its license
situation, otherwise podman is an interesting option.
Greetz,
Josef
> On 3. Mar 2022, at 19:06, Daniel Ammann wrote:
>
> Hi,
>
> I
As already pointed out on IRC, the only real solution is:
a) removing the shipped binaries from the install (as Khem also mentioned)
and b) making the module re-build the binaries using the cross
toolchain that the rest of the build also uses.
Greetz
Am Di., 12. Apr. 2022 um 00:26 Uhr schrieb Ale
Howdy!
Am Do., 5. Mai 2022 um 10:43 Uhr schrieb jchludzinski via
lists.yoctoproject.org
:
>
> OK, let's go with that.
>
> I've watched the "Live Coding with Yocto Project #1: download and first
> build" youtube video. Where is the BSP built in this procedure?
The BSP that is implicitly used in th
Its sunny, it is summer, you're just back from vacation? Nothing better to
get into the flow again than writing a proposal for the 2023.11 edition of
the Yocto Project Summit!
We love to hear about all your Yocto things. What you made, what you broke,
what you learned, what you created.
The CFP i
Summer vacation is over, so what is the next thing to focus on? Sharing
your The Yocto Project, A Linux Foundation Project Kung-Fu, war stories,
use cases...
And the best place to do so is the Yocto Project Summit 2023.11 - the CFP
is already open. We are eager to read your submissions!
https://s
Howdy!
We are happy to announce this years OEDvM taking place on Friday December
1st, 2023.
Bring your topics and challenges for discussion, or just join for the
networking.
As usual, the main organization will happen through the OpenEmbedded Wiki,
with the event page being located at
https://ww
As you did not provide any meaningful information (no errors, no source, no
logs), maybe you should start there if you expect people to help you.
For documentation, please see
https://docs.yoctoproject.org/kernel-dev/common.html#working-with-out-of-tree-modules
Greetz,
Josef
On Wed, Sep 20, 2023
The countdown is ticking! At the moment the CFP for the Yocto Project
Summit 2023.11 is still open, but will close on Monday, October 2nd, 2023.
So made sure to submit this weekend!
https://summit.yoctoproject.org/yocto-project-summit-2023-11/cfp
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all mes
Hi Daniel,
adding it to IMAGE_BOOT_FILES should do the trick.
Greetz,
Josef
On Sun, Oct 1, 2023 at 10:35 PM wrote:
> Hi,
>
> I am struggling to add a device tree overlay to the linux kernel.
>
> I am on the kirkstone branch and my recipe (linux-raspberrypi_%.bbappend)
> looks like this:
>
>
>
Registration are open now! Join us for the Yocto Project Summit 2023.11 to
not only hear about the latest and greatest, but also challenges and
solutions from the whole community.
https://summit.yoctoproject.org/yocto-project-summit-2023-11/
Josef,
on behalf of the organization committee
-=-=-=-
Please see https://wiki.yoctoproject.org/wiki/System_Update
Full disclosure: I work for Mender, which is one of the mentioned OTA
solutions - mender.io
Greetz,
Josef
On Mon, Oct 9, 2023 at 2:56 PM MOHAMMED HASSAN
wrote:
> Hi guys,
> I want to know more about security updates in yocto.
> So gen
Hi Robert,
It has been discussed at numerous occasions. The main blocker is: we need a
commitment for the maintenance. So if a high-ranking member decides to push
forwards with this and allocate resources, or a new member from the RISC-V
ecosystem steps up to make it happen, then the project is al
We are hosting a workshop on Monday, February 5th 2024 in Brussels. Yes
exactly, the day right after FOSDEM. So make sure to extend your stay and
share your findings or the things you bring. How? By submitting to the OE
Workshop 2024 CFP. Open now and waiting for you.
https://pretalx.com/oe-ws-202
Hi Renato,
Replace it with
IMAGE_FSTYPES:remove = "rpi-sdimg"
The += operator is not meant to be used in combination with :append and
:remove.
Greetz,
Josef
On Wed, Dec 6, 2023 at 3:10 PM wrote:
> I'm building a Yocto image to Raspi Zero W and Mender. My configuration:
>
> MACHINE = "raspberry
Hi Renato,
I would suggest to start with the tutorial we have exactly for this usecase
here:
https://hub.mender.io/t/how-to-configure-networking-using-systemd-in-yocto-project/1097.
Once you have it replicated and working, add and modify the bits and pieces
that are specific to your requirements.
Hi Renato,
make sure that wifi is enabled and the required firmware is installed as
outlined in step 7 here:
https://hub.mender.io/t/how-to-configure-networking-using-systemd-in-yocto-project/1097
:
DISTRO_FEATURES:append = " wifi "
IMAGE_INSTALL:append = " linux-firmware-rpidistro-bcm43430 "
Gr
I guessed that you followed the tutorial from the meta-stargazer name :-)
However it does not answer if you really made sure that the firmware
package as pointed out is installed, through either local.conf or a custom
image. You can check the manifest file in the image deploy directory to
verify t
Hi all,
Following some discussions and suggestions to improve, the
yocto-patc...@lists.yoctoproject.org mailing list has been created. We want
to move Yocto Project-specific patches and their discussion over to that
list in order to have a clearer separation and therefore go-to address for
contrib
Hi Matt,
That's just not possible. A recipe can not know which image is being built.
Reason: the packaged outputs from recipes are used for all images that
depend on them, so they need to be image agnostic. If you need to trigger
something across various recipes, then use a DISTRO wide configurati
Hi Gerd,
As much as we love your enthusiasm - four mails on basically the same issue
in just a matter of hours are a bit much. Remember, this is a list where
community volunteers share their advice.
As you say "I have a scarthgap image that is constantly crashing during
boot, it is (more or less)
Hi Patryk,
The Mender dude here :-)
As already pointed out by Logan, yeah, the most straightforward thing is to
use the delta updates feature which we offer, as it already packages the
workflow in a known good way. And for larger fleets, the delta generation
can also be moved to the hosted backen
Howdy there!
We're happy to finally announce the Yocto Project Mini-Summit taking place
the day before ELC-E in Dublin!
Monday, September 12th, 2022 | 2:00 – 5:30 PM
Location: Convention Centre Dublin
Registration Cost: $25
Bring your boards, your questions, your problems, and your solutions to
Hi Maik,
this is a number of things being mixed up.
1) a recipe cannot affect another recipe. the image is a recipe, sshd is a
recipe. so you either can set this in a bbappend to thesshd recipe, or in a
config file (distro, machine, local) - but not in the image.
2) the override separator is : the
Hi Martin,
its Yocto chant #1: "Recipe data is local, configuration data is global."
Means: whatever happens in a recipe, other recipes can't see it. Whatever
happens in a configuration file (local, machine, distro), it is visible
everywhere. An image is just a recipe, in the end - so whatever yo
Re-adding list, as I think this is valid information for all Yocto users.
On Thu, Nov 3, 2022 at 10:24 PM martin.leduc via lists.yoctoproject.org
wrote:
> Ok, I get that. If DISTRO_FEATURES is settable only into local.conf, what
> are the other variables valid into the local.conf only?
No, th
Again re-adding list
On Thu, Nov 3, 2022 at 10:40 PM martin.leduc via lists.yoctoproject.org
wrote:
> Per example, in poky/meta... I found the core-image-minimal.bb (bitbake
> core-image-minimal), pulling on the core-image.bbclass, pulling on
> images.bbclass by using the inherit keyword.
>
For the record - Yocto chant #1:
Recipe data is local - configuration data is global.
On Thu, Nov 17, 2022 at 4:30 PM Quentin Schulz via lists.yoctoproject.org
wrote:
> Hi Maik,
>
> On 11/17/22 16:22, Maik Vermeulen wrote:
> > Hi,
> >
> > Depending on the image that's being built, e.g. developm
It can always be added if is is found useful and robust. We tend to be
careful about taking things into core layers as long as those two concerns,
plus the maintenance commitment are not clear. Technical debt is a real
problem.
On Thu, Nov 17, 2022 at 2:05 PM Yishai Jaffe wrote:
> Seems like a s
Is it maybe the restricted network access thats biting you?
See third item:
https://docs.yoctoproject.org/migration-guides/release-notes-4.0.html#new-features-enhancements-in-4-0
On Wed, Dec 7, 2022 at 2:37 PM Bruce Ashfield
wrote:
> On Tue, Dec 6, 2022 at 5:07 PM Christopher Friedt
> wrote:
>
Hello all you Open, Embedded, and even OpenEmbedded people out there!
This is your gentle reminder that we are hosting an OE Workshop in Brussels
on Monday, February 6th - the day after FOSDEM at Avenue Louise 523, 1050
Brussels, Belgium.
Find a preliminary schedule at
https://pretalx.com/openemb
Randomly removing things just does not work (TM).
Bitbake builds only what you tell it to anyways, so whatever you see in
your build is directly (because it goes into the resulting image) or
indirectly (because it is needed to build the resulting image) defined by
your target. So the things you ca
On Fri, Apr 21, 2023 at 6:01 AM Khem Raj wrote:
> there are several options that can be used for OTA with yocto project.
>
> mender
> https://mender.io/
> https://github.com/mendersoftware/meta-mender
I am currently working on a comprehensive list of boards/releases that are
directly supported
Hi all!
We are happy to have an in-person Dev Day again, colocated with the EOSS in
Prague. It will take place on Monday June 26th, and it... (wait for it)...
needs YOU!
Specifically, it needs your ideas, your experience, your stories. Shared
them! The CFP is open now, use those cold and rainy da
My guess is that you are on a recent release, which as changed syntax. To
add files to packages, you need:
FILES:${PN} += ...
But I agree with the other responders, please be as precise as possible.
Name your used versions please, for one thing.
The other part is that things will not be added to
Thank you Nico for the five years in which we had the pleasure of working
together for the growth and future of the Yocto Project and OpenEmbedded.
Your contributions and insight will be missed - but hopefully not you as a
person. We will meet again, over a drink, and talk of the olde times...
And
For Mender there is a pretty detailed guide on how to build and run a demo
image at
https://docs.mender.io/operating-system-updates-yocto-project/build-for-demo
Various board integrations are maintained on
https://github.com/mendersoftware/meta-mender-community, and/or documented
on hub.mender.io.
Hello there!
Time is running out for you if you'd like to speak at the Yocto Project
Developer Day in Prague on June 26th, 2023 in Prague, neatly colocated with
EOSS.
You have exactly...*checks clock* 3 hours and 44 minutes left to let us
know about the cool things you built, the riddles you solv
On Thu, Jul 13, 2023 at 8:56 AM wrote:
> But the default core-image-minimal also contains
>
> dpkg and apt packages
>
> These packages are not needed in my RFS. I tried removing them with:
Chances are that you have the package-management IMAGE_FEATURE set. Remove that.
https://docs.yoctoproject.o
See
https://docs.yoctoproject.org/4.0.4/migration-guides/migration-4.0.html#fetching-changes,
last bullet.
On Sat, Jul 22, 2023 at 7:06 AM wrote:
>
> Hi, experts
>
> I'm moving my bb recipe to kirkstone but met a problem which causing ssh
> operation in bb recipe failed. after some investigat
Howdy!
Am 27.05.2020 um 12:06 schrieb Siddhartha V:
Hello,
I built the image for Raspberrypi3B+ board. But when boot the board
gcc, apt, sudo were not there. Actually only the poweron and poweroff
and few basic commnds like, ls, mkdir, whoami were working. May I konw
what wrong I did whil
Howdy!
Am 10.06.2020 um 19:48 schrieb Mauro Ziliani:
Hi all.
This error
NOTE: Executing RunQueue Tasks
ERROR: When reparsing .do_rootfs, the basehash value
changed from 7419bfc242fa2eee9ce87b18ebf40d25 to
5b2654046d2ac406f3484b3286de0acd. The metadata is not deterministic and
this needs to
Howdy!
Am 24.06.2020 um 07:48 schrieb Nicolas Dechesne:
On Wed, Jun 24, 2020 at 3:12 AM Peter Budny wrote:
Hello all,
I have an unusual and uncommon situation, and could use some help to get Yocto
to do what I need.
I'm working on a legacy system which is being ported to use Yocto and Linu
Howdy!
Looks very much like you'll need to set up PACKAGECONFIG of rrdtool,
then it should provide rrdtool-perl.
See also:
http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb?h=master#n104
Greetz
Am 01.07.2020 um 11:50 schrieb ingemar0...@g
Howdy!
Am 01.07.2020 um 13:04 schrieb ingemar0...@gmail.com:
Hello Josef
Thanks for you reply!
From your link, it seems rrdtool recipe already give an alias as
`rrdtool-perl`, is it correct?
Exactly. If activated, then the rrdtool recipe already procides the
rrdtool-perl package.
Then
Howdy!
Am 01.07.2020 um 14:05 schrieb ingemar0...@gmail.com:
On Wed, Jul 1, 2020 at 04:46 AM, Josef Holzmayr wrote:
The correct place to do this is your DISTRO conf file.
Is this the correct way to set up it?
PACKAGECONFIG_pn-rrdtool="rrdtool rrdtool-perl"
Please
Howdy!
Am Sa., 7. Nov. 2020 um 16:04 Uhr schrieb Manuel Wagesreither
:
> ERROR: Task linux-dummy.do_fetch attempted to execute unexpectedly
> Task
> /data/proj/poky/build-bora-docker/tmp/work/containerx86_64-poky-linux/bora-container/1.0-r0/sdk-ext/image/tmp-renamed-sdk/layers/poky/meta-manwag/re
Howdy!
Am Mi., 11. Nov. 2020 um 08:18 Uhr schrieb Robert ber...@yocto.user
:
> So it looks like it's extensible SDK specific.
>
> Can you please try with the "standard" sdk instead of the extensible sdk
> to see if this works for you?
Tried that. Standard SDK works, it's definitely related to
Am Fr., 20. Nov. 2020 um 02:47 Uhr schrieb Khem Raj :
>
> On Thu, Nov 19, 2020 at 1:48 PM Sergey Ivanov wrote:
> >
> > Hi there.
> > Could anyone share a good approach/documentation/etc on how to
> > properly configure and use sysroot and sdk for a specific cmake - based c++
> > receipt
> > to be
Am Fr., 20. Nov. 2020 um 02:47 Uhr schrieb Khem Raj :
>
> On Thu, Nov 19, 2020 at 1:48 PM Sergey Ivanov wrote:
> >
> > Hi there.
> > Could anyone share a good approach/documentation/etc on how to
> > properly configure and use sysroot and sdk for a specific cmake - based c++
> > receipt
> > to be
Howdy!
Am Mi., 3. Feb. 2021 um 23:26 Uhr schrieb :
> Hi, I've just started making use of the CORE_IMAGE_EXTRA_INSTALL variable in
> my local.conf. I'm really confused about where everyone is finding valid
> names for the packages? I though maybe it was the recipe names in meta but
> I've run
Hi David!
Am Mo., 8. Feb. 2021 um 01:01 Uhr schrieb David Gartner :
> I found the issue that was causing my problem. Just an FYI if anyone else
> happens to run into this.
>
> There was a file named ".devtoolbase" in /mnt/YB. I think this was a remenant
> of some previous work I was doing with y
Howdy!
Am Mo., 8. Feb. 2021 um 11:52 Uhr schrieb Mauro Ziliani :
> In the image recipe I put
>
> image-recipe.bb
>
> IMAGE_INSTALL_append := " \
> recipe1 \
> "
>
> PREFERRED_VERSION_pn-recipe1 := "0.9"
As usual, recipe data is local, conf data is global. Setting things
that should affect ot
Howdy!
Thanks for sharing, a few comments inline.
Am Fr., 12. Feb. 2021 um 11:03 Uhr schrieb Simon Vogl :
>
> I have some remarks and questions about the npm/nodejs support in dunfell
> that I wanted to share. We are creating nodejs-based IoT edge solutions and
> upgrading our build environment
https://twitter.com/TheYoctoJester/status/1358865946790797324
Am Mo., 22. Feb. 2021 um 12:24 Uhr schrieb Robert P. J. Day
:
>
>
> colleague wants a recipe for libbpf:
>
> https://github.com/libbpf/libbpf
>
> would anyone have done that already and is willing to let me steal it?
>
> rday
>
>
>
Howdy!
Am Mo., 22. Feb. 2021 um 13:22 Uhr schrieb :
> I'm new to the Yocto Project. It is my first time posting a Yocto related
> question. If this is the wrong place, I apologize in advance.
No problem, welcome on board!
> I need to change the python installation location on my target from /us
(re-adding list as this certainly does not contain sensitive
information - others might add other opinions and hints, as well as my
answer should be available for everyone to find it.)
Am Mo., 22. Feb. 2021 um 14:35 Uhr schrieb :
>
> On Mon, Feb 22, 2021 at 04:57 AM, Josef Holzmayr
Am Di., 16. März 2021 um 10:49 Uhr schrieb Nicolas Dechesne
:
>
> On Tue, Mar 16, 2021 at 8:07 AM jchludzinski via
> lists.yoctoproject.org
> wrote:
> >
> > It certainly appears to be BUT I'm not certain what I'm looking at?
> >
> > What is meta-openembedded?
> >
> > Is it a GIT repo that can be c
Am Di., 30. März 2021 um 05:22 Uhr schrieb anthony.l via
lists.yoctoproject.org :
>
> Getting a message today
> Fetcher failure for URL: 'https://eula-downloads.yoctoproject.org/index.php'.
> URL https://eula-downloads.yoctoproject.org/index.php doesn't work. Please
> ensure your network is confi
are). I'd say it hardly
> matters what the default is, if the other options are well supported.
>
> Alex
Thats my take as well. By sysv being the default andsystemd being
massively used we almost automatically end up with good testing of both.
Greetz
--
———
Jos
find out the sizes of the things.
Greetz
--
———
Josef Holzmayr
Software Developer Embedded Systems
Tel: +49 8444 9204-48
Fax: +49 8444 9204-50
R-S-I Elektrotechnik GmbH & Co. KG
Woelkestrasse 11
D-85301 Schweitenkirchen
www.rsi-elektrotechnik.de
———
Amtsgericht I
wner: yocto+ow...@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
> [holzm...@rsi-elektrotechnik.de]
> -=-=-=-=-=-=-=-=-=-=-=-
--
———
Josef Holzmayr
Software Developer Embedded Systems
Tel: +49 8444 9204-48
Fax: +49 8444 9204-50
R-S-I Elektrot
-=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#47444):
> https://lists.yoctoproject.org/g/yocto/message/47444
> Mute This Topic: https://lists.yoctoproject.org/mt/63894854/3618269
> Group Owner: yocto+ow...@lists.yoctoprojec
ow...@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
> [holzm...@rsi-elektrotechnik.de]
> -=-=-=-=-=-=-=-=-=-=-=-
--
———
Josef Holzmayr
Software Developer Embedded Systems
Tel: +49 8444 9204-48
Fax: +49 8444 9204-50
R-S-I
ptable gpt --timeout=1
>
> 2) Or should I create a new recipe that builds the WIC and depends on
> the initramfs?
>
> Remember, I have no rootfs other than the (non-bundled) initramfs.
> Depending on the answers, I will come up with the issues I see.
--
———
Josef Holz
On Thu, Nov 28, 2019 at 12:53:54PM +0100, Leon Woestenberg wrote:
> On Thu, Nov 28, 2019 at 12:41 PM Josef Holzmayr
> wrote:
> > On Thu, Nov 28, 2019 at 12:11:52PM +0100, Leon Woestenberg wrote:
> > > Let me then first describe the issue I am having, which I think
into FAT through WIC.
> Or documentation on how to implement this correctly.
>
> Regards,
>
> Leon.
--
———
Josef Holzmayr
Software Developer Embedded Systems
Tel: +49 8444 9204-48
Fax: +49 8444 9204-50
R-S-I Elektrotechnik GmbH & Co. KG
Woelkestrasse 11
D-85301 S
you need, and not use runtime package management. If you want to
use it like a debian, and think it should behave like a debian, then you
probably should just run debian.
Yocto builds a custom distribution, therefore no "official" packages
exist.
Greetz.
--
———
Josef Holzmayr
On Fri, Nov 29, 2019 at 04:29:59AM -0800, keyurthumar0...@gmail.com wrote:
> On Fri, Nov 29, 2019 at 04:23 AM, Josef Holzmayr wrote:
>
> >
> > use it like a debian, and think it should behave like a debian, then you
>
> Hey thank you for the reply.
>
> I don
into
the image. It does *not* guarantee that they are already around when
some random, other recipe is being built.
So, first and foremost - sort out your dependencies.
There is some introductory information here:
https://youtu.be/IehnEC3GOGU
Greetz
--
———
Josef Holzmayr
Software Develo
xzcat, yes,
> zcat, zcip
Thats only halfways correct: busybox *CAN* provide sum, if configured
accordingly. It obviously is not, in your case. The easiest way to get
sum is probably to just pull in coreutils:
http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-core/coreutils/coreutil
, unlzop, unxz, unzip,
> > uptime, usleep, uudecode, uuencode, vconfig, vi, vlock, volname,
> > wall, watch, watchdog, wc, wget, which, who, whoami, xargs, xz,
> > xzcat, yes, zcat, zcip
>
> Thats only halfways correct: busybox *CAN* provide sum, if con
offer customization
tooling.
Greetz
--
———
Josef Holzmayr
Software Developer Embedded Systems
Tel: +49 8444 9204-48
Fax: +49 8444 9204-50
R-S-I Elektrotechnik GmbH & Co. KG
Woelkestrasse 11
D-85301 Schweitenkirchen
www.rsi-elektrotechnik.de
———
Amtsgericht Ingolst
is the error that I get.
> /bin/sh: 1: sum: not found
If a Makefile does such _stupid_ things, then better patch it. An
example of patching something like this is
https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/util-linux/util-linux/configure-sbindir.patch
which t
With that, I hope I could give a somewhat helpful but certainly
honest answer.
Greetz
[1]
https://stackoverflow.com/questions/58863254/how-to-manage-meta-layers-for-a-yocto-project-build-configs-in-git/58865947#58865947
[2]
https://www.yoctoproject.org/docs/3.0.1/dev-manual/dev-manual.html#mai
for 1.37 into your custom layer. By default,
the highet one gets chosen.
Greetz
--
———————
Josef Holzmayr
Software Developer Embedded Systems
Tel: +49 8444 9204-48
Fax: +49 8444 9204-50
R-S-I Elektrotechnik GmbH & Co. KG
Woelkestrasse 11
D-85301 Schweitenkirchen
www.rsi-elek
re it would have to go).
Greetz
--
———
Josef Holzmayr
Software Developer Embedded Systems
Tel: +49 8444 9204-48
Fax: +49 8444 9204-50
R-S-I Elektrotechnik GmbH & Co. KG
Woelkestrasse 11
D-85301 Schweitenkirchen
www.rsi-elektrotechnik.de
———
Amtsgericht Ingolstadt
d, people do strange stuff all the
time. If what we do is useful for you, go ahead.
And on the topic of self-hosting, we actually have something called
"packagegroup-self-hosted" which should be nice base to build from.
> And sorry in advance if I opened any cans of worms :)
Non
ible, and glibc is
> several MB, so I'd like to base that image (and obviously anything I
> include in that) on musl. However, the real root filesystem must for
> various reasons be based on glibc.
Greetz
--
———
Josef Holzmayr
Software Developer Embedded Systems
Tel: +4
n see apt being useful on the target
under rare/obscure cirumstances, but in the SDK, what do you want to
archieve?
Greetz
> FooBar
PS: Hiding behind "FooBar" doesn't give a very good impression.
--
———
Josef Holzmayr
Software Developer Embedded Systems
Tel: +49 8
ot; build because there is no dependency handling across machines.
s/MACHINE/DISTRO/g probably, but then you're right. Again, this is
exactly what multiconfig bulds do.
> My goal is to have a "bitbake alpha" in a machine solving the nesting in a
> way that is transparent to the u
that.
But in a nutshell: "What happens in one recipe never affects what
happens in another."
Greetz
--
———
Josef Holzmayr
Software Developer Embedded Systems
Tel: +49 8444 9204-48
Fax: +49 8444 9204-50
R-S-I Elektrotechnik GmbH & Co. KG
Woelkestrasse 11
D-85301 Schweitenkirchen
w
lopment of Yocto?
> >
> > Currently the yocto list is a mixture of core development list and forum
> > for newbie user questions, with no easy way to have them separate.
> >
> > Thanks
> > Adrian
> >
>
--
———
Josef Holzmayr
Software Develo
1 - 100 of 113 matches
Mail list logo