mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/systemd: enable ukify for host build
The ukify tool can be used to create Unified Kernel Images. Signed-off-by: Bram Vlerick <bram.vlerick@openpixelsystems.org> [Arnout: - Remove the target option. - Use enabled/disabled instead of true/false. - Always enable for host build. - Add dependency on host-python-pefile. ] Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
1634ee6d16
commit
9668821a48
@@ -982,7 +982,7 @@ HOST_SYSTEMD_CONF_OPTS = \
|
||||
-Dinitrd=false \
|
||||
-Dxdg-autostart=false \
|
||||
-Dkernel-install=false \
|
||||
-Dukify=disabled \
|
||||
-Dukify=enabled \
|
||||
-Danalyze=false \
|
||||
-Dbpf-framework=disabled \
|
||||
-Dvmlinux-h=disabled \
|
||||
@@ -1024,7 +1024,8 @@ HOST_SYSTEMD_DEPENDENCIES = \
|
||||
host-libcap \
|
||||
host-libxcrypt \
|
||||
host-gperf \
|
||||
host-python-jinja2
|
||||
host-python-jinja2 \
|
||||
host-python-pefile
|
||||
|
||||
HOST_SYSTEMD_NINJA_ENV = DESTDIR=$(HOST_DIR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user