commit | 5508b17fb4143e61853c69636efbff49cedafcae | [log] [tgz] |
---|---|---|
author | Yonatan Schachter <yonatan.schachter@gmail.com> | Thu Mar 23 17:54:31 2023 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Sep 28 07:39:09 2023 -0400 |
tree | fd44a03b1be15c6e12c89390f9ddc9f6c87e6571 | |
parent | a7df77cd99d5ad958c81f354f01b319635c5d1cd [diff] |
bindesc: Add initial support for binary descriptor definition Binary descriptors are data objects stored at a known location of a binary image. They can be read by an external tool or image, and are used mostly for build information: version, build time, host information, etc. This commit adds initial support for defining such descriptors. Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>