[oe-commits] org.oe.dev n2100, turbostation, linkstation: Move more stuff away from foonas-image to machine configs

nail commit openembedded-commits at lists.openembedded.org
Tue Mar 20 19:46:48 UTC 2007


n2100, turbostation, linkstation: Move more stuff away from foonas-image to machine configs

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: a43f5ce9bc4600aea1637d01a7d648dc50d3d505
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a43f5ce9bc4600aea1637d01a7d648dc50d3d505
Files:
1
conf/machine/lsppchd.conf
conf/machine/lsppchg.conf
conf/machine/n2100.conf
conf/machine/turbostation.conf
Diffs:

#
# mt diff -r93e745b01e6b513beb02ccafba46b7a7c9ff502f -ra43f5ce9bc4600aea1637d01a7d648dc50d3d505
#
# 
# 
# patch "conf/machine/lsppchd.conf"
#  from [2d9056869b321eaeb6258a0b82c14d0feaf8eaed]
#    to [0942640aa78303553b18090bd710457e4d4ae786]
# 
# patch "conf/machine/lsppchg.conf"
#  from [9cf81f056dfa2cfeadb177a80954c6bd8838891d]
#    to [620974d3d74b84fc33335ab35b200e62eeded5cd]
# 
# patch "conf/machine/n2100.conf"
#  from [eeb72039c484e043503e0d374c9a8178caae5458]
#    to [0fbb285c998aca4948140fd21b579e48b4efbd68]
# 
# patch "conf/machine/turbostation.conf"
#  from [f138244297cc449654f1980cb835a593bd483feb]
#    to [8c135afa5ab2aa8db25b6f1ca23467d99b3e000c]
# 
============================================================
--- conf/machine/lsppchd.conf	2d9056869b321eaeb6258a0b82c14d0feaf8eaed
+++ conf/machine/lsppchd.conf	0942640aa78303553b18090bd710457e4d4ae786
@@ -1,7 +1,8 @@ UBOOT_MACHINE = "linkstation_HDLAN"
 #@TYPE: Machine
 #@NAME: HD Linkstation
 #@DESCRIPTION: Machine configuration for the Buffalo Linkstation HD
 
 UBOOT_MACHINE = "linkstation_HDLAN"
+IMAGE_FSTYPES = "tar.gz"
 
 require conf/machine/include/linkstationppc.conf
============================================================
--- conf/machine/lsppchg.conf	9cf81f056dfa2cfeadb177a80954c6bd8838891d
+++ conf/machine/lsppchg.conf	620974d3d74b84fc33335ab35b200e62eeded5cd
@@ -1,7 +1,8 @@ UBOOT_MACHINE = "linkstation_HGLAN"
 #@TYPE: Machine
 #@NAME: HG Linkstation
 #@DESCRIPTION: Machine configuration for the Buffalo Linkstation HG
 
 UBOOT_MACHINE = "linkstation_HGLAN"
+IMAGE_FSTYPES = "tar.gz"
 
 require conf/machine/include/linkstationppc.conf
============================================================
--- conf/machine/n2100.conf	eeb72039c484e043503e0d374c9a8178caae5458
+++ conf/machine/n2100.conf	0fbb285c998aca4948140fd21b579e48b4efbd68
@@ -15,4 +15,11 @@ udevdir = "/dev"
 # We want udev support in the image
 udevdir = "/dev"
 
+ERASEBLOCK_SIZE = "0x20000"
+IMAGE_FSTYPES = "jffs2"
+EXTRA_IMAGECMD = "--little-endian"
+# Creating an image that works with the webinterface required encrypting it
+# So we'll need openssl
+EXTRA_IMAGEDEPENDS = "openssl-native"
+
 require conf/machine/include/tune-xscale.conf
============================================================
--- conf/machine/turbostation.conf	f138244297cc449654f1980cb835a593bd483feb
+++ conf/machine/turbostation.conf	8c135afa5ab2aa8db25b6f1ca23467d99b3e000c
@@ -16,4 +16,8 @@ udevdir = "/dev"
 # We want udev support in the image
 udevdir = "/dev"
 
+EXTRA_IMAGECMD = "--big-endian"
+ERASEBLOCK_SIZE = "0x20000"
+IMAGE_FSTYPES = "jffs2"
+
 require conf/machine/include/tune-ppc603e.conf






More information about the Openembedded-commits mailing list