-
Notifications
You must be signed in to change notification settings - Fork 26
remove linux-headers from SDK when KERNEL_NAME is blank #579
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
base: emlinux3
Are you sure you want to change the base?
Conversation
This commit adds an option to create an image without a kernel when `KERNEL_NAME = ""` is defined in local.conf. This option is mainly intended for providing images for kernel testing. This option is now only available for Qemu. Signed-off-by: Hirotaka Motai <[email protected]>
|
@hiromotai7 Please check building an sdk instead of building an image because this PR changes the artifact of SDK . Building emlinx-image-weston image and sdk for emlinux-image-weston failed to build by following error. So it looks as if emlinux-image-weston can't build with empty KERNEL_NAME variable. |
The "input" and "render" groups to which the weston user belongs are prepared by udev's postinst process. Thus, installed udev instead of configurations that prepare the render group. Signed-off-by: Hirotaka Motai <[email protected]>
When KERNEL_NAME is blank, the linux kenrel will not be compiled. As a result, the udev package will not be installed. To fix it, add udev as an essential package. Signed-off-by: Hirotaka Motai <[email protected]>
|
@masami256 This issue was caused because the
The build error did not occur after adding the following setting to local.conf. I found that normally the Also, I think the kernel testing will not work as expected if Please review the added commits. Thanks. |
Purpose
This commit adds an option to create an image without a kernel when
KERNEL_NAME = ""is defined in local.conf.This option is mainly intended for providing images for kernel testing.
Test
How to test
setting local.conf as below.
build
emlinux-image-base.Test result
The build was succeed.
The build artifacts are as below. confirmed without a kernel image.