From: Rene Wagner Date: Tue, 16 May 2006 20:11:38 +0000 (+0200) Subject: remove unused distro configuration files X-Git-Tag: familiar-v0.8.4-rc3~84 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=bbb89068f0d56b88d26e9edf9cf54b6964ee499b;p=familiar-h63xx-build.git remove unused distro configuration files Signed-off-by: Rene Wagner --- diff --git a/org.handhelds.familiar/conf/distro/asusoe.conf b/org.handhelds.familiar/conf/distro/asusoe.conf deleted file mode 100644 index 35be6a4..0000000 --- a/org.handhelds.familiar/conf/distro/asusoe.conf +++ /dev/null @@ -1,21 +0,0 @@ -#@TYPE: Distribution -#@NAME: AsusOE Linux -#@DESCRIPTION: Distribution configuration for the WL500g Linux - -DISTRO_NAME = "AsusOE" -DISTRO_VERSION = "0.1-alpha" - -TARGET_OS = "linux-uclibc" -TARGET_SYS = "${TARGET_ARCH}-uclibc" - -CROSS_DIR = "/opt/brcm/hndtools-mipsel-uclibc" - -INHIBIT_DEFAULT_DEPS = "1" - -USE_NLS ?= "no" - -INHERIT += "package_ipk debian" - -export prefix = "/opt" -export sysconfdir = "/opt/etc" -export localstatedir = "/opt/var" diff --git a/org.handhelds.familiar/conf/distro/colinuxoe.conf b/org.handhelds.familiar/conf/distro/colinuxoe.conf deleted file mode 100644 index 7454c01..0000000 --- a/org.handhelds.familiar/conf/distro/colinuxoe.conf +++ /dev/null @@ -1,13 +0,0 @@ -#@TYPE: Distribution -#@NAME: coLinuxoe -#@DESCRIPTION: Generic OE built distro for the coLinux MACHINE - -INHERIT += "package_ipk debian" - -# MACHINE decides that linux-colinux is the correct kernel. -# DISTRO decides whether to build 2.4 or 2.6. Latest coLinux version -# (0.6.2) uses 2.6 by default, so we'll be following them. -# PREFERRED_VERSION_linux-colinux = "2.4.28" -PREFERRED_VERSION_linux-colinux ?= "2.6.10" - -IMAGE_FSTYPES =+ "ext2 ext2.gz" diff --git a/org.handhelds.familiar/conf/distro/freeze.conf b/org.handhelds.familiar/conf/distro/freeze.conf deleted file mode 100644 index 19014f0..0000000 --- a/org.handhelds.familiar/conf/distro/freeze.conf +++ /dev/null @@ -1,25 +0,0 @@ -# general configuration file for freezing a distribution -# -# If freeze.conf is included (include conf/distro/freeze.conf) in the -# distro conf file it will define BBFILES from the information in -# ${DISTRO}-bbfiles.conf or ${DISTRO}-packages.conf (whichever -# exists in that order of preference.) -# -# NOTE that these conf files use ${PKGDIR} and therefore that -# variable must be defined before this file is included, or the -# definition below (${TOPDIR}/openmebedded) must be correct. -# -PKGDIR ?= "${TOPDIR}/openembedded" -FROZEN_DIR ?= "/non/-existent/-directory/-for/-security" - -# Pull in the frozen definitions (if they exist) The multiple -# includes allow the frozen file to be stored alongside local.conf -# and in the conf/distro directory - the former take precedence over -# the latter. -include conf/distro/${DISTRO}-packages.conf -include conf/${DISTRO}-packages.conf -include ${FROZEN_DIR}/${DISTRO}-packages.conf - -include conf/distro/${DISTRO}-bbfiles.conf -include conf/${DISTRO}-bbfiles.conf -include ${FROZEN_DIR}/${DISTRO}-bbfiles.conf diff --git a/org.handhelds.familiar/conf/distro/jlime.conf b/org.handhelds.familiar/conf/distro/jlime.conf deleted file mode 100644 index f1cda8d..0000000 --- a/org.handhelds.familiar/conf/distro/jlime.conf +++ /dev/null @@ -1,49 +0,0 @@ -#@TYPE : Distribution -#@NAME : Jornada Linux Mobility Edition (JLime) -#@DESCRIPTION : Linux for HP jornada 5xx,6xx,7xx,8xx series -#Created and Maintained by Kristoffer Ericson - -DISTRO = "Jornada Linux Mobility Edition" -DISTRO_NAME = "JLime" -DISTRO_VERSION = "Shrek" -DISTRO_TYPE = "release" - -export FEED_URLS_jlime = "shrek##http://www.jlime.com/downloads/releases/shrek/${TARGET_ARCH}/feed/" - -CVSDATE = 20050518 - -PREFERRED_PROVIDERS = "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}libc-for-gcc:glibc" -PREFERRED_PROVIDER_virtual/kernel = "jlime-kernel-${TARGET_ARCH}" -PREFERRED_PROVIDER_xserver = "xserver-kdrive" - -PREFERRED_VERSION_binutils = "2.15.94.0.1" -PREFERRED_VERSION_binutils-cross = "2.15.94.0.1" -PREFERRED_VERSION_binutils-cross-sdk = "2.15.94.0.1" -PREFERRED_VERSION_gcc = "3.4.3" -PREFERRED_VERSION_gcc-cross = "3.4.3" -PREFERRED_VERSION_gcc-cross-initial = "3.4.3" -PREFERRED_VERSION_linuc-libc-headers = "2.6.7.0" -PREFERRED_VERSION_glib-2.0-native = "2.6.2" -PREFERRED_VERSION_glib-2.0 = "2.6.2" -PREFERRED_VERSION_dpkg = "1.10.23" -PREFERRED_VERSION_qte = "2.3.10" -PREFERRED_VERSION_xserver-kdrive = "20050207" - -INHERIT += "package_tar package_ipk" -BBINCLUDELOGS = "yes" -MODUTILS = "26" -IMAGE_FSTYPES = "tar.bz2" - -BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs ncurses nano virtual/kernel wireless-tools console-tools" -BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs ncurses nano wireless-tools \ -kernel-module-3c574-cs kernel-module-3c589-cs kernel-module-8390 \ -kernel-module-airo-cs kernel-module-airo console-tools \ -kernel-module-arlan \ -kernel-module-atmel-cs kernel-module-atmel kernel-module-axnet-cs \ -kernel-module-hermes \ -kernel-module-wavelan kernel-module-wavelan-cs \ -kernel-module-xirc2ps-cs kernel-module-orinoco-cs kernel-module-orinoco \ -kernel-module-nmclan-cs kernel-module-pcnet-cs e2tools e2fsprogs" diff --git a/org.handhelds.familiar/conf/distro/maemo-1.0.conf b/org.handhelds.familiar/conf/distro/maemo-1.0.conf deleted file mode 100644 index 15ec45f..0000000 --- a/org.handhelds.familiar/conf/distro/maemo-1.0.conf +++ /dev/null @@ -1,40 +0,0 @@ -include conf/distro/familiar.conf - -DISTRO = "maemo" -DISTRO_NAME = "Maemo Linux" -DISTRO_VERSION = "v1.0b-${DATE}" - -DISTRO_TYPE = "debug" -#DISTRO_TYPE = "release" - -FEED_URIS += " \ - base##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/base \ - updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates" - -#CVSDATE = 20050331 - -PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" - -#PREFERRED_VERSION_binutils-cross = "2.15.91.0.2" -#PREFERRED_VERSION_gcc-cross = "3.4.4" -#PREFERRED_VERSION_gcc-cross-initial = "3.4.4 -#PREFERRED_VERSION_libtool-native = "1.5.6" -#PREFERRED_VERSION_libtool-cross= "1.5.6" - -# -# GPE -# - -PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" -PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" -PREFERRED_PROVIDER_x11 = "diet-x11" - -include conf/distro/preferred-gpe-versions.inc - -# -# Maemo -# - -include conf/distro/maemo-preferred.inc diff --git a/org.handhelds.familiar/conf/distro/nylon.conf b/org.handhelds.familiar/conf/distro/nylon.conf deleted file mode 100644 index 77d14dc..0000000 --- a/org.handhelds.familiar/conf/distro/nylon.conf +++ /dev/null @@ -1,47 +0,0 @@ -#@TYPE: Distribution -#@NAME: Nylon Linux -#@DESCRIPTION: Distribution configuration for Nylon Mesh Linux distribution - -# this distribution is mainly for wireless networking devices and includes -# packages necessary for wireless LAN access point, routing, encryption and -# especially mesh routing applications -# -# it is primarily aimed at the 4G Systems MeshCube (mtx-1) and other -# mipsel based platforms -# -# Bruno Randolf - -INHERIT += "package_ipk debian" -INHERIT += "linux_modules" - -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}libc-for-gcc:glibc" - -#CVSDATE = 20040916 - -PREFERRED_VERSION_glibc = "2.3.3" -PREFERRED_VERSION_gcc-cross-initial = "3.3.4" -PREFERRED_VERSION_gcc-cross = "3.3.4" -PREFERRED_VERSION_gcc-cross-sdk = "3.3.4" -PREFERRED_VERSION_gcc = "3.3.4" -PREFERRED_VERSION_binutils-cross = "2.14.90.0.7" -PREFERRED_VERSION_binutils-cross-sdk = "2.14.90.0.7" -PREFERRED_VERSION_binutils = "2.14.90.0.7" - -PREFERRED_VERSION_olsrd = "0.4.8" -PREFERRED_VERSION_prism54-firmware = "1.0.3.0" -PREFERRED_VERSION_usbutils = "0.11" - -# usually overrrided from local.conf -NYLON_RELEASE = "unstable" - -# use meshcub.org mirrors -CVS_TARBALL_STASH = "http://meshcube.org/nylon/${NYLON_RELEASE}/sources/" -INHERIT += "nylon-mirrors" - -export FEED_URIS="nylon##http://meshcube.org/nylon/${NYLON_RELEASE}/feed" - -IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}_${BUILDNAME}" -KERNEL_IMAGE_NAME = "kernel-${KV}-${MACHINE}_${BUILDNAME}" diff --git a/org.handhelds.familiar/conf/distro/openmn.conf b/org.handhelds.familiar/conf/distro/openmn.conf deleted file mode 100644 index 316720d..0000000 --- a/org.handhelds.familiar/conf/distro/openmn.conf +++ /dev/null @@ -1,21 +0,0 @@ -#@TYPE: Distribution -#@NAME: OpenMN -#@DESCRIPTION: Destribution for Devices produced by M&N Solutions GmbH, Germany, Rosbach - -# Used in base-files for /etc/issue and /etc/issue.net -DISTRO_NAME = "OpenMN" -DISTRO_VERSION = "5.4" - -TARGET_ARCH = "arm" -TARGET_FPU = "soft" -TARGET_OS = "linux" - -INHERIT += "package_ipk" -INHERIT += "debian" -IPKG_ARCHS = "armv5te openmn" - -FEED_URIS = "mnci54##http://www.mn-solutions.de/feed/mnci54/base" - -IMAGE_FSTYPE = "jffs2" -EXTRA_IMAGECMD_jffs2 = "--pad=0x1ec0000 --eraseblock=0x40000" -IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime --output=${DEPLOY_DIR_IMAGE}/rootfs.${MACHINE} ${EXTRA_IMAGECMD}" diff --git a/org.handhelds.familiar/conf/distro/openomap.conf b/org.handhelds.familiar/conf/distro/openomap.conf deleted file mode 100644 index 6f0bca9..0000000 --- a/org.handhelds.familiar/conf/distro/openomap.conf +++ /dev/null @@ -1,12 +0,0 @@ -#@TYPE: Distribution -#@NAME: OpenOMAP -#@DESCRIPTION: OE Distribution for TI OMAP Development Boards - -INHERIT += " package_ipk debian" -TARGET_OS = "linux" -TARGET_FPU ?= "soft" - -# 2.4 vs 2.6 is a distro decision. -MODUTILS = "26" -BOOTSTRAP_EXTRA_DEPENDS += "udev" -BOOTSTRAP_EXTRA_RDEPENDS += "udev" diff --git a/org.handhelds.familiar/conf/distro/opensimpad-0.9.0.conf b/org.handhelds.familiar/conf/distro/opensimpad-0.9.0.conf deleted file mode 100644 index e73c7f9..0000000 --- a/org.handhelds.familiar/conf/distro/opensimpad-0.9.0.conf +++ /dev/null @@ -1,6 +0,0 @@ -DISTRO = "opensimpad" -DISTRO_NAME = "OpenSIMpad" -DISTRO_VERSION = "0.9.0-rc2-${DATE}" - -include conf/distro/openzaurus-3.5.4.conf - diff --git a/org.handhelds.familiar/conf/distro/opensimpad.conf b/org.handhelds.familiar/conf/distro/opensimpad.conf deleted file mode 100644 index dc66621..0000000 --- a/org.handhelds.familiar/conf/distro/opensimpad.conf +++ /dev/null @@ -1,11 +0,0 @@ -#@TYPE: Distribution -#@NAME: OpenSIMpad -#@DESCRIPTION: Distribution configuration for OpenSIMpad (http://www.opensimpad.org) - -INHERIT += " package_ipk debian" -TARGET_OS ?= "linux" -TARGET_FPU ?= "soft" - -PARALLEL_INSTALL_MODULES = "1" - -DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" diff --git a/org.handhelds.familiar/conf/distro/openslug-native-packages.conf b/org.handhelds.familiar/conf/distro/openslug-native-packages.conf deleted file mode 100644 index 158d775..0000000 --- a/org.handhelds.familiar/conf/distro/openslug-native-packages.conf +++ /dev/null @@ -1,11 +0,0 @@ -# automatically generated by bitbake freeze -BBFILES := "\ -${PKGDIR}/packages/apache/*.bb \ -${PKGDIR}/packages/openssl/*.bb \ -${PKGDIR}/packages/ipkg-utils/*.bb \ -${PKGDIR}/packages/meta/package-index.bb \ -${PKGDIR}/packages/meta/openslug-native-packages.bb \ -${PKGDIR}/packages/freeze/*.bb \ -${PKGDIR}/packages/pcre/*.bb \ -${PKGDIR}/packages/expat/*.bb \ -${OPENSLUG_EXTRA_BBFILES}" diff --git a/org.handhelds.familiar/conf/distro/openslug-native.conf b/org.handhelds.familiar/conf/distro/openslug-native.conf deleted file mode 100644 index 708bbf1..0000000 --- a/org.handhelds.familiar/conf/distro/openslug-native.conf +++ /dev/null @@ -1,20 +0,0 @@ -include conf/distro/openslug.conf - -# Corresponting packages should be in openslug-native.bb, -# currently missing: ipkg-utils libtool quilt pkgconfig -ASSUME_PROVIDED = "libtool-cross \ - libtool-native \ - automake-native \ - autoconf-native \ - quilt-native \ - ipkg-native \ - gnu-config-native \ - pkgconfig-native \ - virtual/armeb-linux-gcc \ - virtual/libc \ - update-rc.d \ - " - -# Our build host is armeb, not armv5eb that the kernel reports -BUILD_ARCH = armeb - diff --git a/org.handhelds.familiar/conf/distro/openslug-packages.conf b/org.handhelds.familiar/conf/distro/openslug-packages.conf deleted file mode 100644 index 7a9cb67..0000000 --- a/org.handhelds.familiar/conf/distro/openslug-packages.conf +++ /dev/null @@ -1,194 +0,0 @@ -BBFILES := "\ -${PKGDIR}/packages/alsa/*.bb \ -${PKGDIR}/packages/atftp/*.bb \ -${PKGDIR}/packages/audiofile/*.bb \ -${PKGDIR}/packages/aumix/*.bb \ -${PKGDIR}/packages/autoconf/*.bb \ -${PKGDIR}/packages/automake/*.bb \ -${PKGDIR}/packages/base-files/*.bb \ -${PKGDIR}/packages/base-passwd/*.bb \ -${PKGDIR}/packages/bash/*.bb \ -${PKGDIR}/packages/bind/*.bb \ -${PKGDIR}/packages/binutils/*.bb \ -${PKGDIR}/packages/bison/*.bb \ -${PKGDIR}/packages/bluez/*.bb \ -${PKGDIR}/packages/boost/*.bb \ -${PKGDIR}/packages/bridge-utils/*.bb \ -${PKGDIR}/packages/busybox/*.bb \ -${PKGDIR}/packages/bwmon/*.bb \ -${PKGDIR}/packages/bzip2/*.bb \ -${PKGDIR}/packages/ccxstream/*.bb \ -${PKGDIR}/packages/coreutils/*.bb \ -${PKGDIR}/packages/cpio/*.bb \ -${PKGDIR}/packages/cron/*.bb \ -${PKGDIR}/packages/ctorrent/*.bb \ -${PKGDIR}/packages/ctrlproxy/*.bb \ -${PKGDIR}/packages/cvs/*.bb \ -${PKGDIR}/packages/cyrus-imapd/*.bb \ -${PKGDIR}/packages/cyrus-sasl/*.bb \ -${PKGDIR}/packages/db/*.bb \ -${PKGDIR}/packages/devio/*.bb \ -${PKGDIR}/packages/diffstat/*.bb \ -${PKGDIR}/packages/diffutils/*.bb \ -${PKGDIR}/packages/dnsmasq/*.bb \ -${PKGDIR}/packages/dropbear/*.bb \ -${PKGDIR}/packages/e2fsprogs/*.bb \ -${PKGDIR}/packages/expat/*.bb \ -${PKGDIR}/packages/fakeroot/*.bb \ -${PKGDIR}/packages/file/*.bb \ -${PKGDIR}/packages/findutils/*.bb \ -${PKGDIR}/packages/flac/*.bb \ -${PKGDIR}/packages/flex/*.bb \ -${PKGDIR}/packages/freeze/*.bb \ -${PKGDIR}/packages/ftpd-topfield/*.bb \ -${PKGDIR}/packages/gawk/*.bb \ -${PKGDIR}/packages/gcc/*.bb \ -${PKGDIR}/packages/gdb/*.bb \ -${PKGDIR}/packages/gdbm/*.bb \ -${PKGDIR}/packages/gettext/*.bb \ -${PKGDIR}/packages/glib-1.2/*.bb \ -${PKGDIR}/packages/glib-2.0/*.bb \ -${PKGDIR}/packages/glibc/*.bb \ -${PKGDIR}/packages/gnu-config/*.bb \ -${PKGDIR}/packages/gphoto2/*.bb \ -${PKGDIR}/packages/grep/*.bb \ -${PKGDIR}/packages/gtk-doc/*.bb \ -${PKGDIR}/packages/gzip/*.bb \ -${PKGDIR}/packages/hotplug-ng/*.bb \ -${PKGDIR}/packages/ifupdown/*.bb \ -${PKGDIR}/packages/initscripts/*.bb \ -${PKGDIR}/packages/install/*.bb \ -${PKGDIR}/packages/intltool/*.bb \ -${PKGDIR}/packages/iperf/*.bb \ -${PKGDIR}/packages/ipkg-utils/*.bb \ -${PKGDIR}/packages/ipkg/*.bb \ -${PKGDIR}/packages/iptables/*.bb \ -${PKGDIR}/packages/ircp/*.bb \ -${PKGDIR}/packages/irssi/*.bb \ -${PKGDIR}/packages/ixp425-eth/*.bb \ -${PKGDIR}/packages/ixp4xx/*.bb \ -${PKGDIR}/packages/joe/*.bb \ -${PKGDIR}/packages/jpeg/*.bb \ -${PKGDIR}/packages/lcdproc/*.bb \ -${PKGDIR}/packages/less/*.bb \ -${PKGDIR}/packages/libaal/*.bb \ -${PKGDIR}/packages/libao/*.bb \ -${PKGDIR}/packages/libdvb/*.bb \ -${PKGDIR}/packages/libexif/*.bb \ -${PKGDIR}/packages/libgphoto2/*.bb \ -${PKGDIR}/packages/libgsm/*.bb \ -${PKGDIR}/packages/libid3tag/*.bb \ -${PKGDIR}/packages/liblockfile/*.bb \ -${PKGDIR}/packages/libmad/*.bb \ -${PKGDIR}/packages/libmikmod/*.bb \ -${PKGDIR}/packages/libogg/*.bb \ -${PKGDIR}/packages/libol/*.bb \ -${PKGDIR}/packages/libpcap/*.bb \ -${PKGDIR}/packages/libpng/*.bb \ -${PKGDIR}/packages/libtiff/*.bb \ -${PKGDIR}/packages/libtool/*.bb \ -${PKGDIR}/packages/libusb/*.bb \ -${PKGDIR}/packages/libvorbis/*.bb \ -${PKGDIR}/packages/libxml/*.bb \ -${PKGDIR}/packages/linux-libc-headers/*.bb \ -${PKGDIR}/packages/linux/*.bb \ -${PKGDIR}/packages/lrzsz/*.bb \ -${PKGDIR}/packages/lsof/*.bb \ -${PKGDIR}/packages/lzo/*.bb \ -${PKGDIR}/packages/m4/*.bb \ -${PKGDIR}/packages/mailx/*.bb \ -${PKGDIR}/packages/make/*.bb \ -${PKGDIR}/packages/makedevs/*.bb \ -${PKGDIR}/packages/man-pages/*.bb \ -${PKGDIR}/packages/man/*.bb \ -${PKGDIR}/packages/meta/*.bb \ -${PKGDIR}/packages/mgetty/*.bb \ -${PKGDIR}/packages/miau/*.bb \ -${PKGDIR}/packages/microcom/*.bb \ -${PKGDIR}/packages/module-init-tools/*.bb \ -${PKGDIR}/packages/modutils/*.bb \ -${PKGDIR}/packages/monotone/*.bb \ -${PKGDIR}/packages/mt-daapd/*.bb \ -${PKGDIR}/packages/mtd/*.bb \ -${PKGDIR}/packages/musicpd/*.bb \ -${PKGDIR}/packages/mutt/*.bb \ -${PKGDIR}/packages/mysql/*.bb \ -${PKGDIR}/packages/nail/*.bb \ -${PKGDIR}/packages/nano/*.bb \ -${PKGDIR}/packages/ncftp/*.bb \ -${PKGDIR}/packages/ncurses/*.bb \ -${PKGDIR}/packages/netbase/*.bb \ -${PKGDIR}/packages/netpbm/*.bb \ -${PKGDIR}/packages/nfs-utils/*.bb \ -${PKGDIR}/packages/nis/*.bb \ -${PKGDIR}/packages/nslu2-binary-only/*.bb \ -${PKGDIR}/packages/ntp/*.bb \ -${PKGDIR}/packages/obexftp/*.bb \ -${PKGDIR}/packages/openldap/*.bb \ -${PKGDIR}/packages/openntpd/*.bb \ -${PKGDIR}/packages/openobex-apps/*.bb \ -${PKGDIR}/packages/openobex/*.bb \ -${PKGDIR}/packages/openslug-init/*.bb \ -${PKGDIR}/packages/openssh/*.bb \ -${PKGDIR}/packages/openssl/*.bb \ -${PKGDIR}/packages/openvpn/*.bb \ -${PKGDIR}/packages/pam/*.bb \ -${PKGDIR}/packages/patch/*.bb \ -${PKGDIR}/packages/patcher/*.bb \ -${PKGDIR}/packages/pciutils/*.bb \ -${PKGDIR}/packages/pcmcia-cs/*.bb \ -${PKGDIR}/packages/pcre/*.bb \ -${PKGDIR}/packages/perl/*.bb \ -${PKGDIR}/packages/php/*.bb \ -${PKGDIR}/packages/pkgconfig/*.bb \ -${PKGDIR}/packages/popt/*.bb \ -${PKGDIR}/packages/portmap/*.bb \ -${PKGDIR}/packages/postfix/*.bb \ -${PKGDIR}/packages/ppp/*.bb \ -${PKGDIR}/packages/procps/*.bb \ -${PKGDIR}/packages/psmisc/*.bb \ -${PKGDIR}/packages/puppy/*.bb \ -${PKGDIR}/packages/pvrusb2-mci/*.bb \ -${PKGDIR}/packages/pwc/*.bb \ -${PKGDIR}/packages/python/*.bb \ -${PKGDIR}/packages/qc-usb/*.bb \ -${PKGDIR}/packages/quilt/*.bb \ -${PKGDIR}/packages/readline/*.bb \ -${PKGDIR}/packages/reiser4progs/*.bb \ -${PKGDIR}/packages/reiserfsprogs/*.bb \ -${PKGDIR}/packages/rsync/*.bb \ -${PKGDIR}/packages/samba/*.bb \ -${PKGDIR}/packages/sane-backends/*.bb \ -${PKGDIR}/packages/screen/*.bb \ -${PKGDIR}/packages/sed/*.bb \ -${PKGDIR}/packages/setpwc/*.bb \ -${PKGDIR}/packages/slugimage/*.bb \ -${PKGDIR}/packages/ssmtp/*.bb \ -${PKGDIR}/packages/strace/*.bb \ -${PKGDIR}/packages/streamripper/*.bb \ -${PKGDIR}/packages/sudo/*.bb \ -${PKGDIR}/packages/sysfsutils/*.bb \ -${PKGDIR}/packages/syslog-ng/*.bb \ -${PKGDIR}/packages/sysvinit/*.bb \ -${PKGDIR}/packages/tar/*.bb \ -${PKGDIR}/packages/thttpd/*.bb \ -${PKGDIR}/packages/timezones/*.bb \ -${PKGDIR}/packages/tinylogin/*.bb \ -${PKGDIR}/packages/udev/*.bb \ -${PKGDIR}/packages/unionfs/*.bb \ -${PKGDIR}/packages/unzip/*.bb \ -${PKGDIR}/packages/update-modules/*.bb \ -${PKGDIR}/packages/update-rc.d/*.bb \ -${PKGDIR}/packages/upslug/*.bb \ -${PKGDIR}/packages/usbutils/*.bb \ -${PKGDIR}/packages/util-linux/*.bb \ -${PKGDIR}/packages/vim/*.bb \ -${PKGDIR}/packages/vlan/*.bb \ -${PKGDIR}/packages/vsftpd/*.bb \ -${PKGDIR}/packages/wakelan/*.bb \ -${PKGDIR}/packages/wget/*.bb \ -${PKGDIR}/packages/wireless-tools/*.bb \ -${PKGDIR}/packages/xinetd/*.bb \ -${PKGDIR}/packages/zd1211/*.bb \ -${PKGDIR}/packages/zlib/*.bb \ -${OPENSLUG_EXTRA_BBFILES}" diff --git a/org.handhelds.familiar/conf/distro/openslug.conf b/org.handhelds.familiar/conf/distro/openslug.conf deleted file mode 100644 index 5c57e87..0000000 --- a/org.handhelds.familiar/conf/distro/openslug.conf +++ /dev/null @@ -1,167 +0,0 @@ -#@TYPE: Distribution -#@NAME: OpenSlug -#@DESCRIPTION: OpenSlug Linux Distribution for the NSLU2 - -#---------------------------------------------------------------------------------- -# STANDARD OpenSlug DEFINITIONS -#---------------------------------------------------------------------------------- -DISTRO_NAME = "OpenSlug" -DISTRO_VERSION = "2.8-beta" -DISTRO_TYPE ?= "beta" - -TARGET_FPU = "soft" -TARGET_OS = "linux" - -USE_NLS ?= "no" -USE_NLS_glib-2.0 = "yes" - -INHERIT += " package_ipk debian nslu2-jffs2-image" - -# NOTE: to build new packages set OPENSLUG_EXTRA_BBFILES to the full path name to -# the .bb files for the packages to build - see openslug-packages.conf in this -# directory -OPENSLUG_EXTRA_BBFILES ?= "" - -# pull in the frozen list of bbfiles - this sets BBFILES and this will override any -# setting in local.conf -include conf/distro/freeze.conf - -#---------------------------------------------------------------------------------- -# FEEDS -# The following lines define where on the internet OpenSlug looks for packages -# when downloading new packages or updating existing packages. Additional feeds -# (such as a local feed) can be defined in local.conf -#---------------------------------------------------------------------------------- -# Add to the user's feeds from local.conf (there may be none) -FEED_URIS_append_linux += "cross##http://ipkg.nslu2-linux.org/feeds/openslug/cross/${DISTRO_VERSION}" -FEED_URIS_append_linux += "native##http://ipkg.nslu2-linux.org/feeds/openslug/native/${DISTRO_VERSION}" - -# -# Uncomment the following to get the unstable feeds -#FEED_URIS_append_linux += "unstable_cross##http://ipkg.nslu2-linux.org/feeds/openslug/cross/unstable" -#FEED_URIS_append_linux += "unstable_native##http://ipkg.nslu2-linux.org/feeds/openslug/native/unstable" - -#---------------------------------------------------------------------------------- -# FIRMWARE CONFIGURATION -#---------------------------------------------------------------------------------- -# IMAGE BUILD OPTIONS -# ------------------- -IMAGE_FSTYPES = "jffs2" - -OPENSLUG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-openslug.txt')}" -EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${OPENSLUG_DEVICE_TABLE}" - -# CMDLINE* macros define the kernel command line. CMDLINE_DEBUG is provided -# to enable/disable debugging in the distro. Here noirqdebug is used to -# remove the messages about unhandled interrupts - people debugging interrupt -# issues in the kernel need to cancel this (set CMDLINE_DEBUG empty in local.conf) -CMDLINE_DEBUG = "noirqdebug" - -# EXTRA PACKAGES -# -------------- -# Filesystem support modules are listed in here for easy removal, -# as is the lrzsz serial package and other kernel modules which are -# not absolutely required for boot. -# NOTE: only jffs2 support is an absolute requirement of boot, even -# the ext2/ext3 support is optional! -OPENSLUG_EXT2_PROGS = "e2fsprogs-mke2fs e2fsprogs-fsck e2fsprogs-e2fsck" -OPENSLUG_REISER_PROGS = "reiserfsprogs" - -# The standard firmware contents and additional packages built as requirements -# of the firmware are defined here in OPENSLUG_STANDARD_RDEPENDS and -# OPENSLUG_STANDARD_DEPENDS respectively. -OPENSLUG_STANDARD_DEPENDS = "" -OPENSLUG_STANDARD_RDEPENDS = "" - -# Support for a variety of file systems is built in to the openslug -# image, programs to format disks with these file systems may be -# added or removed. By default ext2. ext3 and reiserfs supported -# is included by the following lines. -# -# These lines add support for formatting ext2 and ext3 file systems -# on a hard disk attached to the NSLU2. ext3 is the standard Linux -# file system. -OPENSLUG_STANDARD_DEPENDS += "e2fsprogs" -OPENSLUG_STANDARD_RDEPENDS += "${OPENSLUG_EXT2_PROGS}" - -# These lines add support for formatting reiserfs file systems on -# a hard disk. -OPENSLUG_STANDARD_DEPENDS += "reiserfsprogs" -OPENSLUG_STANDARD_RDEPENDS += "${OPENSLUG_REISER_PROGS}" - -# These lines add a build of the 'upslug' program which may be -# used to download the final image to an NSLU2. The program can -# be found within the tmp/work/upslug-native* directory. -OPENSLUG_STANDARD_DEPENDS += "upslug-native" - -# These lines add support for an X/Y/ZModem package called lrzsz -# (this is of use for people with modified NSLU2 hardware which -# supports a serial port.) -OPENSLUG_STANDARD_DEPENDS += "lrzsz" -OPENSLUG_STANDARD_RDEPENDS += "lrzsz" - -# The 'standard' values are the defaults for the 'extra' packages added -# to the firmware image. None of these things are requirements to have -# a bootable, useable, system however they *are* expected to be present -# in OpenSlug - see osuclibc for a more minimal configuration and some -# more instructions about how to make a non-openslug image. -OPENSLUG_EXTRA_DEPENDS ?= "${OPENSLUG_STANDARD_DEPENDS}" -OPENSLUG_EXTRA_RDEPENDS ?= "${OPENSLUG_STANDARD_RDEPENDS}" - -# Filesystem selection: set in local.conf to override. Adding entries -# here adds the module to the image. The module must be built as part -# of openslug-kernel (i.e. it must be specified as a module in the -# defconfig file). The NLS support charset modules must be given -# explicitly and must match the codepage/iocharset and NLS handling -# for the file systems which require them. The installed lanugage -# set is minimal but sufficient for any file system (since it uses -# utf8). See http://www.nslu2-linux.orgwiki/HowTo/MountFATFileSystems -# for more information on the language behaviour of the DOS file -# systems. -# -# KERNEL LEVEL FILE SYSTEM SUPPORT -# -------------------------------- -# NOTE: removing kernel-module-nfs from this list will prevent NFS -# boot (however you can do a simple flash file system boot - no -# attached disk - and install the nfs modules from ssh.) -OPENSLUG_EXTRA_FILESYSTEMS ?= "\ -kernel-module-ext2 \ -kernel-module-jbd \ -kernel-module-ext3 \ -kernel-module-nfs \ -kernel-module-vfat \ -kernel-module-ntfs \ -kernel-module-isofs \ -kernel-module-udf \ -kernel-module-reiserfs \ -kernel-module-nls-cp437 \ -kernel-module-nls-utf8 \ -" - -# This documents other file systems which are built but not installed -# by default in the flash image. -# -# kernel-module-msdos - mounts a FAT file system without long file names -# (use kernel-module-vfat, it shows the long names -# if present.) - -OPENSLUG_EXTRA_INSTALL ?= "${OPENSLUG_EXTRA_RDEPENDS} ${OPENSLUG_EXTRA_FILESYSTEMS}" - -#---------------------------------------------------------------------------------- -# PACKAGE VERSION CONTROL -#---------------------------------------------------------------------------------- -# Select the correct versions of the compiler tools (note that there -# is also some selection in machine/nslu2.conf) -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" - -# Select the correct versions of the kernel and modules -PREFERRED_PROVIDER_virtual/kernel ?= "openslug-kernel" -PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" -PREFERRED_VERSION_openslug-kernel ?= "2.6.12.2" - -PREFERRED_VERSION_ixp4xx-csr ?= "1.4" -PREFERRED_VERSION_ixp425-eth ?= "1.1" - -PREFERRED_VERSION_nslu2-linksys-firmware ?= "2.3r29" diff --git a/org.handhelds.familiar/conf/distro/openzaurus-3.5.4.conf b/org.handhelds.familiar/conf/distro/openzaurus-3.5.4.conf deleted file mode 100644 index 569e0b5..0000000 --- a/org.handhelds.familiar/conf/distro/openzaurus-3.5.4.conf +++ /dev/null @@ -1,81 +0,0 @@ -DISTRO = "openzaurus" -DISTRO_NAME = "OpenZaurus" -DISTRO_VERSION = "3.5.4" - -include conf/distro/openzaurus.conf - -DISTRO_TYPE = "release" -CVSDATE = "20060102" - -FEED_BASE_URI = "http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/" -FEED_URIS += " \ - upgrades##${FEED_BASE_URI}/feed/upgrades \ -machine-upgrades##${FEED_BASE_URI}/feed/upgrades/machine/${MACHINE} \ - machine##${FEED_BASE_URI}/feed/machine/${MACHINE} \ - base##${FEED_BASE_URI}/feed/base " - - -# -# Zaurus -# - -ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95" -OEINCLUDELOGS = "yes" -KERNEL_CONSOLE = "ttyS0" -#DEBUG_OPTIMIZATION = "-O -g3" -#DEBUG_BUILD = "1" -#INHIBIT_PACKAGE_STRIP = "1" - -# enable progressbar on c7x0 like we had in OZ 3.5.3 -OZ_KERNEL_ENABLE_ELPP="yes" - -PREFERRED_VERSION_ipkg = "0.99.159" - -PREFERRED_VERSION_gcc = "3.4.4" -PREFERRED_VERSION_gcc-cross = "3.4.4" -PREFERRED_VERSION_gcc-cross-initial = "3.4.4" - -PREFERRED_VERSION_hostap-modules = "0.3.9" - -#fix some iconv issues, needs to be adjusted when doing uclibc builds -PREFERRED_PROVIDER_virtual/libiconv=glibc -PREFERRED_PROVIDER_virtual/libintl=glibc - - -# -# Base -# -PREFERRED_VERSION_binutils-cross = "2.15.94.0.1" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" - -#Set some default providers where multiple exist -PREFERRED_PROVIDERS += " tslib:tslib" - -# -# Opie -# -PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie" - -OPIE_VERSION = "1.2.1" -include conf/distro/preferred-opie-versions.inc - -# -# GPE -# -PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" -PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" -PREFERRED_PROVIDER_gnome-vfs=gnome-vfs-dbus -PREFERRED_PROVIDER_x11 = "diet-x11" -PREFERRED_PROVIDER_libgpewidget = "libgpewidget" - -include conf/distro/preferred-gpe-versions-2.7.inc - -# -# E -# -include conf/distro/preferred-e-versions.inc - -# put images into dirs from where we can copy them easier -DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${DISTRO_VERSION}/${MACHINE}" diff --git a/org.handhelds.familiar/conf/distro/openzaurus.conf b/org.handhelds.familiar/conf/distro/openzaurus.conf deleted file mode 100644 index 9c3f83e..0000000 --- a/org.handhelds.familiar/conf/distro/openzaurus.conf +++ /dev/null @@ -1,17 +0,0 @@ -#@TYPE: Distribution -#@NAME: OpenZaurus -#@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org) - -INHERIT += " package_ipk debian" -# For some reason, this doesn't work -# TARGET_OS ?= "linux" -TARGET_OS = "linux" -TARGET_FPU = "soft" - -BOOTSTRAP_EXTRA_DEPENDS += "openzaurus-version" -BOOTSTRAP_EXTRA_RDEPENDS += "openzaurus-version" -IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" - -PARALLEL_INSTALL_MODULES = "1" - -DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" diff --git a/org.handhelds.familiar/conf/distro/sharprom-compatible.conf b/org.handhelds.familiar/conf/distro/sharprom-compatible.conf deleted file mode 100644 index bf07d6b..0000000 --- a/org.handhelds.familiar/conf/distro/sharprom-compatible.conf +++ /dev/null @@ -1,64 +0,0 @@ -#@TYPE: Distribution -#@NAME: SharpROM -#@DESCRIPTION: Distribution configuration for SharpROM compatible packages - -# -# This is pretty ad-hoc - feel free to improve as needed :) -# - -INHERIT += " package_ipk debian sharprom" - -TARGET_OS = "linux" -TARGET_FPU = "" -TARGET_ARCH = "arm" -TARGET_CC_ARCH = "-march=armv4" -FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -O2" - -DISTRO = "sharprom" -DISTRO_NAME = "SharpROM" -DISTRO_VERSION = "3.1 compatible" -DISTRO_TYPE = "debug" -# DISTRO_TYPE = "release" - -# -# Zaurus -# - -OEINCLUDELOGS = "yes" -KERNEL_CONSOLE = "tty1" -#DEBUG_OPTIMIZATION = "-O -g3" -#DEBUG_BUILD = "1" -#INHIBIT_PACKAGE_STRIP = "1" - -# -# Base -# - -ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95 binutils-cross gcc-cross-initial gcc-cross" -ASSUME_PROVIDED += "virtual/arm-linux-libc-for-gcc virtual/arm-linux-binutils virtual/arm-linux-gcc" -ASSUME_PROVIDED += "virtual/arm-linux-gcc-initial virtual/arm-linux-gcc-initial -ASSUME_PROVIDED += "virtual/libc linux-libc-headers" - -DEPENDS =+ "sharprom-toolchain-native" - -IPKGBUILDCMD = "ipkg-build -c -o 0 -g 0" - -# -# Opie -# - -PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie" - -OPIE_VERSION = "1.2.0" -include conf/distro/preferred-opie-versions.inc - -# -# GPE -# - -CVSDATE_xserver-kdrive = "20050208" -PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" -PREFERRED_PROVIDERS += " gst-plugins:gpe-gst-plugins" - -include conf/distro/preferred-gpe-versions.inc - diff --git a/org.handhelds.familiar/conf/distro/ucslugc-packages.conf b/org.handhelds.familiar/conf/distro/ucslugc-packages.conf deleted file mode 100644 index 77d1219..0000000 --- a/org.handhelds.familiar/conf/distro/ucslugc-packages.conf +++ /dev/null @@ -1,177 +0,0 @@ -# automatically generated by bitbake freeze -BBFILES := "\ -${PKGDIR}/packages/alsa/*.bb \ -${PKGDIR}/packages/atftp/*.bb \ -${PKGDIR}/packages/audiofile/*.bb \ -${PKGDIR}/packages/aumix/*.bb \ -${PKGDIR}/packages/autoconf/*.bb \ -${PKGDIR}/packages/automake/*.bb \ -${PKGDIR}/packages/base-files/*.bb \ -${PKGDIR}/packages/base-passwd/*.bb \ -${PKGDIR}/packages/bash/*.bb \ -${PKGDIR}/packages/bind/*.bb \ -${PKGDIR}/packages/binutils/*.bb \ -${PKGDIR}/packages/bison/*.bb \ -${PKGDIR}/packages/bluez/*.bb \ -${PKGDIR}/packages/boost/*.bb \ -${PKGDIR}/packages/bridge-utils/*.bb \ -${PKGDIR}/packages/busybox/*.bb \ -${PKGDIR}/packages/bwmon/*.bb \ -${PKGDIR}/packages/bzip2/*.bb \ -${PKGDIR}/packages/ccxstream/*.bb \ -${PKGDIR}/packages/coreutils/*.bb \ -${PKGDIR}/packages/cpio/*.bb \ -${PKGDIR}/packages/cron/*.bb \ -${PKGDIR}/packages/ctorrent/*.bb \ -${PKGDIR}/packages/cvs/*.bb \ -${PKGDIR}/packages/db/*.bb \ -${PKGDIR}/packages/devio/*.bb \ -${PKGDIR}/packages/diffstat/*.bb \ -${PKGDIR}/packages/diffutils/*.bb \ -${PKGDIR}/packages/dnsmasq/*.bb \ -${PKGDIR}/packages/dropbear/*.bb \ -${PKGDIR}/packages/e2fsprogs/*.bb \ -${PKGDIR}/packages/expat/*.bb \ -${PKGDIR}/packages/fakeroot/*.bb \ -${PKGDIR}/packages/file/*.bb \ -${PKGDIR}/packages/findutils/*.bb \ -${PKGDIR}/packages/flac/*.bb \ -${PKGDIR}/packages/flex/*.bb \ -${PKGDIR}/packages/freeze/*.bb \ -${PKGDIR}/packages/ftpd-topfield/*.bb \ -${PKGDIR}/packages/gawk/*.bb \ -${PKGDIR}/packages/gcc/*.bb \ -${PKGDIR}/packages/gdb/*.bb \ -${PKGDIR}/packages/gdbm/*.bb \ -${PKGDIR}/packages/gettext/*.bb \ -${PKGDIR}/packages/glib-1.2/*.bb \ -${PKGDIR}/packages/glib-2.0/*.bb \ -${PKGDIR}/packages/gnu-config/*.bb \ -${PKGDIR}/packages/gphoto2/*.bb \ -${PKGDIR}/packages/grep/*.bb \ -${PKGDIR}/packages/gtk-doc/*.bb \ -${PKGDIR}/packages/gzip/*.bb \ -${PKGDIR}/packages/hotplug-ng/*.bb \ -${PKGDIR}/packages/ifupdown/*.bb \ -${PKGDIR}/packages/initscripts/*.bb \ -${PKGDIR}/packages/install/*.bb \ -${PKGDIR}/packages/intltool/*.bb \ -${PKGDIR}/packages/ipkg-utils/*.bb \ -${PKGDIR}/packages/ipkg/*.bb \ -${PKGDIR}/packages/iptables/*.bb \ -${PKGDIR}/packages/ircp/*.bb \ -${PKGDIR}/packages/irssi/*.bb \ -${PKGDIR}/packages/ixp425-eth/*.bb \ -${PKGDIR}/packages/ixp4xx/*.bb \ -${PKGDIR}/packages/joe/*.bb \ -${PKGDIR}/packages/jpeg/*.bb \ -${PKGDIR}/packages/lcdproc/*.bb \ -${PKGDIR}/packages/less/*.bb \ -${PKGDIR}/packages/libaal/*.bb \ -${PKGDIR}/packages/libao/*.bb \ -${PKGDIR}/packages/libdvb/*.bb \ -${PKGDIR}/packages/libexif/*.bb \ -${PKGDIR}/packages/libgphoto2/*.bb \ -${PKGDIR}/packages/libgsm/*.bb \ -${PKGDIR}/packages/libiconv/*.bb \ -${PKGDIR}/packages/libid3tag/*.bb \ -${PKGDIR}/packages/liblockfile/*.bb \ -${PKGDIR}/packages/libmad/*.bb \ -${PKGDIR}/packages/libmikmod/*.bb \ -${PKGDIR}/packages/libogg/*.bb \ -${PKGDIR}/packages/libol/*.bb \ -${PKGDIR}/packages/libpcap/*.bb \ -${PKGDIR}/packages/libpng/*.bb \ -${PKGDIR}/packages/libtiff/*.bb \ -${PKGDIR}/packages/libtool/*.bb \ -${PKGDIR}/packages/libusb/*.bb \ -${PKGDIR}/packages/libvorbis/*.bb \ -${PKGDIR}/packages/libxml/*.bb \ -${PKGDIR}/packages/linux-libc-headers/*.bb \ -${PKGDIR}/packages/linux/*.bb \ -${PKGDIR}/packages/lrzsz/*.bb \ -${PKGDIR}/packages/lsof/*.bb \ -${PKGDIR}/packages/lzo/*.bb \ -${PKGDIR}/packages/m4/*.bb \ -${PKGDIR}/packages/mailx/*.bb \ -${PKGDIR}/packages/make/*.bb \ -${PKGDIR}/packages/makedevs/*.bb \ -${PKGDIR}/packages/meta/*.bb \ -${PKGDIR}/packages/mgetty/*.bb \ -${PKGDIR}/packages/miau/*.bb \ -${PKGDIR}/packages/microcom/*.bb \ -${PKGDIR}/packages/module-init-tools/*.bb \ -${PKGDIR}/packages/modutils/*.bb \ -${PKGDIR}/packages/mt-daapd/*.bb \ -${PKGDIR}/packages/mtd/*.bb \ -${PKGDIR}/packages/musicpd/*.bb \ -${PKGDIR}/packages/mutt/*.bb \ -${PKGDIR}/packages/nail/*.bb \ -${PKGDIR}/packages/nano/*.bb \ -${PKGDIR}/packages/ncftp/*.bb \ -${PKGDIR}/packages/ncurses/*.bb \ -${PKGDIR}/packages/netbase/*.bb \ -${PKGDIR}/packages/netpbm/*.bb \ -${PKGDIR}/packages/nmap/*.bb \ -${PKGDIR}/packages/ntp/*.bb \ -${PKGDIR}/packages/obexftp/*.bb \ -${PKGDIR}/packages/openldap/*.bb \ -${PKGDIR}/packages/openntpd/*.bb \ -${PKGDIR}/packages/openobex-apps/*.bb \ -${PKGDIR}/packages/openobex/*.bb \ -${PKGDIR}/packages/openslug-init/*.bb \ -${PKGDIR}/packages/openssh/*.bb \ -${PKGDIR}/packages/openssl/*.bb \ -${PKGDIR}/packages/openvpn/*.bb \ -${PKGDIR}/packages/patch/*.bb \ -${PKGDIR}/packages/patcher/*.bb \ -${PKGDIR}/packages/pciutils/*.bb \ -${PKGDIR}/packages/pcmcia-cs/*.bb \ -${PKGDIR}/packages/pcre/*.bb \ -${PKGDIR}/packages/perl/*.bb \ -${PKGDIR}/packages/pkgconfig/*.bb \ -${PKGDIR}/packages/popt/*.bb \ -${PKGDIR}/packages/portmap/*.bb \ -${PKGDIR}/packages/ppp/*.bb \ -${PKGDIR}/packages/procps/*.bb \ -${PKGDIR}/packages/puppy/*.bb \ -${PKGDIR}/packages/pwc/*.bb \ -${PKGDIR}/packages/python/*.bb \ -${PKGDIR}/packages/qc-usb/*.bb \ -${PKGDIR}/packages/quilt/*.bb \ -${PKGDIR}/packages/readline/*.bb \ -${PKGDIR}/packages/reiser4progs/*.bb \ -${PKGDIR}/packages/reiserfsprogs/*.bb \ -${PKGDIR}/packages/rsync/*.bb \ -${PKGDIR}/packages/samba/*.bb \ -${PKGDIR}/packages/sane-backends/*.bb \ -${PKGDIR}/packages/sed/*.bb \ -${PKGDIR}/packages/setpwc/*.bb \ -${PKGDIR}/packages/ssmtp/*.bb \ -${PKGDIR}/packages/strace/*.bb \ -${PKGDIR}/packages/streamripper/*.bb \ -${PKGDIR}/packages/sudo/*.bb \ -${PKGDIR}/packages/sysfsutils/*.bb \ -${PKGDIR}/packages/syslog-ng/*.bb \ -${PKGDIR}/packages/sysvinit/*.bb \ -${PKGDIR}/packages/tar/*.bb \ -${PKGDIR}/packages/thttpd/*.bb \ -${PKGDIR}/packages/timezones/*.bb \ -${PKGDIR}/packages/tinylogin/*.bb \ -${PKGDIR}/packages/uclibc/*.bb \ -${PKGDIR}/packages/udev/*.bb \ -${PKGDIR}/packages/unionfs/*.bb \ -${PKGDIR}/packages/unzip/*.bb \ -${PKGDIR}/packages/update-modules/*.bb \ -${PKGDIR}/packages/update-rc.d/*.bb \ -${PKGDIR}/packages/upslug/*.bb \ -${PKGDIR}/packages/usbutils/*.bb \ -${PKGDIR}/packages/util-linux/*.bb \ -${PKGDIR}/packages/vim/*.bb \ -${PKGDIR}/packages/vlan/*.bb \ -${PKGDIR}/packages/vsftpd/*.bb \ -${PKGDIR}/packages/wakelan/*.bb \ -${PKGDIR}/packages/wget/*.bb \ -${PKGDIR}/packages/wireless-tools/*.bb \ -${PKGDIR}/packages/zlib/*.bb \ -${UCSLUGC_EXTRA_BBFILES}" diff --git a/org.handhelds.familiar/conf/distro/ucslugc.conf b/org.handhelds.familiar/conf/distro/ucslugc.conf deleted file mode 100644 index 82b4b67..0000000 --- a/org.handhelds.familiar/conf/distro/ucslugc.conf +++ /dev/null @@ -1,142 +0,0 @@ -#@TYPE: Distribution -#@NAME: UcSlugC -#@DESCRIPTION: UcSlugC Linux Distribution for the NSLU2 - -#---------------------------------------------------------------------------------- -# STANDARD UcSlugC DEFINITIONS -#---------------------------------------------------------------------------------- -DISTRO_NAME = "UcSlugC" -DISTRO_VERSION = "3-beta" -DISTRO_FEED = "unstable" -DISTRO_TYPE ?= "beta" - -TARGET_FPU = "soft" -TARGET_OS = "linux-uclibc" - -# Select thumb-interwork and (TBD) thumb -ARM_INTERWORK = ":thumb-interwork" -ARM_INSTRUCTION_SET = ":thumb" - -USE_NLS ?= "no" -USE_NLS_glib-2.0 = "yes" - -INHERIT += " package_ipk debian" - -# The OVERRIDES are modified here so that 'openslug' overrides are picked up if -# present (ucslugc overrides take precedence). -NSLU2_BASE_DISTRO = ":openslug" - -# We are building packages which are armvteb (big endian) for arm or thumbv5tb for -# thumb instructions. The PACKAGE_ARCH should reflect this because generated code -# requires that instruction set support. -PACKAGE_ARCH = "${NSLU2_PACKAGE_ARCH}" - -# NOTE: to build new packages set UCSLUGC_EXTRA_BBFILES to the full path name to -# the .bb files for the packages to build - see ucslugc-packages.conf in this -# directory -UCSLUGC_EXTRA_BBFILES ?= "" - -# pull in the frozen list of bbfiles - this sets BBFILES and this will override any -# setting in local.conf -include conf/distro/freeze.conf - -#---------------------------------------------------------------------------------- -# FEEDS -# The following lines define where on the internet UcSlugC looks for packages -# when downloading new packages or updating existing packages. Additional feeds -# (such as a local feed) can be defined in local.conf -#---------------------------------------------------------------------------------- -# Add to the user's feeds from local.conf (there may be none) -# -#NOTE: at present there is no released feed for ucslugc, therefore this feed -# is set to the 'unstable' version. In released images DISTRO_FEED will typically -# be DISTRO_VERSION. -FEED_URIS_append += "cross##http://ipkg.nslu2-linux.org/feeds/ucslugc/cross/${DISTRO_FEED}" -FEED_URIS_append += "native##http://ipkg.nslu2-linux.org/feeds/ucslugc/native/${DISTRO_FEED}" - -# -# Uncomment the following to get the unstable feeds in a released version. -#FEED_URIS_append += "unstable_cross##http://ipkg.nslu2-linux.org/feeds/ucslugc/cross/unstable" -#FEED_URIS_append += "unstable_native##http://ipkg.nslu2-linux.org/feeds/ucslugc/native/unstable" - -#---------------------------------------------------------------------------------- -# FIRMWARE CONFIGURATION -#---------------------------------------------------------------------------------- -# IMAGE BUILD OPTIONS -# ------------------- -IMAGE_FSTYPES = "jffs2" - -OPENSLUG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-openslug.txt')}" -EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${OPENSLUG_DEVICE_TABLE}" - -# CMDLINE* macros define the kernel command line. CMDLINE_DEBUG is provided -# to enable/disable debugging in the distro. Here noirqdebug is used to -# remove the messages about unhandled interrupts - people debugging interrupt -# issues in the kernel need to cancel this (set CMDLINE_DEBUG empty in local.conf) -CMDLINE_DEBUG = "noirqdebug" - -# IMAGE_PREPROCESS_COMMAND is run before making the image. In UcSlugC the -# kernel image is removed from the root file system to recover the space used - -# UcSlugC is assumed to boot from a separate kernel image in flash (not in the -# root file system), if this is not the case the following must not be done! -IMAGE_PREPROCESS_COMMAND = "rm ${IMAGE_ROOTFS}/boot/zImage*;" - -# Building a full image. If you add the following extra commands will be -# appended to the openslug-image build by classes/nslu2-jffs2-image.bbclass -# (note that you can, instead, simply add 'inherit nslu2-jffs2-image' to -# openslug-image.bb). If you do this you will need to find a source for the -# LinkSys software to be placed in the full image - 'RedBoot' (the boot loader), -# 'Trailer' (just a bunch of bytes to flag the image as valid) and 'SysConf' -# (actually just a block of unset data - you could modify this to pre-configure -# the SysConf partition of the image). If you own an NSLU2 then this data is -# already in the flash of the NSLU2 and you can download it (including new -# versions) from the LinkSys web site - the bbclass will output information -# about where to put the downloaded data. -# -#NOTE: you do not actually need the boot loader in normal use because it is -# *not* overwritten by a standard upslug upgrade, so you can make an image with -# just non-LinkSys software which can be flashed into the NSLU2. - -#INHERIT += " nslu2-jffs2-image" - -# EXTRA PACKAGES -# -------------- -# UcSlugC builds an openslug-image with no extra packages - to add packages to the -# firmware copy this file (to make a new 'distro' configuration file) and change -# the definition below to include the requirements. -# NOTE: as built this system will *not* be able to boot off anything other than -# the flash file system ('turnup' will not work). You need to add the filesystem -# modules for your chosen root file system (and any others which will be used). -# See openslug.conf for a more full-featured system! -UCSLUGC_EXTRA_RDEPENDS ?= "" -UCSLUGC_EXTRA_DEPENDS ?= "" -#USLUGC_EXTRA_BBFILES above may also need to be set - -# These depends define native utilities - they do not get put in the flash. -# upslug2 (in tmp/work/upslug2-native-*) is the program to write the NSLU2 flash -# Override this as desired - it makes no difference to the final image. -UCSLUGC_NATIVE_DEPENDS ?= "upslug2-native" - -OPENSLUG_EXTRA_INSTALL = "${UCSLUGC_EXTRA_RDEPENDS}" -OPENSLUG_EXTRA_DEPENDS = "${UCSLUGC_EXTRA_DEPENDS} ${UCSLUGC_NATIVE_DEPENDS}" - -#---------------------------------------------------------------------------------- -# PACKAGE VERSION CONTROL -#---------------------------------------------------------------------------------- -# Select the correct versions of the compiler tools (note that there -# is also some selection in machine/nslu2.conf) -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" - -# Select the correct versions of the kernel and modules -PREFERRED_PROVIDER_virtual/kernel ?= "openslug-kernel" -PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" -PREFERRED_VERSION_openslug-kernel ?= "2.6.14-rc2" - -PREFERRED_VERSION_ixp4xx-csr ?= "1.4" -PREFERRED_VERSION_ixp425-eth ?= "1.1" - -PREFERRED_VERSION_samba ?= "3.0.14a" - -PREFERRED_VERSION_nslu2-linksys-firmware ?= "2.3r29" diff --git a/org.handhelds.familiar/conf/distro/unslung-binary-kernel-packages.conf b/org.handhelds.familiar/conf/distro/unslung-binary-kernel-packages.conf deleted file mode 100644 index 1dd405b..0000000 --- a/org.handhelds.familiar/conf/distro/unslung-binary-kernel-packages.conf +++ /dev/null @@ -1,39 +0,0 @@ -# automatically generated by bitbake freeze -BBFILES := "\ -${PKGDIR}/packages/autoconf/*.bb \ -${PKGDIR}/packages/automake/*.bb \ -${PKGDIR}/packages/binutils/*.bb \ -${PKGDIR}/packages/bison/*.bb \ -${PKGDIR}/packages/busybox/*.bb \ -${PKGDIR}/packages/cpio/*.bb \ -${PKGDIR}/packages/devio/*.bb \ -${PKGDIR}/packages/fakeroot/*.bb \ -${PKGDIR}/packages/findutils/*.bb \ -${PKGDIR}/packages/flex/*.bb \ -${PKGDIR}/packages/freeze/*.bb \ -${PKGDIR}/packages/gcc/*.bb \ -${PKGDIR}/packages/genext2fs/*.bb \ -${PKGDIR}/packages/gettext/*.bb \ -${PKGDIR}/packages/glibc/*.bb \ -${PKGDIR}/packages/gnu-config/*.bb \ -${PKGDIR}/packages/ipkg-utils/*.bb \ -${PKGDIR}/packages/ipkg/*.bb \ -${PKGDIR}/packages/libtool/*.bb \ -${PKGDIR}/packages/linux-libc-headers/*.bb \ -${PKGDIR}/packages/linux/*.bb \ -${PKGDIR}/packages/m4/*.bb \ -${PKGDIR}/packages/makedevs/*.bb \ -${PKGDIR}/packages/meta/*.bb \ -${PKGDIR}/packages/modutils/*.bb \ -${PKGDIR}/packages/mtd/*.bb \ -${PKGDIR}/packages/nslu2-binary-only/*.bb \ -${PKGDIR}/packages/pkgconfig/*.bb \ -${PKGDIR}/packages/portmap/*.bb \ -${PKGDIR}/packages/quilt/*.bb \ -${PKGDIR}/packages/slugimage/*.bb \ -${PKGDIR}/packages/unzip/*.bb \ -${PKGDIR}/packages/update-modules/*.bb \ -${PKGDIR}/packages/wget/*.bb \ -${PKGDIR}/packages/zd1211/*.bb \ -${PKGDIR}/packages/zlib/*.bb \ -${UNSLUNG_EXTRA_BBFILES}" diff --git a/org.handhelds.familiar/conf/distro/unslung-binary-kernel.conf b/org.handhelds.familiar/conf/distro/unslung-binary-kernel.conf deleted file mode 100644 index 3f8dbf3..0000000 --- a/org.handhelds.familiar/conf/distro/unslung-binary-kernel.conf +++ /dev/null @@ -1,56 +0,0 @@ -#@TYPE: Distribution -#@NAME: Unslung -#@DESCRIPTION: Unslung Linux Distribution for the NSLU2 - -DISTRO_NAME = "Unslung" -DISTRO_VERSION = "6.0-alpha" -DISTRO_TYPE = "beta" - -FEED_URIS = "cross##http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/unstable" -FEED_URIS += "native##http://ipkg.nslu2-linux.org/feeds/optware/nslu2/native/unstable" -FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/modules/cross/unstable" - -# pull in the frozen list of bbfiles -UNSLUNG_EXTRA_BBFILES ?= "" -include conf/distro/freeze.conf - -TARGET_FPU = "soft" -TARGET_OS = "linux" - -FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2" - -INHERIT += " package_ipk nslu2-ramdisk-image" - -# The OVERRIDES are modified here so that 'unslung' overrides are picked up if -# present (unslung-binary-kernel overrides take precedence). -NSLU2_BASE_DISTRO = ":unslung" - -IMAGE_FSTYPE = "ext2.gz" -UNSLUNG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-unslung.txt')}" -EXTRA_IMAGECMD_ext2.gz = "-D ${UNSLUNG_DEVICE_TABLE}" -IMAGE_ROOTFS_SIZE_ext2.gz = "14000" - -UNSLUNG_EXTRA_DEPENDS ?= "" -UNSLUNG_EXTRA_RDEPENDS ?= "\ -kernel-module-usbnet \ -kernel-module-pegasus kernel-module-kaweth \ -kernel-module-usbserial \ -kernel-module-pl2303 kernel-module-ftdi-sio" - -UNSLUNG_EXTRA_INSTALL ?= "${UNSLUNG_EXTRA_RDEPENDS}" - -# Select between multiple alternative providers, if more than one is eligible. -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" - -PREFERRED_VERSION_glibc ?= "2.2.5" -PREFERRED_VERSION_glibc-initial ?= "2.2.5" -PREFERRED_VERSION_binutils ?= "2.15.94.0.1" -PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" - -PREFERRED_VERSION_unslung-kernel ?= "2.4.22.l2.3r63" -PREFERRED_VERSION_unslung-rootfs ?= "2.3r63" -PREFERRED_VERSION_nslu2-linksys-firmware ?= "2.3r63" -PREFERRED_VERSION_nslu2-linksys-libs ?= "2.3r63" -PREFERRED_VERSION_nslu2-linksys-ramdisk ?= "2.3r63" diff --git a/org.handhelds.familiar/conf/distro/unslung-packages.conf b/org.handhelds.familiar/conf/distro/unslung-packages.conf deleted file mode 100644 index 351e70d..0000000 --- a/org.handhelds.familiar/conf/distro/unslung-packages.conf +++ /dev/null @@ -1,40 +0,0 @@ -# automatically generated by bitbake freeze -BBFILES := "\ -${PKGDIR}/packages/autoconf/*.bb \ -${PKGDIR}/packages/automake/*.bb \ -${PKGDIR}/packages/binutils/*.bb \ -${PKGDIR}/packages/bison/*.bb \ -${PKGDIR}/packages/busybox/*.bb \ -${PKGDIR}/packages/cpio/*.bb \ -${PKGDIR}/packages/devio/*.bb \ -${PKGDIR}/packages/fakeroot/*.bb \ -${PKGDIR}/packages/findutils/*.bb \ -${PKGDIR}/packages/flex/*.bb \ -${PKGDIR}/packages/freeze/*.bb \ -${PKGDIR}/packages/gcc/*.bb \ -${PKGDIR}/packages/genext2fs/*.bb \ -${PKGDIR}/packages/gettext/*.bb \ -${PKGDIR}/packages/glibc/*.bb \ -${PKGDIR}/packages/gnu-config/*.bb \ -${PKGDIR}/packages/ipkg-utils/*.bb \ -${PKGDIR}/packages/ipkg/*.bb \ -${PKGDIR}/packages/libtool/*.bb \ -${PKGDIR}/packages/linux-libc-headers/*.bb \ -${PKGDIR}/packages/linux/*.bb \ -${PKGDIR}/packages/m4/*.bb \ -${PKGDIR}/packages/makedevs/*.bb \ -${PKGDIR}/packages/meta/*.bb \ -${PKGDIR}/packages/modutils/*.bb \ -${PKGDIR}/packages/mtd/*.bb \ -${PKGDIR}/packages/nslu2-binary-only/*.bb \ -${PKGDIR}/packages/pkgconfig/*.bb \ -${PKGDIR}/packages/portmap/*.bb \ -${PKGDIR}/packages/quilt/*.bb \ -${PKGDIR}/packages/slugimage/*.bb \ -${PKGDIR}/packages/unzip/*.bb \ -${PKGDIR}/packages/update-modules/*.bb \ -${PKGDIR}/packages/wget/*.bb \ -${PKGDIR}/packages/wireless-tools/*.bb \ -${PKGDIR}/packages/zlib/*.bb \ -${PKGDIR}/packages/zd1211/*.bb \ -${UNSLUNG_EXTRA_BBFILES}" diff --git a/org.handhelds.familiar/conf/distro/unslung.conf b/org.handhelds.familiar/conf/distro/unslung.conf deleted file mode 100644 index 482f478..0000000 --- a/org.handhelds.familiar/conf/distro/unslung.conf +++ /dev/null @@ -1,51 +0,0 @@ -#@TYPE: Distribution -#@NAME: Unslung -#@DESCRIPTION: Unslung Linux Distribution for the NSLU2 - -DISTRO_NAME = "Unslung" -DISTRO_VERSION = "5.6-beta" -DISTRO_TYPE = "beta" - -FEED_URIS = "cross##http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable" -FEED_URIS += "native##http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable" -FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/modules/cross/stable" - -# pull in the frozen list of bbfiles -UNSLUNG_EXTRA_BBFILES ?= "" -include conf/distro/freeze.conf - -TARGET_FPU = "soft" -TARGET_OS = "linux" - -FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2" - -INHERIT += " package_ipk nslu2-jffs2-image" - -IMAGE_FSTYPE = "jffs2" -UNSLUNG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-unslung.txt')}" -EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${UNSLUNG_DEVICE_TABLE}" - -UNSLUNG_EXTRA_DEPENDS ?= "" -UNSLUNG_EXTRA_RDEPENDS ?= "\ -kernel-module-usbnet \ -kernel-module-pegasus kernel-module-kaweth \ -kernel-module-usbserial \ -kernel-module-pl2303 kernel-module-ftdi-sio" - -UNSLUNG_EXTRA_INSTALL ?= "${UNSLUNG_EXTRA_RDEPENDS}" - -# Select between multiple alternative providers, if more than one is eligible. -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" - -PREFERRED_VERSION_glibc ?= "2.2.5" -PREFERRED_VERSION_glibc-initial ?= "2.2.5" -PREFERRED_VERSION_binutils ?= "2.15.94.0.1" -PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" - -PREFERRED_VERSION_unslung-kernel ?= "2.4.22.l2.3r29" -PREFERRED_VERSION_unslung-rootfs ?= "2.3r29" -PREFERRED_VERSION_nslu2-linksys-firmware ?= "2.3r29" -PREFERRED_VERSION_nslu2-linksys-libs ?= "2.3r29" -PREFERRED_VERSION_nslu2-linksys-ramdisk ?= "2.3r29" diff --git a/org.handhelds.familiar/conf/distro/wrt54oe.conf b/org.handhelds.familiar/conf/distro/wrt54oe.conf deleted file mode 100644 index 90babfd..0000000 --- a/org.handhelds.familiar/conf/distro/wrt54oe.conf +++ /dev/null @@ -1,28 +0,0 @@ -#@TYPE: Distribution -#@NAME: WRT54OE Linux -#@DESCRIPTION: Distribution configuration for the WRT54 Linux - -# this distribution is mainly for wireless networking devices and includes -# packages necessary for wireless LAN access point, routing, encryption and -# especially mesh routing applications -# -# it is primarily aimed at the Linksys WRT54G(S) routers and other -# mipsel based platforms supported by OpenWRT (we base on their work) - -INHERIT += "package_ipk debian" - -TARGET_OS = "linux-uclibc" - -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}libc-for-gcc:uclibc" - -PREFERRED_VERSION_gcc-cross-initial = "3.4.4" -PREFERRED_VERSION_gcc-cross = "3.4.4" -PREFERRED_VERSION_gcc-cross-sdk = "3.4.4" -PREFERRED_VERSION_gcc = "3.4.4" - -IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}_${BUILDNAME}" -KERNEL_IMAGE_NAME = "kernel-${KV}-${MACHINE}_${BUILDNAME}" - diff --git a/org.handhelds.familiar/conf/local.conf.familiar-0.8.3 b/org.handhelds.familiar/conf/local.conf.familiar-0.8.3 deleted file mode 100644 index 55da5d3..0000000 --- a/org.handhelds.familiar/conf/local.conf.familiar-0.8.3 +++ /dev/null @@ -1,59 +0,0 @@ -PREFERRED_VERSION_samba = "3.0.14a" - -#adapt these to match your directory lay-out -DL_DIR = "/home/koen/OE/downloads" -BBFILES := "/home/koen/OE/monotone/org.openembedded.oz354fam083/packages/*/*.bb" - -#INHERIT += "sourcepkg" - -CCACHE="" - -#DEBUG_BUILD = "1" -#INHIBIT_PACKAGE_STRIP = "1" - -#Set some default providers where multiple exist -PREFERRED_PROVIDER_virtual/libiconv=glibc -PREFERRED_PROVIDER_virtual/libintl=glibc -PREFERRED_PROVIDER_gnome-vfs=gnome-vfs-dbus -PREFERRED_PROVIDER_x11=diet-x11 - - -#what kind of images do we want? -IMAGE_FSTYPE="jffs2 tar ext2" - -#Some providers for the toolchain -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" - -PREFERRED_VERSION_gcc = "3.4.4" -PREFERRED_VERSION_gcc-cross = "3.4.4" -PREFERRED_VERSION_gcc-cross-initial = "3.4.4" - - -#set TMPDIR instead of defaulting it to $pwd/tmp -TMPDIR=/data/build/koen/OE/build/tmp/${DISTRO} - -#Make use of my SMP box -PARALLEL_MAKE="-j2" - -#multimachine build stuff -KERNEL_STAGING = "${STAGING_DIR}/${PACKAGE_ARCH}-${HOST_OS}/kernel" -STAGING_KERNEL_DIR = "${STAGING_DIR}/${PACKAGE_ARCH}-${HOST_OS}/kernel" -STAMP = "${TMPDIR}/stamps/${PACKAGE_ARCH}-${HOST_OS}/${PF}" -WORKDIR = "${TMPDIR}/work/${PACKAGE_ARCH}-${HOST_OS}/${PF}" - -#Set distro and version -DISTRO = "familiar-0.8.3" - -#Add verbosity to make fixing easier -BBINCLUDELOGS = "yes" - -#The name says it all -CVS_TARBALL_STASH = "http://familiar.handhelds.org/source/v0.8.3/" - - - -#needed for zauruskernels -ASSUME_PROVIDED = virtual/arm-linux-gcc-2.95 - diff --git a/org.handhelds.familiar/conf/local.conf.openzaurus-3.5.4 b/org.handhelds.familiar/conf/local.conf.openzaurus-3.5.4 deleted file mode 100644 index 24a4b2f..0000000 --- a/org.handhelds.familiar/conf/local.conf.openzaurus-3.5.4 +++ /dev/null @@ -1,24 +0,0 @@ -#adapt these to match your directory layout -DL_DIR = "/home/hrw/devel/sources/dl_dir/" -BBFILES := "/home/hrw/devel/oe/org.openembedded.oz354fam083/packages/*/*.bb" - -#set distro and version -DISTRO = "openzaurus-3.5.4" - -#what kind of images do we want? -IMAGE_FSTYPE="jffs2 tar" - -#Make use of my SMP box -PARALLEL_MAKE="-j2" - -#multimachine build stuff -KERNEL_STAGING = "${STAGING_DIR}/${PACKAGE_ARCH}-${HOST_OS}/kernel" -STAGING_KERNEL_DIR = "${STAGING_DIR}/${PACKAGE_ARCH}-${HOST_OS}/kernel" -STAMP = "${TMPDIR}/stamps/${PACKAGE_ARCH}-${HOST_OS}/${PF}" -WORKDIR = "${TMPDIR}/work/${PACKAGE_ARCH}-${HOST_OS}/${PF}" - -#Add verbosity to make fixing easier -BBINCLUDELOGS = "yes" - -#The name says it all -CVS_TARBALL_STASH = "http://www.oesources.org/source/current/"