diff options
author | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:47:56 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:47:56 +0000 |
commit | f54da734eb7b69e8e34de505bd89a13479e230e0 (patch) | |
tree | f796bea6f5683dfe3d591ca5390d12fd78e59c96 /readme.txt | |
parent | 4b46c1f6e891b1ddd5968536440b888661fade3e (diff) | |
download | poky-f54da734eb7b69e8e34de505bd89a13479e230e0.tar.gz |
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@2 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000000..030ec149b6 --- /dev/null +++ b/readme.txt | |||
@@ -0,0 +1,10 @@ | |||
1 | Alter the paths in setdevenv and conf/local/conf to point to where | ||
2 | this was checked out to. | ||
3 | |||
4 | Running | ||
5 | |||
6 | source setdevenv | ||
7 | bitbake oh-image | ||
8 | |||
9 | will result in a jffs2 image for the c7x0 series. | ||
10 | |||