On Mon, Apr 16, 2018 at 12:32 PM, Mark Hatle wrote:
> The isELF function works by running:
>
>result = file
>if 'ELF' in result
>
> By default 'file' will prepend the result with the path name of the file
> that is being checked. This usually works fine, such as:
>
> $ file /home/foo/ope
On 04/16/2018 12:32 PM, Mark Hatle wrote:
> The isELF function works by running:
>
>result = file
>if 'ELF' in result
>
> By default 'file' will prepend the result with the path name of the file
> that is being checked. This usually works fine, such as:
>
> $ file /home/foo/openembedded
The isELF function works by running:
result = file
if 'ELF' in result
By default 'file' will prepend the result with the path name of the file
that is being checked. This usually works fine, such as:
$ file /home/foo/openembedded-core/meta/classes/package.bbclass
/home/foo/openembedded-c