From db6d8bf17a12efe46ac000f87bbf9169f1f5a23f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 18 Jan 2011 16:08:38 -0800 Subject: [PATCH] neuros-osd-base-image.bb, task-openprotium.bb: Replace DISTRO_DEV_MANAGER with IMAGE_DEV_MANAGER Signed-off-by: Khem Raj --- recipes/images/neuros-osd-base-image.bb | 2 +- recipes/tasks/task-openprotium.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/images/neuros-osd-base-image.bb b/recipes/images/neuros-osd-base-image.bb index c9d54d4287..4a68ffb189 100644 --- a/recipes/images/neuros-osd-base-image.bb +++ b/recipes/images/neuros-osd-base-image.bb @@ -8,7 +8,7 @@ PR = "r1" # Select which Secure Shell Daemon gets included into the rootfs DISTRO_SSH_DAEMON ?= "dropbear" -DISTRO_DEV_MANAGER = "mdev" +IMAGE_DEV_MANAGER = "mdev" PREFERRED_PROVIDER_hotplug = "mdev" # Include a timestamp that initscripts can use to set the time to a diff --git a/recipes/tasks/task-openprotium.bb b/recipes/tasks/task-openprotium.bb index 796d8c00ea..9197b699fd 100644 --- a/recipes/tasks/task-openprotium.bb +++ b/recipes/tasks/task-openprotium.bb @@ -5,7 +5,7 @@ PR = "r4" inherit task DISTRO_SSH_DAEMON ?= "dropbear" -DISTRO_DEV_MANAGER ?= "" +IMAGE_DEV_MANAGER ?= "" DISTRO_INIT_MANAGER ?= "" DISTRO_LOGIN_MANAGER ?= "" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -42,7 +42,7 @@ RDEPENDS_${PN} = " kernel \ hdparm \ mtd-utils \ ${DISTRO_SSH_DAEMON} \ - ${DISTRO_DEV_MANAGER} \ + ${IMAGE_DEV_MANAGER} \ ${DISTRO_INIT_MANAGER} \ ${DISTRO_LOGIN_MANAGER} \ ${DISTRO_KERNEL_MODULES} \ -- 2.39.5