[oe-commits] org.oe.dev LAB-settings.conf: Separate internal details of LAB support for machines which can use it.

pfalcon commit openembedded-commits at lists.openembedded.org
Mon Oct 16 13:09:02 UTC 2006


LAB-settings.conf: Separate internal details of LAB support for machines which can use it.
* Convert h2200 & h4000 to use it.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 64517e18a2a73790243884898cafe9c796fa94d0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=64517e18a2a73790243884898cafe9c796fa94d0
Files:
1
conf/machine/include/LAB-settings.conf
conf/machine/h2200.conf
conf/machine/h4000.conf
Diffs:

#
# mt diff -r4bf8cd68c218649fbfd49252f79488d250449e72 -r64517e18a2a73790243884898cafe9c796fa94d0
#
# 
# 
# add_file "conf/machine/include/LAB-settings.conf"
#  content [b4f208ad9d06c9dbf506c42ca8bdaf3493fe1a53]
# 
# patch "conf/machine/h2200.conf"
#  from [d3145bc78eb56d915db0755e62ab0baedab68c82]
#    to [9feec4cb4b618d686bcd849236ddabae2f71f6c5]
# 
# patch "conf/machine/h4000.conf"
#  from [171c0aaaf70dd6bfac0737d7c7d8849f35223ba0]
#    to [798433896a0dac6185e7e4eef053ff6a177c8365]
# 
============================================================
--- conf/machine/include/LAB-settings.conf	b4f208ad9d06c9dbf506c42ca8bdaf3493fe1a53
+++ conf/machine/include/LAB-settings.conf	b4f208ad9d06c9dbf506c42ca8bdaf3493fe1a53
@@ -0,0 +1,8 @@
+#
+# Settings for LAB (Linux As Bootloader) support.
+# Machines which support (or want to support) LAB,
+# include this.
+#
+
+# LAB can only resolve relative symlinks
+ROOTFS_POSTPROCESS_COMMAND += "make_zimage_symlink_relative; "
============================================================
--- conf/machine/h2200.conf	d3145bc78eb56d915db0755e62ab0baedab68c82
+++ conf/machine/h2200.conf	9feec4cb4b618d686bcd849236ddabae2f71f6c5
@@ -25,5 +25,4 @@ USE_VT = "0"
 SERIAL_CONSOLE = "115200 ttyS0 vt100"
 USE_VT = "0"
 
+include conf/machine/include/LAB-settings.conf
-# LAB can only resolve relative symlinks
-ROOTFS_POSTPROCESS_COMMAND += "make_zimage_symlink_relative; "
============================================================
--- conf/machine/h4000.conf	171c0aaaf70dd6bfac0737d7c7d8849f35223ba0
+++ conf/machine/h4000.conf	798433896a0dac6185e7e4eef053ff6a177c8365
@@ -15,12 +15,11 @@ PREFERRED_PROVIDER_virtual/kernel = "han
 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
 PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
 
-# Modules autoload and other boot properies
+# Modules autoload and other boot properties
 module_autoload_snd-pcm-oss = "snd-pcm-oss"
 module_autoload_g_ether = "g_ether"
 
 SERIAL_CONSOLE = "115200 ttyS0 vt100"
 USE_VT = "0"
 
+include conf/machine/include/LAB-settings.conf
-# LAB can only resolve relative symlinks
-ROOTFS_POSTPROCESS_COMMAND += "make_zimage_symlink_relative; "






More information about the Openembedded-commits mailing list