Skip to content

Commit

Permalink
[manifest] Start tracking Yocto Project 1.7 'Dizzy' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-lee committed Jan 12, 2015
2 parents d614470 + 07d6182 commit 36f0bac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,12 @@ Go to the deploy directory as mentioned in step 5:

Write the bootloader, kernel and the root file system into your card:

$ cp MLO u-boot.img uImage /media/boot
$ cp MLO u-boot.img /media/boot
$ sudo tar xaf gumstix-console-image.tar.bz2 -C /media/rootfs --strip-components=1

Note that in Gumstix Yocto Project 1.7, you no longer have to copy the kernel image into `/media/boot`.
A kernel image (zImage) is included in the root file system.

And you should make sure all the files are written:

$ sync
Expand Down Expand Up @@ -194,7 +197,7 @@ increment the recipe version (the PR variable); cleaning is not necessary.

To understand better how bitbake processes recipes, look at the excellent
documentation:
http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html.
http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html.
***

To make sense of the differences between these cleaning methods, it is useful to
Expand Down
14 changes: 8 additions & 6 deletions default.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<default remote="gumstix" revision="default" />

<!-- You can have as many remote repositories as you like -->
<remote name="gumstix" fetch="git://github.com/gumstix" />
<remote name="yocto" fetch="git://git.yoctoproject.org" />
Expand All @@ -11,12 +13,12 @@
"remote": the remote host from above (if not the default)
"revision": commitish to checkout (if not the default)
"path": directory where git repository gets cloned/synced -->
<project name="poky" revision="refs/heads/daisy" remote="yocto" />
<project name="meta-openembedded" revision="refs/heads/daisy" remote="oe" path="poky/meta-openembedded" />
<project name="meta-gumstix" revision="refs/heads/daisy" remote="gumstix" path="poky/meta-gumstix" />
<project name="meta-gumstix-extras" revision="refs/heads/daisy" remote="gumstix" path="poky/meta-gumstix-extras" />
<project name="meta-ti" revision="refs/heads/daisy" remote="yocto" path="poky/meta-ti" />
<project name="meta-ros" revision="821427d23adb33674da76dc34d8ab6983590fcd4" remote="bmwcarit" path="poky/meta-ros" />
<project name="poky" revision="refs/heads/dizzy" remote="yocto" />
<project name="meta-openembedded" revision="refs/heads/dizzy" remote="oe" path="poky/meta-openembedded" />
<project name="meta-gumstix" revision="refs/heads/dizzy" remote="gumstix" path="poky/meta-gumstix" />
<project name="meta-gumstix-extras" revision="refs/heads/dizzy" remote="gumstix" path="poky/meta-gumstix-extras" />
<project name="meta-ti" revision="refs/heads/master" remote="yocto" path="poky/meta-ti" />
<project name="meta-ros" revision="refs/heads/master" remote="bmwcarit" path="poky/meta-ros" />

</manifest>

0 comments on commit 36f0bac

Please sign in to comment.