-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #674 from YoeDistro/kraj/master
update layers
- Loading branch information
Showing
15 changed files
with
51 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule meta-arm
updated
29 files
Submodule meta-clang
updated
4 files
Submodule meta-freescale
updated
8 files
Submodule meta-openembedded
updated
17 files
Submodule meta-qcom
updated
15 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# enable busybox for init | ||
DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " systemd" | ||
VIRTUAL-RUNTIME_init_manager = "busybox" | ||
VIRTUAL-RUNTIME_initscripts = "initscripts" | ||
VIRTUAL-RUNTIME_keymaps = "keymaps" | ||
VIRTUAL-RUNTIME_login_manager = "busybox" | ||
# enable busybox for init and mdev for device manager | ||
INIT_MANAGER = "mdev-busybox" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# Use systemd for system initialization | ||
DISTRO_FEATURES:append = " systemd" | ||
DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " sysvinit" | ||
VIRTUAL-RUNTIME_init_manager = "systemd" | ||
VIRTUAL-RUNTIME_initscripts = "systemd-compat-units" | ||
VIRTUAL-RUNTIME_login_manager = "shadow-base" | ||
INIT_MANAGER = "systemd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# Use sysvinit for system initialization | ||
DISTRO_FEATURES:append = " sysvinit" | ||
DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " systemd" | ||
VIRTUAL-RUNTIME_init_manager = "sysvinit" | ||
VIRTUAL-RUNTIME_initscripts = "initscripts" | ||
VIRTUAL-RUNTIME_login_manager = "busybox" | ||
INIT_MANAGER = "sysvinit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule openembedded-core
updated
114 files