Skip to content

Commit

Permalink
clloader: restore functionality
Browse files Browse the repository at this point in the history
clloader has been removed in the past only to silence QA error:
"QA Issue: No GNU_HASH in the ELF binary". This is due to only
missing TARGET_CC_ARCH += "${LDFLAGS}" and easily fixed.

Signed-off-by: Ferry Toth <ftoth@exalondelft.nl>
  • Loading branch information
htot committed Nov 24, 2019
1 parent 66f467d commit ac602ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions meta-intel-arduino/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "intel-arduino"
BBFILE_PATTERN_intel-arduino = "^${LAYERDIR}/"
BBFILE_PRIORITY_intel-arduino = "6"

LAYERSERIES_COMPAT_intel-edison-bsp = "rocko sumo thud warrior"
2 changes: 2 additions & 0 deletions meta-intel-arduino/recipes-devtools/clloader/clloader.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ LICENSE = "LGPLv2.1"

S = "${WORKDIR}/git"

TARGET_CC_ARCH += "${LDFLAGS}"

SRC_URI = "git://github.com/01org/clloader.git;protocol=https;branch=edison \
file://clloader.service \
file://sketch_reset.service"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ IMAGE_INSTALL_append = " swig"


# Edison Arduino stuff
#IMAGE_INSTALL_append = " clloader"
IMAGE_INSTALL_append = " clloader"

# Edison Middleware stuff
IMAGE_INSTALL_append = " packagegroup-core-buildessential"
Expand Down

0 comments on commit ac602ea

Please sign in to comment.