]> code.ossystems Code Review - openembedded-core.git/commitdiff
base-files: Sync with OE.dev
authorRichard Purdie <richard@openedhand.com>
Tue, 21 Nov 2006 10:08:10 +0000 (10:08 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 21 Nov 2006 10:08:10 +0000 (10:08 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@907 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/base-files/base-files/tosa/usbd
meta/packages/base-files/base-files_3.0.14.bb

index 40931ee8e99fb86d3ebc018a87dff87a3666a83b..8c80044167ac9f1f8ad1c23bf2971773aa311d22 100644 (file)
@@ -1 +1,5 @@
-usbdmodule=pxa_bi
+# I know that this was created for usb-client stuff
+# but tosa/2.6 need (un)loading USB Host module
+# on suspend/resume and this way is simplest one ;)
+
+usbdmodule=ohci-hcd
index b8789321d912f22173b5d9168a65c20348cec6df..9dbd4e81d1f8f1295b587b48389c088e626ef6ff 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r51"
+PR = "r54"
 LICENSE = "GPL"
 
 SRC_URI = " \
@@ -52,6 +52,7 @@ hostname = "openembedded"
 hostname_slugos = "nslu2"
 hostname_mnci = "MNCI"
 hostname_rt3000 = "MNRT"
+hostname_jlime = "JLime"
 
 do_install () {
        for d in ${dirs755}; do
@@ -130,6 +131,10 @@ do_install_append_slugos() {
        ln -s ../root ${D}/home/root
 }
 
+do_install_append_netbook-pro () {
+       mkdir -p ${D}/initrd
+}
+
 PACKAGES = "${PN}-doc ${PN}"
 FILES_${PN} = "/"
 FILES_${PN}-doc = "${docdir} ${datadir}/common-licenses"