From: Patrick Fischer <fischer@4g-systems.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: DosFStools mirror missing
Date: Tue, 03 Apr 2007 10:46:46 +0200 [thread overview]
Message-ID: <46121476.1030609@4g-systems.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1689 bytes --]
Andre Renaud wrote:
> The mirror for DosFSTools,
> ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz
>
> appears to be down at the moment. Using the Debian mirror however works
> fine. Attached is an alternative bitbake package which uses the debian
> mirror system to do the download, which should be much more robust.
>
> Andre
The Debian Mirror provide only a newer version of the dosfstools, isn't it?
I got the same problem while inherit the bootimg.bbclass.
here comes my dosfstools-nativ_2.11.bb
The Problem is that the bootimg.bbclass contains mkdosfs -F 12 .....
*-d* ${BDIR} .....
The parameter -d was not found in mkdosfs 2.11. This is provided by the
patch (mkdosfs-dif.patch).
Maybe somebody can fix that.
Best Regards
Patrick
# dosfstools-native OE build file
# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
require dosfstools_${PV}.bb
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dosfstools-${PV}"
S="${WORKDIR}/dosfstools-${PV}"
SRC_URI = "http://ftp.debian.org/debian/pool/main/d/dosfstools/dosfstools_2.11.orig.tar.gz \
file://mkdosfs-bootcode.patch;patch=1 \
file://mkdosfs-dir.patch;patch=1 \
file://alignment_hack.patch;patch=1 \
file://dosfstools-2.10-kernel-2.6.patch;patch=1 \
file://msdos_fat12_undefined.patch;patch=1 \
file://dosfstools-msdos_fs-types.patch;patch=1 \
file://include-linux-types.patch;patch=1"
inherit native
do_stage() {
install -m 755 ${S}/mkdosfs/mkdosfs ${STAGING_BINDIR}/mkdosfs
install -m 755 ${S}/dosfsck/dosfsck ${STAGING_BINDIR}/dosfsck
}
next reply other threads:[~2007-04-03 8:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-03 8:46 Patrick Fischer [this message]
2007-04-03 8:56 ` DosFStools mirror missing Koen Kooi
2007-04-03 9:26 ` Patrick Fischer
-- strict thread matches above, loose matches on Subject: below --
2007-04-02 23:06 Andre Renaud
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46121476.1030609@4g-systems.com \
--to=fischer@4g-systems.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.