|
How to install kernel objects in /lib
Hi, I made a recipe to build and install a kernel object. See SUMMARY = "Kernel module for EPIX grabber" LICENSE = "CLOSED" inherit module SRC_URI = "file://Makefile \ file://pixcilnx_aarch64_4.4.a \
Hi, I made a recipe to build and install a kernel object. See SUMMARY = "Kernel module for EPIX grabber" LICENSE = "CLOSED" inherit module SRC_URI = "file://Makefile \ file://pixcilnx_aarch64_4.4.a \
|
By
Damien LEFEVRE
· #40794
·
|
|
LINUX_VERSION issue in recipe
Hi, This must be a stupid basic question. I have the following recipe append: keymaps_1.0.bbappend ----------------------------------------------------------------------------- FILESEXTRAPATHS_prepend
Hi, This must be a stupid basic question. I have the following recipe append: keymaps_1.0.bbappend ----------------------------------------------------------------------------- FILESEXTRAPATHS_prepend
|
By
Damien LEFEVRE
· #40920
·
|
|
LINUX_VERSION issue in recipe
OK, thanks for the clarification guys! I think I'll just overwrite the keymaps recipe script to get rid of the kernel version and continue from here =) Cheers, -Damien
OK, thanks for the clarification guys! I think I'll just overwrite the keymaps recipe script to get rid of the kernel version and continue from here =) Cheers, -Damien
|
By
Damien LEFEVRE
· #40927
·
|
|
Splash screen using systemd
Hi, I'm working on an NVidia Jetson board with a TX2 module and I would like to have splash screen with a progress bar when booting and shutting down. The board boots to an application embedded style.
Hi, I'm working on an NVidia Jetson board with a TX2 module and I would like to have splash screen with a progress bar when booting and shutting down. The board boots to an application embedded style.
|
By
Damien LEFEVRE
· #40964
·
|
|
LIC_FILES_CHKSUM: spaces in file names
Hi, I have a base recipe generated with devtool. The package I build has several license files which contain space characters in the file names. LIC_FILES_CHKSUM = "file://COPYRIGHT.md;md5=b229ca0c797
Hi, I have a base recipe generated with devtool. The package I build has several license files which contain space characters in the file names. LIC_FILES_CHKSUM = "file://COPYRIGHT.md;md5=b229ca0c797
|
By
Damien LEFEVRE
· #41150
·
|
|
LIC_FILES_CHKSUM: spaces in file names
Thanks Mark it works. -Damien
Thanks Mark it works. -Damien
|
By
Damien LEFEVRE
· #41155
·
|
|
native recipe question
Hi, I'm having to build a package (arrayfire) for Tegra. This package requires to first build a x86_64 utility (bin2cpp) which is then used for building the tegra arrayfire. Do I understand correctly
Hi, I'm having to build a package (arrayfire) for Tegra. This package requires to first build a x86_64 utility (bin2cpp) which is then used for building the tegra arrayfire. Do I understand correctly
|
By
Damien LEFEVRE
· #41208
·
|
|
native recipe question
Thanks that did the trick. I actually needed to add the tool compilation in do_configure_prepend because the cmake configuration requires the output folder for bin2cpp. Just out of completeness. I had
Thanks that did the trick. I actually needed to add the tool compilation in do_configure_prepend because the cmake configuration requires the output folder for bin2cpp. Just out of completeness. I had
|
By
Damien LEFEVRE
· #41212
·
|
|
native recipe question
OK I got it now. Thanks!
By
Damien LEFEVRE
· #41214
·
|
|
Image specific configuration files
Hi, For the same MACHINE I create the following images: - myimage-production - myimage-rnd - myimage-retail The production one has production assisted tools for flashing peripheral HW, testing vital H
Hi, For the same MACHINE I create the following images: - myimage-production - myimage-rnd - myimage-retail The production one has production assisted tools for flashing peripheral HW, testing vital H
|
By
Damien LEFEVRE
· #41283
·
|
|
Image specific configuration files
Thanks a lot everyone, this is very helpful =)
Thanks a lot everyone, this is very helpful =)
|
By
Damien LEFEVRE
· #41302
·
|
|
bbappend extra SRC_URI ignored
HI, I'm working on meta-tegra layer and I'd like to append a recipe. The original recipe looks like this: https://github.com/madisongh/meta-tegra/blob/rocko-l4t-r28.2/recipes-bsp/tegra-binaries/tegra-
HI, I'm working on meta-tegra layer and I'd like to append a recipe. The original recipe looks like this: https://github.com/madisongh/meta-tegra/blob/rocko-l4t-r28.2/recipes-bsp/tegra-binaries/tegra-
|
By
Damien LEFEVRE
· #41446
·
|
|
bbappend extra SRC_URI ignored
Typo sorry. I've tried all possible combination SRC_URI += "file://nvpmodel.conf" SRC_URI_append = " file://nvpmodel.conf" SRC_URI_prepend = "file://nvpmodel.conf " SRC_URI_append_tegra186 = " file://
Typo sorry. I've tried all possible combination SRC_URI += "file://nvpmodel.conf" SRC_URI_append = " file://nvpmodel.conf" SRC_URI_prepend = "file://nvpmodel.conf " SRC_URI_append_tegra186 = " file://
|
By
Damien LEFEVRE
· #41447
·
|
|
bbappend extra SRC_URI ignored
Thanks Here are some interesting parts of bitbake -e. It seems my syntax is correct # $FILESEXTRAPATHS [3 operations] # set? /home/damien/procbox-pyro/sources/poky/meta/conf/bitbake.conf:325 # "__defa
Thanks Here are some interesting parts of bitbake -e. It seems my syntax is correct # $FILESEXTRAPATHS [3 operations] # set? /home/damien/procbox-pyro/sources/poky/meta/conf/bitbake.conf:325 # "__defa
|
By
Damien LEFEVRE
· #41450
·
|
|
bbappend extra SRC_URI ignored
It's exactly as you said. Thanks a lot! I got it solved and learned some new tricks =) -Damien
It's exactly as you said. Thanks a lot! I got it solved and learned some new tricks =) -Damien
|
By
Damien LEFEVRE
· #41471
·
|
|
Adding new machine type with boot2qt
Hi, I have been working with the jetson reference board with a NVidia TX2 module. I have completed my image and everything runs as expected on the reference board. The final product will run on a diff
Hi, I have been working with the jetson reference board with a NVidia TX2 module. I have completed my image and everything runs as expected on the reference board. The final product will run on a diff
|
By
Damien LEFEVRE
· #41537
·
|
|
preferred version 6.% of gcc-sanitizers not available
Hi, I have updated my stack to sumo and the platform image builds fine. Now I'm adding an application which builds against CUDA 9 and due to some bugs with gcc 7, gcc 6 is highest supported version. T
Hi, I have updated my stack to sumo and the platform image builds fine. Now I'm adding an application which builds against CUDA 9 and due to some bugs with gcc 7, gcc 6 is highest supported version. T
|
By
Damien LEFEVRE
· #43888
·
|
|
Replacing a configuration file from another recipe
Hi, In our base image we use nginx. I created a nginx.bbappend to add our PHP configuration in a separated layer. For a specific variant of the image I need to add an extra bit of nginx configuration.
Hi, In our base image we use nginx. I created a nginx.bbappend to add our PHP configuration in a separated layer. For a specific variant of the image I need to add an extra bit of nginx configuration.
|
By
Damien LEFEVRE
· #44934
·
|
|
PR Service multibranch project
Hi, I'm looking at enabling PR Service to auto increment some recipe revision. On a build server I exposed sstate and downloads folder to use that server as a mirror. So I'm thinking of putting PR ser
Hi, I'm looking at enabling PR Service to auto increment some recipe revision. On a build server I exposed sstate and downloads folder to use that server as a mirror. So I'm thinking of putting PR ser
|
By
Damien LEFEVRE
· #46249
·
|
|
Changing HOST_CC_ARCH temporarily in recipe
Hi, I have a package which requires to first build a x64 binary which is then used to compile the target platform binaries. The way I got away with it was to build that host binary from do_configure_p
Hi, I have a package which requires to first build a x64 binary which is then used to compile the target platform binaries. The way I got away with it was to build that host binary from do_configure_p
|
By
Damien LEFEVRE
· #46633
·
|