LetoThe2nd changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Community: https://www.yoctoproject.org/community | IRC logs: http://irc.yoctoproject.org/irc/ | Having difficulty on the list, with someone on the list or on IRC, contact Yocto Project Community Manager Letothe2nd | CoC: https://www.yoctoproject.org/community/code-of-conduct
<marex> I tried unset BB_RENAMED_VARIABLES[SDK_LOCAL_CONF_WHITELIST] , I tried python anonymous () {} in layer.conf , I just dont see a way
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<marex> well, unset in local.conf is an option, but that's a workaround
<khem> RP: I need to take a look at working build for gpgme on x32 is there some AB node I can peek into ?
Piraty has quit [Quit: -]
Piraty has joined #yocto
sakoman has quit [Quit: Leaving.]
Tokamak_ has quit [Quit: Tokamak_]
Tokamak_ has joined #yocto
Ablu has quit [Ping timeout: 264 seconds]
Ablu has joined #yocto
Tokamak_ has quit [Quit: Tokamak_]
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #yocto
Minvera has quit [Ping timeout: 240 seconds]
<khem> abelloni: RP I have posted another version of autoconf patchset which addresses Ross's comments as well as issue with gpgme on x32
<khem> the patches are on ml as well as on a contrib branch https://git.yoctoproject.org/poky-contrib/log/?h=kraj/autoconf-2.72
<khem> give it another shot
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
camus has quit [Read error: Connection reset by peer]
camus1 has joined #yocto
camus1 is now known as camus
camus has quit [Ping timeout: 245 seconds]
zkrx has quit [Ping timeout: 246 seconds]
camus has joined #yocto
mixfix41 has quit [Ping timeout: 260 seconds]
alessioigor has joined #yocto
leon-anavi has joined #yocto
xmn has quit [Quit: ZZZzzz…]
rob_w has joined #yocto
mckoan|away is now known as mckoan
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
zkrx has joined #yocto
Kubu_work has joined #yocto
Guest62 has joined #yocto
Guest62 has quit [Client Quit]
mvlad has joined #yocto
florian has joined #yocto
prabhakarlad has joined #yocto
AndreRicardo has joined #yocto
prabhakarlad has quit [Quit: Client closed]
prabhakar has quit [Quit: Connection closed]
florian_kc has joined #yocto
gsalazar has joined #yocto
prabhakar has joined #yocto
prabhakarlad has joined #yocto
AndreRicardo has quit [Quit: Client closed]
JaMa has quit [Ping timeout: 260 seconds]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
JaMa has joined #yocto
Guest62 has joined #yocto
mcfrisk has joined #yocto
AndreRicardo has joined #yocto
Guest54 has joined #yocto
ptsneves has joined #yocto
<Guest62> Good morning from the UK
<Guest62> problem: my yocto build is apparently missing libopencv-core when local.conf contains the following line: IMAGE_INSTALL:append = " opencv opencv-dev opencv-staticdev libopencv-core libopencv-imgproc" and builds without error or warnings
<Guest62> is anyone familiar enough with opencv to give me a hint?
prabhakarlad has quit [Quit: Client closed]
<RP> Guest62: Questions I would be asking are whether any of those pieces make it into the image or is it just libopencv-core? are the files you expect in the libopencv-core package?
<Guest62> it is for a cross compilation on board the  jetson, I think I fathomed the problem, traced it down to a CMakeList.txt file which uses a find_package and fails to initiallise a variable
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
zkrx has quit [Ping timeout: 244 seconds]
zkrx has joined #yocto
rob_w has quit [Remote host closed the connection]
vladest1 has joined #yocto
vladest has quit [Remote host closed the connection]
vladest1 is now known as vladest
<ray-san> hi there, i'm building a yocto image (kirkstone) and try to set the timezone via the TIMEZONE variable in the local.conf but my timezone gets always set to Universal. The needed tzdata files are there, but the symlink from /etc/localtime always points to /usr/share/zoneinfo/Universal. I have also tried to write a recipe which overwirtes the symlink in the do_install function. Do you guys have any idea?
Guest54 has quit [Ping timeout: 246 seconds]
flo_32 has joined #yocto
<flo_32> Hi Everyone.
zkrx has quit [Ping timeout: 244 seconds]
<flo_32> Is anyone familiar with pin-muxing stuff for the imx6ul / ull series of processors? I cannot get my output to work as i want. I want to control the state of Pad J16 on a MCIMX6Y2xxxx processor. It is mentioned in the device tree, to belong to the pincontrol gorup for the spi3, and is configured to: MX6UL_PAD_UART2_RX_DATA__ECSPI3_SCLK
<flo_32> 0x100b1. Therefore I modified the device-tree and set the state of SPI3 to status = "disabled" and rebuild everything.
<flo_32> gpioinfo lists gpio21 as unused but when i change it to output and activate it nothing changes. Therefore I think gpio21 might be mapped to a different pad. What i dont know: Do i have to map gpio21 in the device-tree myself?
zkrx has joined #yocto
<flo_32> remark: I know that this is not really a yocto issue. I was just hoping to find someone who has a bit of insight into the imx6.
<yocton> flo_32: MX6UL_PAD_UART2_RX_DATA__ECSPI3_SCLK mean that you mapped pad "UART2_RX_DATA" to the function "ECSPI3_SCLK" so the fact taht the GPIO does not work as intended is not surprising
<yocton> You want to use the MX6UL_PAD_UART2_RX_DATA__GPIO... definition
<flo_32> Okay, so in the imx6ul-pinfunc.h i can find the definition: MX6UL_PAD_UART2_RX_DATA__GPIO1_IO21. What I dont get is: Do I have to create my own pinctrl group in the device-tree? Which driver am i supposed to use?
<RP> JPEW: I've sent a patch for more of the ssh poll fixing since that was stopping the timeout errors from being raised
goliath has quit [Quit: SIGSEGV]
* RP thinks he might be closer to making the ltp test results more reliable
<yocton> flo_32: create a new pinctrl-group (Not the cleanest but I usually finish with a group containing all the random GPIOs I need to use). You don't need a new driver : all the gpios will be supported by the current GPIO driver
goliath has joined #yocto
<flo_32> @yocton: so in my dtree patch i add: pinctrl_gpiodev_board: gpiosomegroupnotmentionedanywhereelse { \n fsl,pins = < \n MX6UL_PAD_UART2_RX_DATA__GPIO1_IO21   0x10b0 (0x10b0 from the imx config tool) >; }; ?
<flo_32> My device-tree patch is applied after the initial spi pincontrol so I believe it should overwrite the old initialization
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
AndreRicardo has quit [Quit: Client closed]
prabhakar has quit [Quit: Connection closed]
prabhakarlad has joined #yocto
prabhakar has joined #yocto
Guest99 has joined #yocto
goliath has quit [Quit: SIGSEGV]
<Guest99> hello everyone, i have a question for those who use meta-tegra(nvidia jetson modules).
<Guest99> a custom carrier board (DSBOARD-ORNX) is used with the Jetson Orin NX 16GB module.
<Guest99> is it possible to extract images comfortably using meta-tegra? if not, are specific configurations required as it is a custom board?
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
<mckoan> Guest99: define "extract images"
<Guest99> i wanted to say about creating an image that works with custom board(DSBOARD-ORNX)
AndreRicardo has joined #yocto
<AndreRicardo> I guess I have to modify somehow `meta-swupdate/recipes-support/swupdate/defconfig` to enable the copy? But I did run `bitbake -c menuconfig swupdate` and cannot find anything related to the copy handler
flo_32 has quit [Quit: Client closed]
xmn has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
<adrianf> AndreRicardo: I guess you need to enable the CONFIG_COPY feature in the defconfig file: https://github.com/sbabic/swupdate/blob/master/handlers/Makefile#L14 . But the real exparts are available on the swupdate mailing list https://groups.google.com/g/swupdate
<adrianf> You might try to search for copy in the menuconfig. Searching works with / (like vim)
<AndreRicardo> Thank you adrianf I'm going to search in menuconfig
Minvera has joined #yocto
<AndreRicardo>  .config - SWUpdate Configuration
<AndreRicardo>  → Search (copy) ──────────────────────────────────────────────────────────────────────────────────────────────────────────────
<AndreRicardo> ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
<AndreRicardo> ──────────────────────────────────────
<AndreRicardo>   ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
<AndreRicardo> ─────────────── Search Results ────────────────────────────────────────────────────────────────────────────────────────────────
<AndreRicardo> ──────────────────────────────────┐
<AndreRicardo>   │ No matches found.
<AndreRicardo> │
* efeschiyan - mhm tastes like kconfig
AndreRicardo has quit [Quit: Client closed]
Guest99 has quit [Quit: Client closed]
<JPEW> RP: k, I'll look at it
zelgomer has quit [Ping timeout: 240 seconds]
<RP> JPEW: I'm sure there is cleanup to be made but I just want things to work atm!
Guest62 has quit [Quit: Client closed]
zelgomer has joined #yocto
Xagen has joined #yocto
Xagen has quit [Ping timeout: 264 seconds]
Xagen has joined #yocto
Guest99 has joined #yocto
sakoman has joined #yocto
prabhakarlad has quit [Quit: Client closed]
Guest99 has quit [Quit: Client closed]
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
AndreRicardo has joined #yocto
lexano has joined #yocto
florian has quit [Quit: Ex-Chat]
florian_kc has quit [Ping timeout: 245 seconds]
AndreRicardo has quit [Ping timeout: 246 seconds]
ptsneves has quit [Remote host closed the connection]
yannd has quit [Remote host closed the connection]
Francesco[m] has quit [Quit: You have been kicked for being idle]
Circuitsoft has joined #yocto
Kubu_work has quit [Quit: Leaving.]
leon-anavi has quit [Quit: Leaving]
mckoan is now known as mckoan|away
PobodysNerfect has joined #yocto
florian_kc has joined #yocto
PobodysNerfect has quit [Quit: Gone to sleep. ZZZzzz…]
mvlad has quit [Remote host closed the connection]
BWhitten has joined #yocto
kpo has joined #yocto
gsalazar has quit [Ping timeout: 246 seconds]
vmeson has quit [Ping timeout: 252 seconds]
vmeson has joined #yocto
cambrian_invader has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
amitk has joined #yocto
zelgomer has quit [Remote host closed the connection]
zelgomer has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
amitk has quit [Ping timeout: 245 seconds]
alessioigor has quit [Quit: alessioigor]
Kubu_work has joined #yocto
BWhitten has quit [Ping timeout: 246 seconds]
kpo has quit [Ping timeout: 252 seconds]
cambrian_invader has joined #yocto
rfs613 has quit [Ping timeout: 246 seconds]
gsalazar has joined #yocto
Circuitsoft has quit [Quit: Connection closed for inactivity]
gsalazar has quit [Quit: Leaving]
Kubu_work has quit [Quit: Leaving.]
mrpelotazo has quit [Ping timeout: 260 seconds]
mrpelotaz0 has joined #yocto
paulg has quit [Ping timeout: 245 seconds]
paulg has joined #yocto
florian_kc has quit [Ping timeout: 244 seconds]