All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-ros] ros build error on poky
@ 2018-04-06  7:04 Rajath C S
  2018-04-06  8:01 ` Vincent Prince
  2018-04-06  9:06 ` Rajath C S
  0 siblings, 2 replies; 4+ messages in thread
From: Rajath C S @ 2018-04-06  7:04 UTC (permalink / raw)
  To: OE-core, bmwcarit/meta-ros, bmwcarit/meta-ros

[-- Attachment #1: Type: text/plain, Size: 1339 bytes --]

1. i'd like to know does the process being followed in this link lead us to
installation of ROS-kinetic / indigo or others, hope i am clear..? that is
want to know if the process of including and compiling meta-ros layer for
yocto equal to install ros on ubuntu i mean in literal sense

http://wiki.ros.org/hydro/Installation/OpenEmbedded

2. Is the wxwidgets_2.9.5.bb recipe important because i am getting the
below error when 'bitbake roslaunch' is used

ERROR: ExpansionError during parsing
/home/jarvis/poky/meta-ros/recipes-extended/wxwidgets/wxwidgets_2.9.5.bb
| ETA:  0:02:07
Traceback (most recent call last):
bb.data_smart.ExpansionError: Failure expanding variable CXXFLAGS[:=],
expression was ${@oe_filter_out('-fvisibility-inlines-hidden', ' -O2 -pipe
-g -feliminate-unused-debug-types
-fdebug-prefix-map=/home/jarvis/poky/openembedded-core/build/tmp-glibc/work/i586-oe-linux/wxwidgets/2.9.5-r0=/usr/src/debug/wxwidgets/2.9.5-r0
-fdebug-prefix-map=/home/jarvis/poky/openembedded-core/build/tmp-glibc/work/i586-oe-linux/wxwidgets/2.9.5-r0/recipe-sysroot-native=
-fdebug-prefix-map=/home/jarvis/poky/openembedded-core/build/tmp-glibc/work/i586-oe-linux/wxwidgets/2.9.5-r0/recipe-sysroot=
-fvisibility-inlines-hidden', d)} which triggered exception NameError: name
'oe_filter_out' is not defined


Thanks

[-- Attachment #2: Type: text/html, Size: 1630 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [oe] [meta-ros] ros build error on poky
  2018-04-06  7:04 [oe] [meta-ros] ros build error on poky Rajath C S
@ 2018-04-06  8:01 ` Vincent Prince
  2018-04-06  9:06 ` Rajath C S
  1 sibling, 0 replies; 4+ messages in thread
From: Vincent Prince @ 2018-04-06  8:01 UTC (permalink / raw)
  To: Rajath C S, OE-core

[-- Attachment #1: Type: text/plain, Size: 1907 bytes --]

Hi,

You should contact ROS mailing-list or ROS maintainers,
see
https://github.com/bmwcarit/meta-ros#important-resources
https://github.com/bmwcarit/meta-ros#maintainers

Best regards,
Vincent

2018-04-06 9:04 GMT+02:00 Rajath C S <rajathcs.1996@gmail.com>:

> 1. i'd like to know does the process being followed in this link lead us
> to installation of ROS-kinetic / indigo or others, hope i am clear..? that
> is want to know if the process of including and compiling meta-ros layer
> for yocto equal to install ros on ubuntu i mean in literal sense
>
> http://wiki.ros.org/hydro/Installation/OpenEmbedded
>
> 2. Is the wxwidgets_2.9.5.bb recipe important because i am getting the
> below error when 'bitbake roslaunch' is used
>
> ERROR: ExpansionError during parsing /home/jarvis/poky/meta-ros/
> recipes-extended/wxwidgets/wxwidgets_2.9.5.bb                          |
> ETA:  0:02:07
> Traceback (most recent call last):
> bb.data_smart.ExpansionError: Failure expanding variable CXXFLAGS[:=],
> expression was ${@oe_filter_out('-fvisibility-inlines-hidden', ' -O2
> -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/
> jarvis/poky/openembedded-core/build/tmp-glibc/work/i586-oe-
> linux/wxwidgets/2.9.5-r0=/usr/src/debug/wxwidgets/2.9.5-r0
> -fdebug-prefix-map=/home/jarvis/poky/openembedded-core/
> build/tmp-glibc/work/i586-oe-linux/wxwidgets/2.9.5-r0/recipe-sysroot-native=
> -fdebug-prefix-map=/home/jarvis/poky/openembedded-core/
> build/tmp-glibc/work/i586-oe-linux/wxwidgets/2.9.5-r0/recipe-sysroot=
> -fvisibility-inlines-hidden', d)} which triggered exception NameError: name
> 'oe_filter_out' is not defined
>
>
> Thanks
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>

[-- Attachment #2: Type: text/html, Size: 2966 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [oe] [meta-ros] ros build error on poky
  2018-04-06  7:04 [oe] [meta-ros] ros build error on poky Rajath C S
  2018-04-06  8:01 ` Vincent Prince
@ 2018-04-06  9:06 ` Rajath C S
  2018-04-06  9:32   ` Vincent Prince
  1 sibling, 1 reply; 4+ messages in thread
From: Rajath C S @ 2018-04-06  9:06 UTC (permalink / raw)
  To: OE-core, bmwcarit/meta-ros, bmwcarit/meta-ros

[-- Attachment #1: Type: text/plain, Size: 1745 bytes --]

i understand that this isnt specific to ros queries but i do have posted
the same at the ROS mailing-list and to ROS maintainers and the issue is to
be yet resolved perfectly.

Thanks

Rajath C S,
9964182112,
Bangalore - 560060

On Fri, Apr 6, 2018 at 12:34 PM, Rajath C S <rajathcs.1996@gmail.com> wrote:

> 1. i'd like to know does the process being followed in this link lead us
> to installation of ROS-kinetic / indigo or others, hope i am clear..? that
> is want to know if the process of including and compiling meta-ros layer
> for yocto equal to install ros on ubuntu i mean in literal sense
>
> http://wiki.ros.org/hydro/Installation/OpenEmbedded
>
> 2. Is the wxwidgets_2.9.5.bb recipe important because i am getting the
> below error when 'bitbake roslaunch' is used
>
> ERROR: ExpansionError during parsing /home/jarvis/poky/meta-ros/
> recipes-extended/wxwidgets/wxwidgets_2.9.5.bb                          |
> ETA:  0:02:07
> Traceback (most recent call last):
> bb.data_smart.ExpansionError: Failure expanding variable CXXFLAGS[:=],
> expression was ${@oe_filter_out('-fvisibility-inlines-hidden', ' -O2
> -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/
> jarvis/poky/openembedded-core/build/tmp-glibc/work/i586-oe-
> linux/wxwidgets/2.9.5-r0=/usr/src/debug/wxwidgets/2.9.5-r0
> -fdebug-prefix-map=/home/jarvis/poky/openembedded-core/
> build/tmp-glibc/work/i586-oe-linux/wxwidgets/2.9.5-r0/recipe-sysroot-native=
> -fdebug-prefix-map=/home/jarvis/poky/openembedded-core/
> build/tmp-glibc/work/i586-oe-linux/wxwidgets/2.9.5-r0/recipe-sysroot=
> -fvisibility-inlines-hidden', d)} which triggered exception NameError: name
> 'oe_filter_out' is not defined
>
>
> Thanks
>

[-- Attachment #2: Type: text/html, Size: 2537 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [oe] [meta-ros] ros build error on poky
  2018-04-06  9:06 ` Rajath C S
@ 2018-04-06  9:32   ` Vincent Prince
  0 siblings, 0 replies; 4+ messages in thread
From: Vincent Prince @ 2018-04-06  9:32 UTC (permalink / raw)
  To: Rajath C S; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 2221 bytes --]

 Your error [name 'oe_filter_out' is not defined] means you don't have
oe_filter_out function defined in poky/meta/classes/utils.bbclass

2018-04-06 11:06 GMT+02:00 Rajath C S <rajathcs.1996@gmail.com>:

> i understand that this isnt specific to ros queries but i do have posted
> the same at the ROS mailing-list and to ROS maintainers and the issue is to
> be yet resolved perfectly.
>
> Thanks
>
> Rajath C S,
> 9964182112,
> Bangalore - 560060
>
> On Fri, Apr 6, 2018 at 12:34 PM, Rajath C S <rajathcs.1996@gmail.com>
> wrote:
>
>> 1. i'd like to know does the process being followed in this link lead us
>> to installation of ROS-kinetic / indigo or others, hope i am clear..? that
>> is want to know if the process of including and compiling meta-ros layer
>> for yocto equal to install ros on ubuntu i mean in literal sense
>>
>> http://wiki.ros.org/hydro/Installation/OpenEmbedded
>>
>> 2. Is the wxwidgets_2.9.5.bb recipe important because i am getting the
>> below error when 'bitbake roslaunch' is used
>>
>> ERROR: ExpansionError during parsing /home/jarvis/poky/meta-ros/rec
>> ipes-extended/wxwidgets/wxwidgets_2.9.5.bb                          |
>> ETA:  0:02:07
>> Traceback (most recent call last):
>> bb.data_smart.ExpansionError: Failure expanding variable CXXFLAGS[:=],
>> expression was ${@oe_filter_out('-fvisibility-inlines-hidden', ' -O2
>> -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/jarvi
>> s/poky/openembedded-core/build/tmp-glibc/work/i586-oe-linux/
>> wxwidgets/2.9.5-r0=/usr/src/debug/wxwidgets/2.9.5-r0
>> -fdebug-prefix-map=/home/jarvis/poky/openembedded-core/build
>> /tmp-glibc/work/i586-oe-linux/wxwidgets/2.9.5-r0/recipe-sysroot-native=
>> -fdebug-prefix-map=/home/jarvis/poky/openembedded-core/build
>> /tmp-glibc/work/i586-oe-linux/wxwidgets/2.9.5-r0/recipe-sysroot=
>> -fvisibility-inlines-hidden', d)} which triggered exception NameError: name
>> 'oe_filter_out' is not defined
>>
>>
>> Thanks
>>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>

[-- Attachment #2: Type: text/html, Size: 4459 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-06  9:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-06  7:04 [oe] [meta-ros] ros build error on poky Rajath C S
2018-04-06  8:01 ` Vincent Prince
2018-04-06  9:06 ` Rajath C S
2018-04-06  9:32   ` Vincent Prince

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.