|
Adding libgpiod to Yocto Warrior 4.19.35 image?
Hi Scott, IMAGE_INSTALL is the way to go. I recommend spending some time on watching https://www.youtube.com/playlist?list=PLD4M5FoHz-TxMfBFrDKfIS_GLY25Qsfyj Here you'll learn that you shouldn't reall
Hi Scott, IMAGE_INSTALL is the way to go. I recommend spending some time on watching https://www.youtube.com/playlist?list=PLD4M5FoHz-TxMfBFrDKfIS_GLY25Qsfyj Here you'll learn that you shouldn't reall
|
By
Quentin Schulz
· #50045
·
|
|
meta-kirkwood layer
#yocto
Hi, I also see that there's only a kernel recipe. IIRC, kirkwood devices are supported in upstream linux, so you're probably fine using linux-yocto, copy paste and slightly modify the machine configur
Hi, I also see that there's only a kernel recipe. IIRC, kirkwood devices are supported in upstream linux, so you're probably fine using linux-yocto, copy paste and slightly modify the machine configur
|
By
Quentin Schulz
· #50051
·
|
|
ERRORS while building customized yocto image for Raspberrypi
#yocto
Hi Bhavya, SRC_URI = "file://gsm-${PV}.tar.gz \ file://license" or SRC_URI = "file://gsm-${PV}.tar.gz" SRC_URI += "file://license" Quentin
Hi Bhavya, SRC_URI = "file://gsm-${PV}.tar.gz \ file://license" or SRC_URI = "file://gsm-${PV}.tar.gz" SRC_URI += "file://license" Quentin
|
By
Quentin Schulz
· #50079
·
|
|
ERRORS while building customized yocto image for Raspberrypi
#yocto
Hi Bhavya, Your S = "${WORKDIR}" is probably wrong then. Is there only a directory "at the root" of the tarball? I mean if you untar it, do you get one directory where all your source code is? In that
Hi Bhavya, Your S = "${WORKDIR}" is probably wrong then. Is there only a directory "at the root" of the tarball? I mean if you untar it, do you get one directory where all your source code is? In that
|
By
Quentin Schulz
· #50096
·
|
|
Remove connman package from yocto sdk.
Hi, Don't know if it works but was always wondering if adding PACKAGE_EXCLUDE = "connman" would be a way to know for sure at least one recipe that is "adding" connman to the image exists (and this als
Hi, Don't know if it works but was always wondering if adding PACKAGE_EXCLUDE = "connman" would be a way to know for sure at least one recipe that is "adding" connman to the image exists (and this als
|
By
Quentin Schulz
· #50111
·
|
|
one way hash analogy of yocto
Hi Robm For location of bbappends and recipes, etc.: bitbake-layers show-appends bitbake-layers show-recipes For variables: bitbake <recipe> -e | more and find the line starting with the variable you'
Hi Robm For location of bbappends and recipes, etc.: bitbake-layers show-appends bitbake-layers show-recipes For variables: bitbake <recipe> -e | more and find the line starting with the variable you'
|
By
Quentin Schulz
· #50148
·
|
|
How to disable specific default recipe to be included in Yocto?
#linux
#yocto
#cups
#hplip
Hi Sheng Leong, Start from a core-image-minimal and add packages manually. Only the packages that are specified to be installed explicitly in your image recipe and the packages specified in RDEPENDS a
Hi Sheng Leong, Start from a core-image-minimal and add packages manually. Only the packages that are specified to be installed explicitly in your image recipe and the packages specified in RDEPENDS a
|
By
Quentin Schulz
· #50183
·
|
|
Cannot fetch sources, downloads.yoctoproject.org is down
Hi Lluis, It's known: https://twitter.com/yoctoproject/status/1290570140468285441?s=20 Thanks for the report anyway :) Quentin
Hi Lluis, It's known: https://twitter.com/yoctoproject/status/1290570140468285441?s=20 Thanks for the report anyway :) Quentin
|
By
Quentin Schulz
· #50185
·
|
|
do_package() failing due to "no attribute"
Hi Itai, SDKTARGETSYSROOT = "${STAGING_BINDIR_NATIVE}/mips64-poky-linux" --sysroot=${STAGING_DIR_TARGET} \ --sysroot=${STAGING_DIR_TARGET} --sysroot=${STAGING_DIR_TARGET} -L/${STAGING_LIBDIR} At least
Hi Itai, SDKTARGETSYSROOT = "${STAGING_BINDIR_NATIVE}/mips64-poky-linux" --sysroot=${STAGING_DIR_TARGET} \ --sysroot=${STAGING_DIR_TARGET} --sysroot=${STAGING_DIR_TARGET} -L/${STAGING_LIBDIR} At least
|
By
Quentin Schulz
· #50190
·
|
|
out of kernel custom module build fails
Hi Rob, DEPENDS_${PN} does nothing, so that's not what fixed it ;) I doubt LOCAL_VERSION_EXTEND or however it's called is used for creating the package version of the kernel. I'd expect the dependenci
Hi Rob, DEPENDS_${PN} does nothing, so that's not what fixed it ;) I doubt LOCAL_VERSION_EXTEND or however it's called is used for creating the package version of the kernel. I'd expect the dependenci
|
By
Quentin Schulz
· #50222
·
|
|
yocto compile simple c++
Hi Sergey, No need. No need. No need, default is the name of the recipe file. No need, default is the version in the recipe file (if there's one). meta-ice_layer/recipes-ice/ice_helloworld/ice_hellowo
Hi Sergey, No need. No need. No need, default is the name of the recipe file. No need, default is the version in the recipe file (if there's one). meta-ice_layer/recipes-ice/ice_helloworld/ice_hellowo
|
By
Quentin Schulz
· #50254
·
|
|
cmake-based project with system lib dependency
Hi Sergey, DEPENDS = "util-linux" (DEPENDS is for build time dependencies and you add the recipe providing the sources for it, RDEPENDS_${PN} is for runtime dependencies and you add packages to it (it
Hi Sergey, DEPENDS = "util-linux" (DEPENDS is for build time dependencies and you add the recipe providing the sources for it, RDEPENDS_${PN} is for runtime dependencies and you add packages to it (it
|
By
Quentin Schulz
· #50266
·
|
|
wvdial
Hi
By
Quentin Schulz
· #50703
·
|
|
RDEPENDS problem
Hi Greg, .so files are installed in the -dev package even with the line above. Please have a look here: https://wiki.yoctoproject.org/wiki/TipsAndTricks/Packaging_Prebuilt_Libraries#Non-versioned_Libr
Hi Greg, .so files are installed in the -dev package even with the line above. Please have a look here: https://wiki.yoctoproject.org/wiki/TipsAndTricks/Packaging_Prebuilt_Libraries#Non-versioned_Libr
|
By
Quentin Schulz
· #50764
·
|
|
sd-bus.h not found when compiling
#yocto
Hi Talel, RDEPENDS is for runtime dependencies, DEPENDS is for build time, so you want to use DEPENDS here. Cheers, Quentin
Hi Talel, RDEPENDS is for runtime dependencies, DEPENDS is for build time, so you want to use DEPENDS here. Cheers, Quentin
|
By
Quentin Schulz
· #50816
·
|
|
setup.py no such file or directory
Hi Talel, Use devtool finish when you're done with a recipe you started with devtool add, that should do it. Quentin
Hi Talel, Use devtool finish when you're done with a recipe you started with devtool add, that should do it. Quentin
|
By
Quentin Schulz
· #50824
·
|
|
setup.py no such file or directory
If your recipe is in: /media/talel/data/multigate/multigate/meta-wirepas/recipes-wirepas/wirepas-gateway/ and wp-gateway.zip is in: /media/talel/data/multigate/multigate/meta-wirepas/recipes-wirepas/w
If your recipe is in: /media/talel/data/multigate/multigate/meta-wirepas/recipes-wirepas/wirepas-gateway/ and wp-gateway.zip is in: /media/talel/data/multigate/multigate/meta-wirepas/recipes-wirepas/w
|
By
Quentin Schulz
· #50826
·
|
|
File collision: same path from 2 recipes
If available in krogoth, `oe-pkdata-util find-path /etc/network/if-up,d/hostapd_restart` does this exact thing :) Quentin
If available in krogoth, `oe-pkdata-util find-path /etc/network/if-up,d/hostapd_restart` does this exact thing :) Quentin
|
By
Quentin Schulz
· #50872
·
|
|
#yocto #linux #systemd Having issues building command line utilities: ntpq, timedatectl, and ntpstat into kernel image
#systemd
#yocto
#linux
Hi Steve, It comes with systemd. Use it as your init system and then you'll have the command. Quentin
Hi Steve, It comes with systemd. Use it as your init system and then you'll have the command. Quentin
|
By
Quentin Schulz
· #50878
·
|
|
NPM package recipe, npm not found
Hi Talel, Just guessing but probably nodejs-native here? Although, you might want to have a look at the npm.bbclass and try to inherit it. Considering how complex the class looks like, it might be eas
Hi Talel, Just guessing but probably nodejs-native here? Although, you might want to have a look at the npm.bbclass and try to inherit it. Considering how complex the class looks like, it might be eas
|
By
Quentin Schulz
· #50947
·
|