|
Re: Inactive service of hello world
#yocto
To piggyback on that, it is possible to set Type=oneshot[1] for the
service so that systemd considers the service to be up after it exited.
I find it useful for init or migration scripts that another
To piggyback on that, it is possible to set Type=oneshot[1] for the
service so that systemd considers the service to be up after it exited.
I find it useful for init or migration scripts that another
|
By
Nicolas Jeker
·
#54677
·
|
|
Re: Building Yocto on AWS container getting ERROR: The postinstall intercept hook 'update_icon_cache' failed,
#yocto
For the error, i have tried installed below package in aws container
libgdk-pixbuf2.0-0 in container,
and added DEPENDS += "qemuwrapper-cross" in bb file.
Will try the option building
For the error, i have tried installed below package in aws container
libgdk-pixbuf2.0-0 in container,
and added DEPENDS += "qemuwrapper-cross" in bb file.
Will try the option building
|
By
mail2uvijay@...
·
#54676
·
|
|
Re: Building Yocto on AWS container getting ERROR: The postinstall intercept hook 'update_icon_cache' failed,
#yocto
It's right there at the very end:
NOTE: Exit code 127.
It's right there at the very end:
NOTE: Exit code 127.
|
By
Alexander Kanavin
·
#54675
·
|
|
multilib SDK
I have a custom project where I am building for 64-bit kernel and 32-bit userspace using multilib config
# for 32bit userspace build
require conf/multilib.conf
MULTILIBS =
I have a custom project where I am building for 64-bit kernel and 32-bit userspace using multilib config
# for 32bit userspace build
require conf/multilib.conf
MULTILIBS =
|
By
Arun
·
#54674
·
|
|
Re: Building Yocto on AWS container getting ERROR: The postinstall intercept hook 'update_icon_cache' failed,
#yocto
Raj thanks for the response. Couldnt able to find error from the logs..
Attached detailed logs..
Raj thanks for the response. Couldnt able to find error from the logs..
Attached detailed logs..
|
By
mail2uvijay@...
·
#54673
·
|
|
Re: [poky] Poky:dunfell: SDK install issue (sed: -e expression #1, char 0: no previous regular expression)
Hi,
I think there is a patch queued in the testing branch for
Hi,
I think there is a patch queued in the testing branch for
|
By
Richard Purdie
·
#54672
·
|
|
Re: Inactive service of hello world
#yocto
What does your 'Hello World' service do? Just print 'Hello World' to the console and then exit?
If so that would be the reason why it is inactive. Systemd starts it and then it exits. Typically,
What does your 'Hello World' service do? Just print 'Hello World' to the console and then exit?
If so that would be the reason why it is inactive. Systemd starts it and then it exits. Typically,
|
By
Rudolf J Streif
·
#54671
·
|
|
Inactive service of hello world
#yocto
Hi everyone,
I wanted to run the helloworld service, but it keeps telling that its inactive , I really cant find why, I changed the service many times but no solution.
I m sorry I ant copy paste from
Hi everyone,
I wanted to run the helloworld service, but it keeps telling that its inactive , I really cant find why, I changed the service many times but no solution.
I m sorry I ant copy paste from
|
By
yasminebenghozzi6@...
·
#54670
·
|
|
Re: Debating best tool to use
That is exactly what I thought and why I insisted that much.
I will step back and constrict to my app, and not the whole OS.
Thanks!
--
17:38, 7 September 2021, Ross Burton <ross@...>:
That is exactly what I thought and why I insisted that much.
I will step back and constrict to my app, and not the whole OS.
Thanks!
--
17:38, 7 September 2021, Ross Burton <ross@...>:
|
By
KL <deco33000@...>
·
#54669
·
|
|
Re: Debating best tool to use
Doable? Yes, everything is open source.
Sensible? Not really. I'm not sure you've considered the scale of
what you're asking. For example, /etc/passwd and /etc/hosts are deeply
tied into large
Doable? Yes, everything is open source.
Sensible? Not really. I'm not sure you've considered the scale of
what you're asking. For example, /etc/passwd and /etc/hosts are deeply
tied into large
|
By
Ross Burton <ross@...>
·
#54668
·
|
|
shadow package not installing groupadd commanf in the filesystem
#dunfell
Hi,
The "shadow" package provides the "groupadd" tool. So I added the package to my recipe. Later when I checked in the rootfs, there is no groupadd command added in the filesystem.
Can anyone please
Hi,
The "shadow" package provides the "groupadd" tool. So I added the package to my recipe. Later when I checked in the rootfs, there is no groupadd command added in the filesystem.
Can anyone please
|
By
cs.raryu <cs.raryu@...>
·
#54667
·
|
|
Yocto Project Status WW36`21
Current Dev Position: YP 3.4 M4
Next Deadline: 4th Oct. 2021 YP 3.4 M4 build
Next Team Meetings:
Bug Triage meeting Thursday Sept. 9th at 7:30am PDT
Current Dev Position: YP 3.4 M4
Next Deadline: 4th Oct. 2021 YP 3.4 M4 build
Next Team Meetings:
Bug Triage meeting Thursday Sept. 9th at 7:30am PDT
|
By
Stephen Jolley
·
#54666
·
|
|
add raspivid to the yocto image for raspberrypi4-64
Hi, in the first place i succeeded to add raspivid to my image yocto of raspberrypi0-wifi. I did so by adding the userland recipe. But when i try doing so with raspberrypi4-64. Idon't get raspivid
Hi, in the first place i succeeded to add raspivid to my image yocto of raspberrypi0-wifi. I did so by adding the userland recipe. But when i try doing so with raspberrypi4-64. Idon't get raspivid
|
By
safouane maaloul
·
#54665
·
|
|
Re: Debating best tool to use
Thanks does that mean that I can reshape the whole "everything is a file" under unix?
I don't want /etc /var /usr (and any other premade structure you find in every linux distro...) but manage it
Thanks does that mean that I can reshape the whole "everything is a file" under unix?
I don't want /etc /var /usr (and any other premade structure you find in every linux distro...) but manage it
|
By
KL <deco33000@...>
·
#54664
·
|
|
Result of hello.service
#yocto
Hello,
AFter creating hello.service, I want to know if this is correct because as saying Active:activated(auto-restart) (Result:exit-code) I really didn't understand iit that much,
anyone can
Hello,
AFter creating hello.service, I want to know if this is correct because as saying Active:activated(auto-restart) (Result:exit-code) I really didn't understand iit that much,
anyone can
|
By
yasminebenghozzi6@...
·
#54663
·
|
|
Re: [meta-security][PATCH] dm-verity-img.bbclass: Expose --data-block-size for configuration
merged.
thanks
Armin
By
Armin Kuster
·
#54662
·
|
|
M+ & H bugs with Milestone Movements WW36
All,
YP M+ or high bugs which moved to a new milestone in WW36 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
14534
Online search feature really needs
All,
YP M+ or high bugs which moved to a new milestone in WW36 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
14534
Online search feature really needs
|
By
Stephen Jolley
·
#54661
·
|
|
Enhancements/Bugs closed WW36!
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
randy.macleod@...
2
alexandre.belloni@...
1
michael.opdenacker@...
1
richard.purdie@...
1
Grand
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
randy.macleod@...
2
alexandre.belloni@...
1
michael.opdenacker@...
1
richard.purdie@...
1
Grand
|
By
Stephen Jolley
·
#54660
·
|
|
Current high bug count owners for Yocto Project 3.4
All,
Below is the list as of top 50 bug owners as of the end of WW36 of who have open medium or higher bugs and enhancements against YP 3.4. There are 37 possible work days left until the final
All,
Below is the list as of top 50 bug owners as of the end of WW36 of who have open medium or higher bugs and enhancements against YP 3.4. There are 37 possible work days left until the final
|
By
Stephen Jolley
·
#54659
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#54658
·
|