OpenDDS / meta-opendds

Open Embedded Layer for the OpenDDS package
Other
7 stars 4 forks source link

Missing bblayers.conf #33

Closed nirhenn closed 4 months ago

nirhenn commented 9 months ago

Hi,

trying to build with Yocto and while trying to add the layer to my build env I get that unable to find bblayers.conf

what am I doing wrong?

mitza-oci commented 9 months ago

I'm not sure, please provide some more information including the versions and configurations of all relevant software components.

vermaete commented 8 months ago

It look OK for me:

git clone git://git.yoctoproject.org/poky -b kirkstone
cd poky/
git clone https://github.com/OpenDDS/meta-opendds.git -b kirkstone
. oe-init-build-env 
bitbake-layers add-layer ../meta-opendds

cat conf/bblayers.conf

# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

BBLAYERS ?= " \
  /home/jan/projects/poky/meta \
  /home/jan/projects/poky/meta-poky \
  /home/jan/projects/poky/meta-yocto-bsp \
  /home/jan/projects/poky/meta-opendds \
  "

Could you elaborate on your findings? Or close the issue?

vermaete commented 4 months ago

@mitza-oci Could we close this older ticket?

nirhenn commented 4 months ago

YesThx,NirSent from my iPhoneOn 21 Apr 2024, at 17:23, Jan Vermaete @.***> wrote: @mitza-oci Could we close this older ticket?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>