diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-19 11:35:13 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-19 15:03:54 +0100 |
commit | 9752b780ae9cbe8b36507890d8ee55c439eb2b35 (patch) | |
tree | 9fee7f6bfb0ca8504b616064e86f1ec74909d129 /conf/machine | |
parent | a0699a732b06f6a6200d6cb936d6be907788607f (diff) |
task-boot: rename DISTRO_ vars to IMAGE_ vars and move to image.bbclass * update users as well
Acked-By: Marcin Juszkiewicz <hrw@openembedded.org>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/mx31moboard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/mx31moboard.conf b/conf/machine/mx31moboard.conf index a00a9b1be3..a1a5212ee9 100644 --- a/conf/machine/mx31moboard.conf +++ b/conf/machine/mx31moboard.conf @@ -20,7 +20,7 @@ module_conf_g_ether = "alias usb0 g_ether" module_conf_rt2570-k2wrlz = "alias rausb0 rt2570" # tinylogin is broken for our speeds -DISTRO_LOGIN_MANAGER = "busybox" +IMAGE_LOGIN_MANAGER = "busybox" # used by sysvinit_2 SERIAL_CONSOLE = "-Lh 921600 ttymxc0 vt100" |