Hi All,
I have included gtest 1.8.0 recipe from following site
https://github.com/openembedded/meta-openembedded/blob/master/meta-oe/recipes-test/gtest/gtest_1.8.0.bb
inherit cmake
ALLOW_EMPTY_${PN} = "1"
ALLOW_EMPTY_${PN}-dbg = "1"
RDEPENDS_${PN}-dev += "${PN}-staticdev"
BBCLASSEXTEND = "
Implement a class allowing flashing Arduino-101 using dfu-util.
User needs to have dfu-utils installed on the host machine.
All tree cores supported (x86, ARM, ARC)
Sample usage:
$ MACHINE=arduino-101 bitbake xxx
$ MACHINE=arduino-101 bitbake xxx -c flash_usb
Signed-off-by: Juro Bystricky
On 12 February 2017 at 18:10, Suvi S wrote:
> When I do populate_sdk from my custom image, it is not including as part
> of sysroots or sdk does not have gtest, gmock libraries
>
Is gtest in the normal image that you are building a SDK for?
Ross
--
_
Signed-off-by: Khem Raj
---
recipes-kernel/linux/linux-raspberrypi_dev.bb | 8
1 file changed, 8 insertions(+)
create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb
diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb
b/recipes-kernel/linux/linux-raspberrypi_dev.bb
ne
This mail was sent out by Recipe reporting system.
This message list those recipes which need to be upgraded. If maintainers
believe some of them needn't to upgrade at this time, they can fill
RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder
until newer upstream version w
Hi Khem,
Thanks, it works like a charm.
On Fri, Feb 10, 2017 at 5:24 PM, Khem Raj wrote:
> On Fri, Feb 10, 2017 at 3:05 PM, Xiaohui Liu wrote:
> > Hi everyone,
> >
> > I tried to disable a setscene task as below:
> >
> > do_populate_lic_setscene () {
> >exit 1
> > }
> >
>
> you could use s
I'm trying to work with a new tool that creates executables
for my target. This tool has a shared library and some include
files. What I need to figure out is how to run the tool in my
build environment such that it uses those files to create an
executable for my target board.
The tool is creat
Hi Gary,
Some tasks depend on do_populate_lic, which requires kernel source. But
when do_populate_lic_setscene is called instead of do_populate_lic, it does
not populate kernel source and leads to those tasks complain missing kernel
source. That's why I want to disable do_populate_lic_setscene. Th
On 2017-02-13 07:02, Xiaohui Liu wrote:
Hi Gary,
Some tasks depend on do_populate_lic, which requires kernel source. But when
do_populate_lic_setscene is called instead
of do_populate_lic, it does not populate kernel source and leads to those tasks
complain missing kernel source. That's
why I
On 2017-02-13 07:02, Gary Thomas wrote:
I'm trying to work with a new tool that creates executables
for my target. This tool has a shared library and some include
files. What I need to figure out is how to run the tool in my
build environment such that it uses those files to create an
executabl
10 matches
Mail list logo