|
zeus KCFLAGS
Hi, I'm trying to build the core-image-minimal on zeus branch, device Tegra Xavier. The compiler has to be GCC 7.* due to some NVidia pre-built binaries. So I back ported it from Thud if I recall. The
Hi, I'm trying to build the core-image-minimal on zeus branch, device Tegra Xavier. The compiler has to be GCC 7.* due to some NVidia pre-built binaries. So I back ported it from Thud if I recall. The
|
By
Damien LEFEVRE
· #49248
·
|
|
u-boot factory reset
Hi, First time customizing u-boot, forgive my basic question. To implement a factory reset, my initramfs expects a ‘factoryreset’ kernel parameter to format an overlay FS partition before mounting it.
Hi, First time customizing u-boot, forgive my basic question. To implement a factory reset, my initramfs expects a ‘factoryreset’ kernel parameter to format an overlay FS partition before mounting it.
|
By
Damien LEFEVRE
· #49066
·
|
|
Connman default IP and MTU
Hi, I'm using a yocto warrior image with connman and trying to configure the default IPs in an image. I have a device with 2 ethernet NICs and a wifi adapter. I need to set 2 static IPs on the NICs, t
Hi, I'm using a yocto warrior image with connman and trying to configure the default IPs in an image. I have a device with 2 ethernet NICs and a wifi adapter. I need to set 2 static IPs on the NICs, t
|
By
Damien LEFEVRE
· #48137
·
|
|
do_fetch_append: syntax error
OK understood! I'll find another way. Thanks, -Damien
OK understood! I'll find another way. Thanks, -Damien
|
By
Damien LEFEVRE
· #46792
·
|
|
do_fetch_append: syntax error
Hi, I have the following bbappend FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += " \ file://tegra186_cti_defconfig \ " do_fetch_append(){ mv ${WORKDIR}/tegra186_cti_defconfig ${WORKDIR}/def
Hi, I have the following bbappend FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += " \ file://tegra186_cti_defconfig \ " do_fetch_append(){ mv ${WORKDIR}/tegra186_cti_defconfig ${WORKDIR}/def
|
By
Damien LEFEVRE
· #46787
·
|
|
Nothing PROVIDES 'python3-dev'
Kiitos Jussi! That solved it. I had DEPENDS += "python3-dev" and RDEPENDS += "libpython3" now I have DEPENDS += "python3" and RDEPENDS += "libpython3" I'll check if libpython3 is implicit when the ima
Kiitos Jussi! That solved it. I had DEPENDS += "python3-dev" and RDEPENDS += "libpython3" now I have DEPENDS += "python3" and RDEPENDS += "libpython3" I'll check if libpython3 is implicit when the ima
|
By
Damien LEFEVRE
· #46726
·
|
|
Nothing PROVIDES 'python3-dev'
> On 24/09/2019 10:36, Damien LEFEVRE wrote: > > Hi, > > > > Migrating from poky:pyro to poky:warrior. > > > > It looks like the python3-dev package is generated from > > python3-manifest.json: > > >
> On 24/09/2019 10:36, Damien LEFEVRE wrote: > > Hi, > > > > Migrating from poky:pyro to poky:warrior. > > > > It looks like the python3-dev package is generated from > > python3-manifest.json: > > >
|
By
Damien LEFEVRE
· #46724
·
|
|
Nothing PROVIDES 'python3-dev'
Hi, Migrating from poky:pyro to poky:warrior. It looks like the python3-dev package is generated from python3-manifest.json: "dev": { "cached": [], "files": [ "${base_libdir}/*.a", "${base_libdir}/*.o
Hi, Migrating from poky:pyro to poky:warrior. It looks like the python3-dev package is generated from python3-manifest.json: "dev": { "cached": [], "files": [ "${base_libdir}/*.a", "${base_libdir}/*.o
|
By
Damien LEFEVRE
· #46714
·
|
|
Changing HOST_CC_ARCH temporarily in recipe
Yeah that's true and that's how I fixed it =) Thanks, -Damien
Yeah that's true and that's how I fixed it =) Thanks, -Damien
|
By
Damien LEFEVRE
· #46638
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
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
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
·
|
|
Image specific configuration files
Thanks a lot everyone, this is very helpful =)
Thanks a lot everyone, this is very helpful =)
|
By
Damien LEFEVRE
· #41302
·
|
|
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
·
|