diff options
Diffstat (limited to 'recipes/tasks/task-openprotium.bb')
-rw-r--r-- | recipes/tasks/task-openprotium.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/tasks/task-openprotium.bb b/recipes/tasks/task-openprotium.bb index 2cfe30dda1..1cfc740154 100644 --- a/recipes/tasks/task-openprotium.bb +++ b/recipes/tasks/task-openprotium.bb @@ -4,7 +4,10 @@ ALLOW_EMPTY = "1" PR = "r3" inherit task - +DISTRO_SSH_DAEMON ?= "dropbear" +DISTRO_DEV_MANAGER ?= "" +DISTRO_INIT_MANAGER ?= "" +DISTRO_LOGIN_MANAGER ?= "" PACKAGE_ARCH = "${MACHINE_ARCH}" # be sure to build the kernel: DEPENDS = "virtual/kernel" |