From: Graeme Russ <graeme.russ@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [STATUS] Heads-up: Reorganize directory structure
Date: Sat, 17 Apr 2010 18:25:28 +1000 [thread overview]
Message-ID: <4BC97078.2010405@gmail.com> (raw)
In-Reply-To: <20100413092323.44D8719F60@gemini.denx.de>
Wolfgang Denk wrote:
> Hello Custodians,
>
> please note that I have applied Peter Tyser's "Reorganize directory
> structure" patch series. This results in a massive change of the
> directory structure.
Just to let you know, the fix up for my i386 patch series was trivial:
#!/bin/bash
for file in ./*.patch
do
mv "${file}" "${file}".old
sed -e 's/lib_i386/arch\/i386\/lib/g' \
-e 's/include\/asm-i386/arch\/i386\/include\/asm/g' \
-e 's/cpu\/i386/arch\/i386\/cpu/g' < "${file}".old > "${file}"
done
With a minor tweak due to 'Change directory-specific CFLAGS to use full
path' patch. i386 built clean first go.
I ended up doing a complete system upgrade after SNAFU'ing my system
with a uname i686 -> i486 hack for building my target root fs :(
Will post revised patch set soon
Thanks Peter - loving the new layout
Regards,
Graeme
prev parent reply other threads:[~2010-04-17 8:25 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-13 9:23 [U-Boot] [STATUS] Heads-up: Reorganize directory structure Wolfgang Denk
2010-04-13 16:49 ` Ben Warren
2010-04-13 17:28 ` Stefano Babic
2010-04-13 17:29 ` Ben Warren
2010-04-13 19:24 ` Wolfgang Denk
2010-04-13 20:32 ` Remy Bohmer
2010-04-13 21:01 ` Wolfgang Denk
2010-04-13 19:22 ` Wolfgang Denk
2010-04-13 18:55 ` Remy Bohmer
2010-04-13 19:47 ` Jerry Van baren
2010-04-15 7:05 ` Michal Simek
2010-04-15 7:52 ` Wolfgang Denk
2010-04-15 15:04 ` Peter Tyser
2010-04-15 15:22 ` Wolfgang Denk
2010-04-15 15:31 ` Alessandro Rubini
2010-04-15 15:58 ` Peter Tyser
2010-04-15 17:58 ` Alessandro Rubini
2010-04-15 22:44 ` Peter Tyser
2010-04-16 2:42 ` Graeme Russ
2010-04-16 6:58 ` Alessandro Rubini
2010-04-16 7:50 ` Wolfgang Denk
2010-04-16 7:41 ` Wolfgang Denk
2010-04-16 11:45 ` Graeme Russ
2010-04-16 13:23 ` Wolfgang Denk
2010-04-15 23:14 ` Wolfgang Denk
2010-04-17 8:25 ` Graeme Russ [this message]
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=4BC97078.2010405@gmail.com \
--to=graeme.russ@gmail.com \
--cc=u-boot@lists.denx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox