bitbake openocd-stm32mp works but bitbake openocd-stm32mp-native doesn't
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-23 10:26 AM
When I run bitbake openocd-stm32mp-native I get an issue baking the application but when I run bitbake openocd-stm32mp it works fine. Any thoughts why this might be?
Edit: I was porting my layer from dunfel to kirkstone and I wasn't importing the open-st-linux.inc file. It had since changed to require the uninative support. Adding that to my machine config got it to work correctly.
Solved! Go to Solution.
- Labels:
-
STM32MP15 Lines
-
Yocto
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-23 10:27 AM
I had to add the following to my conf/machine/machine.conf
# =========================================================================
# Enable uninative support
# =========================================================================
require conf/distro/include/no-static-libs.inc
require conf/distro/include/yocto-uninative.inc
INHERIT += "uninative"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-23 10:27 AM
I had to add the following to my conf/machine/machine.conf
# =========================================================================
# Enable uninative support
# =========================================================================
require conf/distro/include/no-static-libs.inc
require conf/distro/include/yocto-uninative.inc
INHERIT += "uninative"
