diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2013-09-06 08:14:15 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-08 22:44:23 +0200 |
commit | 62146ea3ad78b74d0c17c0fbeaffa2be51070424 (patch) | |
tree | bc76c8d6fdc8cdd82ada35796696691db80c0b93 /docs/manual/adding-packages-cmake.txt | |
parent | 159c692cd22cbc8507d1cc4c11ab8700ced1b2a6 (diff) | |
download | buildroot-62146ea3ad78b74d0c17c0fbeaffa2be51070424.tar.gz buildroot-62146ea3ad78b74d0c17c0fbeaffa2be51070424.zip |
change package tarball compression to xz whenever possible
[Peter: leave change xz tarball format to not end up with circular deps]
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual/adding-packages-cmake.txt')
-rw-r--r-- | docs/manual/adding-packages-cmake.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/adding-packages-cmake.txt b/docs/manual/adding-packages-cmake.txt index b7388c81da..de4bd9881e 100644 --- a/docs/manual/adding-packages-cmake.txt +++ b/docs/manual/adding-packages-cmake.txt @@ -32,9 +32,9 @@ with an example : On line 7, we declare the version of the package. -On line 8 and 9, we declare the name of the tarball and the location -of the tarball on the Web. Buildroot will automatically download the -tarball from this location. +On line 8 and 9, we declare the name of the tarball (xz-ed tarball recommended) +and the location of the tarball on the Web. Buildroot will automatically +download the tarball from this location. On line 10, we tell Buildroot to install the package to the staging directory. The staging directory, located in +output/staging/+ |