How to setting a patch correct?

I put my patch to target/linux//patches/ and command:

$ make target/linux/install 

And bin/../ dir has a image I need. But when I tried to flash to emmbeded board, nothing is in there.

My patch modify build_dir/linux-/procd-/procd.c and just add some boot log.
I don't know if this comman is correct for this case. I know this command can add some patch for build_dir/linux-/linux-/*. I try to Official guide, and get same result.

I am a newbie and have not any patch experiment. So very confused about this.
No any idea about how put patches correct. Thank you!

Procd patches probably should be placed in package/system/procd/patches. But that should happen automatically if you follow the official guide:

2 Likes

Thank you, This dir is correct! I mistakenly thought that procd was also kernel, so use kernel method.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.