Coder Social home page Coder Social logo

meta-basler-tools's People

Contributors

ruedigerkoepke avatar toklinke avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

meta-basler-tools's Issues

Pylon on yocto for x86

Hello,
I'm building an yocto image for an x86_64 board .

I writing my image using the pylon tarbal from officials repo.

My recipe :

SUMMARY = "Basler pylon camera software suite"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://share/pylon/licenses/License.txt;md5=71fd665b3c1cdeedf72522102cbe2bc0
file://share/pylon/licenses/pylon_Third-Party_Licenses.txt;md5=d815bbc83d062eb317456d8fda7f9a43"

PR = "r0"

SRC_URI = "file://pylon_7.2.1.25747_x86_64.tar.gz;subdir=${S}"

RDEPENDS:${PN} = "fontconfig freetype libsm libdrm libxcb-glx"

FILES:${PN} += "/opt/ /usr/bin/pylon"

INSANE_SKIP:${PN} += "already-stripped"
INSANE_SKIP:${PN} += "dev-so"
INSANE_SKIP:${PN} += "dev-elf"
INSANE_SKIP:${PN} += "ldflags"

SKIP_FILEDEPS:${PN} = "1"
SKIP_FILEDEPS:${PN} = "1"

EXCLUDE_FROM_SHLIBS = "1"

SYSROOT_DIRS = "/opt"
PACKAGES:${PN} = "${PN}"

do_install() {

install -d "${D}/opt/pylon"
cp -dR --preserve=mode,links,timestamps --no-preserve=ownership "${S}"/* "${D}/opt/pylon/"
}

I always have an issue on do_image wic .

Do you have a solution to easily integrate pylon for x86_64 boards on yocto ?

Thanks

Pylon version 7.3

Hi, any plans on generating a .bb to install Pylon 7.3? I would like to use this layer in a ROS2 Humble build, and the pylon-ros-camera Humble branch needs Pylon 7.3.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.