just: Resolve stamp path in _stamp recipe

Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
1 file changed
tree: 0d1dee312057f826ba2026e445db924a5674b7d9
  1. board/
  2. configs/
  3. linux/
  4. overlay/
  5. package/
  6. patches/
  7. .editorconfig
  8. .gitignore
  9. Config.in
  10. external.desc
  11. external.mk
  12. Justfile
  13. LICENSE
  14. README.md
README.md

linux-tpmdd test suite

Building

  1. Configure the project (only needed for the first build):

    just prepare configs/tpmdd_amd64_defconfig
    
  2. Build the image:

    just all
    

    For any subsequent changes, you can simply re-run just all.