Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reboot-mode: put the build artifacts in ${B} | Bartosz Golaszewski | 2023-04-01 | 1 | -2/+2 |
| | | | | | | | | | | We should output the compiled executables into ${B} and install them from it as well. Currently we put the build objects in the source directory. While at it: don't assume we're already in the source directory and instead prepend the source file with ${S}. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | reboot-mode: new package | Bartosz Golaszewski | 2023-03-28 | 1 | -0/+18 |
Add a recipe for the simple program that allows to replicate android reboot's behavior on linux (e.g. reboot bootloader, reboot recovery) as well as test reboot mode drivers in the linux kernel. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> |