Commit Graph

8 Commits

Author SHA1 Message Date
Marc Herbert 1ea1327b9c README.md: remove "install" target
Fixes commit 77d4a2acd7 ("cmake: remove "install" target")

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2023-05-25 12:34:53 -07:00
Marc Herbert c038d62804 README.md: add warning that forks must be created using Github
Otherwise the SHA1 is not found and the rest of the process fails.

Problem discovered in
https://github.com/thesofproject/sof/pull/4790#discussion_r713326709

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2021-09-22 11:24:03 +01:00
Marc Herbert 6e22944e05 README.md: explain how to run SOF tests on new rimage code
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2021-09-17 09:18:19 +01:00
Marc Herbert f0fa6616ea README: install is optional and missed "sudo". CMake 3.13 -B option.
Also show useful "make help" that lists all targets.

Show -B option of CMake that avoids changing the current directory to
the build directory: especially inconvenient considering the
recommended, CMake way to clean is to delete this directory and the
recommended way to build multiple configurations is to use multiple
build directories.

-B was introduced in CMake 3.13 which has been released two years ago
now and CMake spoils its users with a choice of ways to upgrade:

https://cmake.org/download/
 https://apt.kitware.com/
 https://pypi.org/project/cmake/

This does _not_ imply CMakeLists.txt should drop backward compatibility
with CMake < 3.13. I only think a README.md file should not keep the
majority of users in the dark only for the convenience of a minority of
obsolete CMake users.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2020-11-16 10:40:31 +00:00
Daniel Leung ea04cb816e Remove cmake option SOF_SOURCE_DIR
Since both fw.h and manifest.h are being used in the main SOF
repo and also here in the standalone rimage repo, to prevent
them getting out of sync, the SOF main repo is going to use
the ones coming from the rimage repo. So there is no need for
the option anymore.

Signed-off-by: Daniel Leung <danielcp@gmail.com>
2020-04-05 20:02:13 +01:00
Daniel Leung a264697961 Use CMake to build rimage
This adds the necessary bits to allow building rimage
with CMake with similar configure options as the just
removed autotools files.

Also update README.md for new build instructions.

Signed-off-by: Daniel Leung <danielcp@gmail.com>
2020-03-26 09:41:34 +00:00
Daniel Leung f2e92812af Add building instructions to README.md
This adds intructions to build the rimage tool.

Signed-off-by: Daniel Leung <danielcp@gmail.com>
2019-11-12 09:50:17 -08:00
Liam Girdwood a01016f945
Initial commit 2019-11-11 13:50:00 +00:00