Make manifest error

Hi I get the below error when trying to greate a manifest would any one have an idea what may be wrong?

make: *** [/home/professor_jonny/openwrt/include/toplevel.mk:236: manifest] Error 2

To my knowledge, manifest is created at the end of the image creation process, but is not a separate make target in the main buildsystem.

Looks like there is "make manifest" for the imagebuilder, but that is a different thing than compiling from sources via full toolchain.

1 Like

Ok cool so I have to build an image then create a manifest, I was thinking I could create a list of what is included before the process of creating an image that may be incorect for the target.

If you use the full toolchain for the build, the manifest gets created automatically...

If you use the image builder, then you can make a manifest before the image.