Skip to content

Commit

Permalink
Rpi3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruiz Dorantes, Oliver authored and Ruiz Dorantes, Oliver committed Jun 29, 2020
1 parent 6adf65c commit bc453a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-urhobox/urho3D/urho3d_git.bb
Expand Up @@ -62,6 +62,8 @@ EXTRA_OECMAKE_append_qemux86 = " -DURHO3D_SSE=0"
# URHO3D_TOOLS: Linking problems, not intention to use in target yet...
EXTRA_OECMAKE_append_rpi = " -DRPI=1 -DURHO3D_LUA=0 -DURHO3D_TOOLS=0"

# AS will contain some ASM specifics "Error: thumb conditional instruction should be in IT block"
TARGET_CC_ARCH_append_raspberrypi3 = " -Wa,-mimplicit-it=thumb"

do_install_append() {
# Remove all stuff that we don't want to get packaged
Expand Down

0 comments on commit bc453a2

Please sign in to comment.