[oe-commits] org.oe.dev mpc8313e-rdb: Fix PACKAGE_EXTRA_ARCHS and SERIAL_CONSOLE.

likewise commit openembedded-commits at lists.openembedded.org
Fri Oct 19 20:03:08 UTC 2007


mpc8313e-rdb: Fix PACKAGE_EXTRA_ARCHS and SERIAL_CONSOLE.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: 55a31408b86b4036d83b855bbd46f1b1d7a61765
ViewMTN: http://monotone.openembedded.org/revision/info/55a31408b86b4036d83b855bbd46f1b1d7a61765
Files:
1
conf/machine/mpc8313e-rdb.conf
Diffs:

#
# mt diff -r43f3932c21104da0ff5b69e98002136b5cd3e5aa -r55a31408b86b4036d83b855bbd46f1b1d7a61765
#
# 
# 
# patch "conf/machine/mpc8313e-rdb.conf"
#  from [f63bcdd447b8b9979e2bb4271f69d82283300f3e]
#    to [132355307586c4f885d88e83731e83838ebf4c60]
# 
============================================================
--- conf/machine/mpc8313e-rdb.conf	f63bcdd447b8b9979e2bb4271f69d82283300f3e
+++ conf/machine/mpc8313e-rdb.conf	132355307586c4f885d88e83731e83838ebf4c60
@@ -1,9 +1,9 @@ TARGET_ARCH = "powerpc"
 #@TYPE: Machine
 #@Name: Freescale MPC8313E-RDB
 #@DESCRIPTION: Machine configuration for the Freescale MPC8313E-RDB
 
 TARGET_ARCH = "powerpc"
-PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc603e"
+PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c3"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
 
@@ -12,7 +12,7 @@ USE_VT = "0"
 #don't try to access tty1
 USE_VT = "0"
 
-SERIAL_CONSOLE = "115200 ttyPSC0"
+SERIAL_CONSOLE = "115200 ttyS0"
 
 #tune for the e300c3 core
 require conf/machine/include/tune-ppce300c3.inc






More information about the Openembedded-commits mailing list