|
Would COMPATIBLE_IMAGE make sense?
Thanks a lot for the answers, that's really helpful! Seems like I should have a closer look at the distros. I'll need some time to test it, I'll update here when that is done!
Thanks a lot for the answers, that's really helpful! Seems like I should have a closer look at the distros. I'll need some time to test it, I'll update here when that is done!
|
By
Jonas Vautherin
· #54027
·
|
|
Would COMPATIBLE_IMAGE make sense?
I was thinking about my issue described here [1], and discovered the variables called COMPATIBLE_MACHINE and COMPATIBLE_HOST, which "you can use to stop recipes from being built for machines (/hosts)
I was thinking about my issue described here [1], and discovered the variables called COMPATIBLE_MACHINE and COMPATIBLE_HOST, which "you can use to stop recipes from being built for machines (/hosts)
|
By
Jonas Vautherin
· #53996
·
|
|
GPT instead of MBR in my WKS file
Hello :-), Learning Yocto with my Pocketbeagle, I have been looking at the WKS file recently. Starting with the default beaglebone-yocto.wks, it is working fine for an MBR partition table: ``` part /b
Hello :-), Learning Yocto with my Pocketbeagle, I have been looking at the WKS file recently. Starting with the default beaglebone-yocto.wks, it is working fine for an MBR partition table: ``` part /b
|
By
Jonas Vautherin
· #52721
·
|
|
Failing to patch u-boot .dts
Finally understood how to do it properly, and hence explaining here for the record. In my machine configuration, I have this line (that I overlooked): ``` IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} M
Finally understood how to do it properly, and hence explaining here for the record. In my machine configuration, I have this line (that I overlooked): ``` IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} M
|
By
Jonas Vautherin
· #52688
·
|
|
Failing to patch u-boot .dts
Hello! I am using u-boot on a pocketbeagle which, according to "Default Device Tree for DT control" in `bitbake -c menuconfig u-boot`, uses am335x-evm, which I understand is the file in ./build/tmp/wo
Hello! I am using u-boot on a pocketbeagle which, according to "Default Device Tree for DT control" in `bitbake -c menuconfig u-boot`, uses am335x-evm, which I understand is the file in ./build/tmp/wo
|
By
Jonas Vautherin
· #52663
·
|
|
Keep .bbappend for older Yocto version
It does help, yes! Thanks a lot!
It does help, yes! Thanks a lot!
|
By
Jonas Vautherin
· #52381
·
|
|
Keep .bbappend for older Yocto version
Thank you for the answer :-). Yes, that works, and it seems like it is commonly used already. But because there is a way to define which versions are supported in the machine configuration, I thought
Thank you for the answer :-). Yes, that works, and it seems like it is commonly used already. But because there is a way to define which versions are supported in the machine configuration, I thought
|
By
Jonas Vautherin
· #52357
·
|
|
Keep .bbappend for older Yocto version
Good evening, I am using Yocto Gatesgarth, and I was just updating a layer that was written for Dunfell. In the `conf/layer.conf`, I can simply add "gatesgarth" to `LAYERSERIES_COMPAT_pocketbeagle`, l
Good evening, I am using Yocto Gatesgarth, and I was just updating a layer that was written for Dunfell. In the `conf/layer.conf`, I can simply add "gatesgarth" to `LAYERSERIES_COMPAT_pocketbeagle`, l
|
By
Jonas Vautherin
· #52354
·
|
|
Need to manually create device-tree directory during build
As a learning experience, I am trying to build a downstream kernel from source. It works, but it requires that I manually make a directory in the yocto `tmp/` folder, and I am trying to understand why
As a learning experience, I am trying to build a downstream kernel from source. It works, but it requires that I manually make a directory in the yocto `tmp/` folder, and I am trying to understand why
|
By
Jonas Vautherin
· #52231
·
|
|
Writing a BSP from downstream kernel sources
Thanks a lot everybody, I managed to go further with Diego's idea! I removed the `const` in two other places, though I'm not sure if it was necessary (I'll check that later). But the `.err encountered
Thanks a lot everybody, I managed to go further with Diego's idea! I removed the `const` in two other places, though I'm not sure if it was necessary (I'll check that later). But the `.err encountered
|
By
Jonas Vautherin
· #52209
·
|
|
Writing a BSP from downstream kernel sources
Thanks Aaron! That seems to remove the log2 warnings, but it seems like they were not related to those "Assembler" errors, e.g.: ``` | /tmp/ccbtfgo7.s: Assembler messages: | /tmp/ccbtfgo7.s:2011: Erro
Thanks Aaron! That seems to remove the log2 warnings, but it seems like they were not related to those "Assembler" errors, e.g.: ``` | /tmp/ccbtfgo7.s: Assembler messages: | /tmp/ccbtfgo7.s:2011: Erro
|
By
Jonas Vautherin
· #52169
·
|
|
Writing a BSP from downstream kernel sources
Thanks a lot for the advice! However, I can't seem to find a `const` that I can simply remove. To give more context, here is the log output around such an error (it seems like it is often surrounded b
Thanks a lot for the advice! However, I can't seem to find a `const` that I can simply remove. To give more context, here is the log output around such an error (it seems like it is often surrounded b
|
By
Jonas Vautherin
· #52162
·
|
|
Writing a BSP from downstream kernel sources
Just to close this: it seems like the gcc-cross-arm used by yocto gatesgarth is too new for that specific downstream kernel (3.18.31). The goal was to get a proper BSP package for this device for a mo
Just to close this: it seems like the gcc-cross-arm used by yocto gatesgarth is too new for that specific downstream kernel (3.18.31). The goal was to get a proper BSP package for this device for a mo
|
By
Jonas Vautherin
· #52074
·
|
|
Writing a BSP from downstream kernel sources
Thanks a lot for the answer! It seems like using `KCONFIG_MODE = "--alldefconfig"` with `KBUILD_DEFCONFIG = "msm8909_defconfig"` now ends up with the same kind of errors as when I use the defconfig fr
Thanks a lot for the answer! It seems like using `KCONFIG_MODE = "--alldefconfig"` with `KBUILD_DEFCONFIG = "msm8909_defconfig"` now ends up with the same kind of errors as when I use the defconfig fr
|
By
Jonas Vautherin
· #52071
·
|
|
Writing a BSP from downstream kernel sources
As a learning experience, I am trying to create a BSP for a device I own and whose downstream kernel is published. The device in question is the Parrot Skycontroller3, and the sources are available he
As a learning experience, I am trying to create a BSP for a device I own and whose downstream kernel is published. The device in question is the Parrot Skycontroller3, and the sources are available he
|
By
Jonas Vautherin
· #52069
·
|
|
Using U-boot in Yocto
Oh, for some reason I had not found the docs. Thanks a lot, that looks really good!
Oh, for some reason I had not found the docs. Thanks a lot, that looks really good!
|
By
Jonas Vautherin
· #51815
·
|
|
Using U-boot in Yocto
Hello! I am new to Yocto, and hope that this is the right way to ask for help :-). I would like to have a way to flash my RPi over USB using `fastboot`, and it seems to me that one way to do that is t
Hello! I am new to Yocto, and hope that this is the right way to ask for help :-). I would like to have a way to flash my RPi over USB using `fastboot`, and it seems to me that one way to do that is t
|
By
Jonas Vautherin
· #51812
·
|