OE4T / tegra-demo-distro

Reference/demonstration distro for meta-tegra
MIT License
75 stars 74 forks source link

Unable to create ext SDK #167

Closed Schlumpf closed 2 years ago

Schlumpf commented 2 years ago

I'm unable to create an extensible SDK when using this repo. Is it unsupported, or am I doing something wrong?

ichergui commented 2 years ago

Hello @Schlumpf I didn't try this for a while. I think that the standard SDK $ bitbake image -c populate_sdk is working fine. I'm not sure about the extensible SDK. I will try it later and will let you know.

madisongh commented 2 years ago

I've never used extensible SDKs, so it's not something I thought of when we put this repo together. IIRC, the way we populate the layers here violates assumptions made in the extensible SDK stuff about the directory structure of the layers.

I'm open to making changes to fix this, if that's possible.

Schlumpf commented 2 years ago

There seems to be problems with the layers sub directory...

madisongh commented 2 years ago

I've fixed this in master, and will back-port the fixes to the other branches shortly.