[oe-commits] Jan Lübbe : i686-generic: add more devices tables

git version control git at git.openembedded.org
Fri Sep 18 08:05:33 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 62cbf42efeb5c7087064dcf23b14ce280f07f082
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=62cbf42efeb5c7087064dcf23b14ce280f07f082

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Thu Sep 10 19:34:40 2009 +0000

i686-generic: add more devices tables

---

 conf/machine/i686-generic.conf  |    5 +++++
 files/device_table_add-loop.txt |    1 +
 files/device_table_add-scsi.txt |    2 ++
 3 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/conf/machine/i686-generic.conf b/conf/machine/i686-generic.conf
index 5635377..3179d40 100644
--- a/conf/machine/i686-generic.conf
+++ b/conf/machine/i686-generic.conf
@@ -17,6 +17,11 @@ GLIBC_ADDONS = "nptl"
 GLIBC_EXTRA_OECONF = "--with-tls"
 
 IMAGE_FSTYPES ?= "ext2.gz"
+IMAGE_DEVICE_TABLES = " \
+  files/device_table-minimal.txt \
+  files/device_table_add-loop.txt \
+  files/device_table_add-scsi.txt \
+"
 
 MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2 x86"
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
diff --git a/files/device_table_add-loop.txt b/files/device_table_add-loop.txt
new file mode 100644
index 0000000..0176135
--- /dev/null
+++ b/files/device_table_add-loop.txt
@@ -0,0 +1 @@
+/dev/loop	b	664	0	0	7	0	0	1	2
diff --git a/files/device_table_add-scsi.txt b/files/device_table_add-scsi.txt
new file mode 100644
index 0000000..74d7725
--- /dev/null
+++ b/files/device_table_add-scsi.txt
@@ -0,0 +1,2 @@
+/dev/sda	b	660	0	6	8	0	-	-	-
+/dev/sda	b	660	0	6	8	1	1	1	16





More information about the Openembedded-commits mailing list