into bkbits.net:/repos/n/nslu2-linux/openembedded
2004/12/29 12:35:06+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/12/29 12:34:53+01:00 uni-frankfurt.de!mickeyl
install sysvinit-pidof with task-bootstrap
2004/12/29 12:17:08+01:00 handhelds.org!CoreDump
sdcontrol: Read available partition from /proc/partitions. This fixes failed mounts after flashing.
BKrev: 41d29796GXWRReDs9Gn88Uyd9Upd3g
DESCRIPTION = "Core packages required for a basic installation"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-PR = "r14"
+PR = "r15"
# The BOOTSTRAP_EXTRA_ variables are often manipulated by the
# MACHINE .conf files, so adjust PACKAGE_ARCH accordingly.
RDEPENDS = 'base-files base-passwd busybox \
hotplug initscripts \
- netbase sysvinit tinylogin \
+ netbase sysvinit sysvinit-pidof tinylogin \
modutils-initscripts \
${BOOTSTRAP_EXTRA_RDEPENDS} \
${@bootstrap_modutils_rdepends(d)}'
# Get available partitions through dmesg. The "tail -1" is needed as
# sometimes the partitions are printed twice by the kernel.
- OK_PARTS="`dmesg | tail -3 | grep mmcda | tail -1| sed s/^.*\:\ //`"
+ #OK_PARTS="`dmesg | tail -3 | grep mmcda | tail -1| sed s/^.*\:\ //`"
+ OK_PARTS="`cat /proc/partitions |awk '{print $4}'| grep mmcd`"
+
+ if test "`echo "$OK_PARTS" | wc -l | awk '{print $1}`" -gt 1
+ then
+ OK_PARTS="`echo "$OK_PARTS" | grep -v "^mmcda$"`"
+ fi
+
echo "Valid SD partitions are: [$OK_PARTS]"
# Allow for "#" in fstab.
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "CLOSED"
RDEPENDS = "kernel (${KERNEL_VERSION})"
-PR = "r9"
+PR = "r10"
SRC_URI = "http://www.openzaurus.org/mirror/sd-modules-2.4.18-rmk7-pxa3-embedix.tar.bz2 \
file://sd \