-
Is there an easy way to append
|
Beta Was this translation helpful? Give feedback.
Answered by
kekiefer
Feb 4, 2022
Replies: 1 comment 2 replies
-
Basically this should work. Note that more recent yocto branches (honister and master) have a new override syntax, so |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jwinarske
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basically this should work. Note that more recent yocto branches (honister and master) have a new override syntax, so
KERNEL_ARGS:append = " quiet"
would be appropriate in that case. You can do this in your local.conf or in a custom machine conf.