[oe-commits] Khem Raj : neuros-osd-base-image.bb, task-openprotium.bb: Replace DISTRO_DEV_MANAGER with IMAGE_DEV_MANAGER

git version control git at git.openembedded.org
Wed Jan 19 00:14:05 UTC 2011


Module: openembedded.git
Branch: master
Commit: db6d8bf17a12efe46ac000f87bbf9169f1f5a23f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=db6d8bf17a12efe46ac000f87bbf9169f1f5a23f

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Jan 18 16:08:38 2011 -0800

neuros-osd-base-image.bb, task-openprotium.bb: Replace DISTRO_DEV_MANAGER with IMAGE_DEV_MANAGER

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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 c9d54d4..4a68ffb 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 796d8c0..9197b69 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} \





More information about the Openembedded-commits mailing list