From bd60339fa8177e0eb703dfd8cf2a3df91e33baa4 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 27 Mar 2006 21:21:15 +0000 Subject: slugos-packages: added cdparanoia --- conf/distro/slugos-packages.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/distro/slugos-packages.conf b/conf/distro/slugos-packages.conf index 5d82b4f9f7..0278789f0b 100644 --- a/conf/distro/slugos-packages.conf +++ b/conf/distro/slugos-packages.conf @@ -22,6 +22,7 @@ ${PKGDIR}/packages/busybox/*.bb \ ${PKGDIR}/packages/bwmon/*.bb \ ${PKGDIR}/packages/bzip2/*.bb \ ${PKGDIR}/packages/ccxstream/*.bb \ +${PKGDIR}/packages/cdparanoia/*.bb \ ${PKGDIR}/packages/cdstatus/*.bb \ ${PKGDIR}/packages/cherokee/*.bb \ ${PKGDIR}/packages/coreutils/*.bb \ -- cgit v1.2.3 From f97e0e24996af489efa9fefd2018ff4ad13d9aaf Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 28 Mar 2006 06:56:35 +0000 Subject: bitbake.conf: add E_CVS, a var holding the new anoncvs uri for enlightenment stuff --- conf/bitbake.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 3b642e58f7..48a1daf64a 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -304,6 +304,7 @@ XORG_MIRROR = "http://xorg.freedesktop.org/releases" GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs" +E_CVS = "cvs://anonymous@anoncvs.enlightenment.org:/var/cvs/e" FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs" GENTOO_MIRROR = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles" APACHE_MIRROR = "http://www.apache.org/dist" @@ -400,4 +401,4 @@ require conf/sanity.conf # Weak variables (usually to retain backwards compatibility) ################################################################## -PCMCIA_MANAGER ?= "pcmcia-cs" \ No newline at end of file +PCMCIA_MANAGER ?= "pcmcia-cs" -- cgit v1.2.3 From a616d6c1fc8aefe53d586a63f98a0f2e931fface Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Tue, 28 Mar 2006 20:47:05 +0000 Subject: slugos-packages: Removed obsolete openobex-apps reference --- conf/distro/slugos-packages.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/slugos-packages.conf b/conf/distro/slugos-packages.conf index 0278789f0b..1e578c48ba 100644 --- a/conf/distro/slugos-packages.conf +++ b/conf/distro/slugos-packages.conf @@ -168,7 +168,6 @@ ${PKGDIR}/packages/obexftp/*.bb \ ${PKGDIR}/packages/openjade/*.bb \ ${PKGDIR}/packages/openldap/*.bb \ ${PKGDIR}/packages/openntpd/*.bb \ -${PKGDIR}/packages/openobex-apps/*.bb \ ${PKGDIR}/packages/openobex/*.bb \ ${PKGDIR}/packages/opensp/*.bb \ ${PKGDIR}/packages/openssh/*.bb \ -- cgit v1.2.3 From 9fa59723d6e972949572078ab24a8de9d0d3af11 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Wed, 29 Mar 2006 11:25:41 +0000 Subject: slugos: Add required usb/scsi modules to rootfs --- conf/distro/debianslug.conf | 9 +++++++++ conf/distro/openslug.conf | 9 +++++++++ conf/distro/ucslugc.conf | 10 ++++++++++ 3 files changed, 28 insertions(+) (limited to 'conf') diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index c5c9f6868c..1063356217 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -87,6 +87,15 @@ kernel-module-nls-cp437 \ kernel-module-nls-utf8 \ " +DEBIANSLUG_STANDARD_RDEPENDS += "\ +kernel-module-ehci-hcd \ +kernel-module-ohci-hcd \ +kernel-module-uhci-hcd \ +kernel-module-sd-mod \ +kernel-module-usb-storage \ +kernel-module-scsi-mod \ +" + # This documents other file systems which are built but not installed # by default in the flash image. # diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 304cd6dcfa..09f3691b65 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -87,6 +87,15 @@ kernel-module-nls-cp437 \ kernel-module-nls-utf8 \ " +OPENSLUG_STANDARD_RDEPENDS += "\ +kernel-module-ehci-hcd \ +kernel-module-ohci-hcd \ +kernel-module-uhci-hcd \ +kernel-module-sd-mod \ +kernel-module-usb-storage \ +kernel-module-scsi-mod \ +" + # This documents other file systems which are built but not installed # by default in the flash image. # diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index 24ef6e6c33..bb6c6efa6a 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -19,6 +19,16 @@ UCSLUGC_EXTRA_BBFILES ?= "" # prefix UCSLUGC_ are used here to default the values of the corresponding NSLU2_ # setting - either may be set in local.conf to override these values. UCSLUGC_EXTRA_RDEPENDS ?= "" + +UCSLUGC_STANDARD_RDEPENDS += "\ +kernel-module-ehci-hcd \ +kernel-module-ohci-hcd \ +kernel-module-uhci-hcd \ +kernel-module-sd-mod \ +kernel-module-usb-storage \ +kernel-module-scsi-mod \ +" + # SLUGOS_EXTRA_RDEPENDS ?= "${UCSLUGC_EXTRA_RDEPENDS}" -- cgit v1.2.3 From 1c5f4e12f098c086752379d0e35ef23f25292180 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 29 Mar 2006 13:41:23 +0000 Subject: poodle-2.6: Update to sync with zaurus-clamshell-2.6. Add alsa tools in anticiaption of a poodle ALSA driver under 2.6. --- conf/machine/include/poodle-2.6.conf | 41 +++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/include/poodle-2.6.conf b/conf/machine/include/poodle-2.6.conf index 885bf40b4f..b1dcd7fe3b 100644 --- a/conf/machine/include/poodle-2.6.conf +++ b/conf/machine/include/poodle-2.6.conf @@ -1,4 +1,43 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" -BOOTSTRAP_EXTRA_RDEPENDS = "kernel udev sysfsutils hostap-modules-cs orinoco-modules-cs udev-utils" +PCMCIA_MANAGER ?= "pcmciautils" +BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils spectrum-fw \ +${PCMCIA_MANAGER} apm wireless-tools irda-utils udev-utils console-tools hostap-utils prism3-firmware prism3-support \ +ppp ppp-dialin alsa-utils-alsactl alsa-utils-alsamixer module-init-tools alsa-conf zaurusd" + +# Ethernet modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcnet-cs" +# NFS Modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc" +# Crypto Modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5" +# SMB and CRAMFS +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs" +# Serial Modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-8250 kernel-module-serial-cs" +# Bluetooth Modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \ + kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \ + kernel-module-bt3c-cs kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs" +# Infrared Modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxaficp-ir kernel-module-irda kernel-module-ircomm \ + kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb" + +# USB Gadget Modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \ + kernel-module-g-serial kernel-module-g-ether" + +# Wireless Modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-hostap kernel-module-hostap-cs \ + kernel-module-hermes kernel-module-orinoco \ + kernel-module-orinoco-cs kernel-module-spectrum-cs \ + hostap-conf orinoco-conf" + +# Sound Modules +###BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss" +BOOTSTRAP_EXTRA_SOUND = "kernel-module-soundcore kernel-module-snd kernel-module-snd-page-alloc kernel-module-snd-timer \ + kernel-module-snd-pcm \ + kernel-module-snd-soc-core kernel-module-snd-soc-pxa2xx kernel-module-snd-soc-pxa2xx-i2s" + +###BOOTSTRAP_EXTRA_RDEPENDS_append_poodle += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-poodle kernel-module-snd-soc-wm8731 " -- cgit v1.2.3