Hi,
On 2025-05-22 15:25, Tianhao Wang wrote:
How to do the same when the new package is defined outside of the l4re tree, which is recommended by the docs? e.g.
l4re-snapshot # make setup && make ├── obj │ ├── fiasco │ └── l4 │ └── x86 # the l4 build dir └── src ├── fiasco └── l4 # make O=<obj/l4/x86> oldconfig
mypkg # make O=<obj/l4/x86> ---> ERROR ├── Control ├── main.c └── Makefile
Packages that are outside the L4Re source tree are, by default, already excluded from the Control file consistency check since the concept of build order doesn't make much sense for packages that are built in isolation. So that error should not happen there. What is the error you see? Did you set the L4DIR correctly (which is required for the package to find the L4Re buildsystem)?
Best regards,
- Marcus