On 18 December 2017 at 11:06, Olof Johansson <[email protected]> wrote:
> I'm so sorry, I missed your email; I am, but maybe not as quickly > as you are able to(?). My is_stripped looks kind of like yours, > but without the ShType.progbits. Thanks for the suggestion! I > were able to hackishly integrate the Elf class it with > staging.bbclass and package.bbclass. > > I did have a couple of questions; if I were to add an is_stripped > method, would that fit best in the Elf class itself or in some > wrapper? Would renaming the elf class to "ElfParser" class make > more sense, and have an ELF class that wraps it? I can publish a > draft somewhere later today. > The Elf class is generated with kaitai struct so I'm trying to reduce the number of changes to it, but we can definitely move it into a subpackage like oe.parsers.elf and then have oe.elf for just the utility method. Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
