User Tools

Site Tools


buildrootsdk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
buildrootsdk [2015/12/02 16:05] – created damienbuildrootsdk [2018/05/22 10:33] – external edit 127.0.0.1
Line 1: Line 1:
 +====== Buildroot SDK ======
  
 +It is the ''host'' directory generated in the ''output'' directory of //Buildroot//.
 +
 +It contains absolute paths of where it has been generated, so cannot be shared directly.
 +
 +To replace all absolute paths at once by the ones you are going to install the SDK to, execute:
 +<code>find . -type f -name "*cmake*" -exec sed -i 's/</orig/absolute/path/to/output/host>/</new/absolute/path/to/output/host>/g' {} +
 +</code>
buildrootsdk.txt · Last modified: 2022/02/24 11:34 by damien