base-files: Sync with OE.dev

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@907 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-11-21 10:08:10 +00:00
parent 0d35abe6c9
commit 378c5d96e6
2 changed files with 11 additions and 2 deletions

View 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

View 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"