-
Notifications
You must be signed in to change notification settings - Fork 17
Release/6.0.0 #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/6.0.0 #171
Changes from all commits
462439a
db99abc
b9db7a1
c4e16c1
84a0655
5cfb83e
1230791
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,8 @@ | ||||||||||||||
| # To support layered ipk generation | ||||||||||||||
| APP_LAYER_ARCH ??= "${MACHINE}-application" | ||||||||||||||
|
|
||||||||||||||
| LAYER_EXTENSION = "-application" | ||||||||||||||
|
|
||||||||||||||
| APP_LAYER_ARCH ??= "${MACHINE}${LAYER_EXTENSION}" | ||||||||||||||
|
Comment on lines
+3
to
+5
|
||||||||||||||
| LAYER_EXTENSION = "-application" | |
| APP_LAYER_ARCH ??= "${MACHINE}${LAYER_EXTENSION}" | |
| APP_LAYER_EXTENSION ??= "-application" | |
| APP_LAYER_ARCH ??= "${MACHINE}${APP_LAYER_EXTENSION}" |
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -14,6 +14,7 @@ inherit core-image custom-rootfs-creation extrausers | |||||||
| EXTRA_USERS_PARAMS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'amazon_non_root_support', '''\ | ||||||||
| groupadd -g 1001 amazon;\ | ||||||||
| useradd -u 1001 -g amazon -M -r -s /bin/sh amazon;\ | ||||||||
|
||||||||
| useradd -u 1001 -g amazon -M -r -s /bin/sh amazon;\ | |
| useradd -u 1001 -g amazon -M -r -s /bin/sh amazon;\ | |
| groupadd -f video;\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog entries in this file typically include a release date line (e.g.,
> 22 December 2025for 5.1.0), but the new 6.0.0 section doesn't. Add the 6.0.0 release date to keep the format consistent.