Commit Graph

9 Commits

Author SHA1 Message Date
fb3f1c58a8 rpm: ignore CMakeCache.txt in dist and relax BuildRequires on cross build
CPack takes the source dir as is, so if it was used to build something
it will incorrectly grab the temporary CMakeCache file and cmake will
complain during rpmbuild later on.

The BuildRequires should be a separate patch but logic behind the change
is that the dependencies need to be installed in the sysroot, and
rpmbuild cannot test this, so just move them all to only enforce
BuildRequires for native build.

And while we are here, also add a new kernel_dir specfile option.

Change-Id: Ie67932798f632e6d307f8ead93bdbe043e6e8898
2019-03-01 04:37:46 +00:00
2a63c962fc build system switch to cmake
Remove old build system at the same time

Change-Id: Ifdffe1fcd4cfece05f036d8de6e7cb74aca65f62
2019-02-14 16:44:09 +09:00
4438f994dc uti: Add/Modify test programs
Change-Id: I27a39d6b11af5243f93d07c31c2ef80f6727dd53
2018-09-04 19:52:11 +09:00
e5917e6bf1 Revert "fix warnings"
This reverts commit fbd33470e7.
2014-09-17 19:59:37 +09:00
500131cbb6 Revert "add some files to .gitignore"
This reverts commit e861dfa1ab.
2014-09-17 19:59:35 +09:00
e861dfa1ab add some files to .gitignore 2014-09-17 19:46:43 +09:00
fbd33470e7 fix warnings 2014-09-17 19:46:39 +09:00
7999653a00 a commit 2011-12-02 12:35:38 +09:00
1b054d6e1e elfboot: initial version 2011-09-22 18:57:30 +09:00