|
GPG key used to authenticate DEB packages
Sorry. Relase.gpg miss in Yocto deploy/deb folders. I need to build Release.gpg on my own MZ
Sorry. Relase.gpg miss in Yocto deploy/deb folders. I need to build Release.gpg on my own MZ
|
By
Mauro Ziliani
· #43996
·
|
|
GPG key used to authenticate DEB packages
Hi all. My yocto image integrates package-management for package_deb. I made my own debian repository and all works fine. I miss only where Yocto save the gpg key used to sign Release.gpg files. So wh
Hi all. My yocto image integrates package-management for package_deb. I made my own debian repository and all works fine. I miss only where Yocto save the gpg key used to sign Release.gpg files. So wh
|
By
Mauro Ziliani
· #43995
·
|
|
Set package DEB priority
Find the solution my own. I put PRIORITY := "required" in conf/local.conf to set all packages as "required" MZ
Find the solution my own. I put PRIORITY := "required" in conf/local.conf to set all packages as "required" MZ
|
By
Mauro Ziliani
· #43990
·
|
|
Set package DEB priority
Hi all How can I set the priority of ad DEB by my recipes? I need to mark all packages as required. Now they are optional Mauro
Hi all How can I set the priority of ad DEB by my recipes? I need to mark all packages as required. Now they are optional Mauro
|
By
Mauro Ziliani
· #43989
·
|
|
Fetch from git every bitbake
Hi all. I try AUTOREV in my recipe, but bitbake doesn't check the git repository for newer versions. I need to do bitbake app -c cleanall bitbake app to update sources from repository. Where I mistake
Hi all. I try AUTOREV in my recipe, but bitbake doesn't check the git repository for newer versions. I need to do bitbake app -c cleanall bitbake app to update sources from repository. Where I mistake
|
By
Mauro Ziliani
· #43908
·
|
|
Fetch from git every bitbake
I try BB_SRCREV_POLICY in conf/local.conf First I try BB_SRCREV_POLICY := "clear" Then I try BB_SCREV_POLICY_pn-app := "clear" app_1.0.bb is the recipe with SRCREV="${AUTOREV}" SRC_URI += " \ file://g
I try BB_SRCREV_POLICY in conf/local.conf First I try BB_SRCREV_POLICY := "clear" Then I try BB_SCREV_POLICY_pn-app := "clear" app_1.0.bb is the recipe with SRCREV="${AUTOREV}" SRC_URI += " \ file://g
|
By
Mauro Ziliani
· #43821
·
|
|
Fetch from git every bitbake
I try AUTOREV in the recipe app_1.0.bb SRCREV := "${AUTOREV}" But it doesn't work. Which other variables could inhibit AUTOREV? MZ
I try AUTOREV in the recipe app_1.0.bb SRCREV := "${AUTOREV}" But it doesn't work. Which other variables could inhibit AUTOREV? MZ
|
By
Mauro Ziliani
· #43810
·
|
|
Fetch from git every bitbake
Hi all. How can I force the pull from git repository of my app every time I do bitbake app Best regards, MZ
Hi all. How can I force the pull from git repository of my app every time I do bitbake app Best regards, MZ
|
By
Mauro Ziliani
· #43789
·
|
|
How to share buildhistory?
Hi all. I'm working with imx6dlsabresd and krogoth with 2 pc (PC1, PC2) which commit the sources in the same git repository I need to share buildhistory between PC1 and PC2. That is: - I build app_1.0
Hi all. I'm working with imx6dlsabresd and krogoth with 2 pc (PC1, PC2) which commit the sources in the same git repository I need to share buildhistory between PC1 and PC2. That is: - I build app_1.0
|
By
Mauro Ziliani
· #43782
·
|
|
Disable SIMD extensions for Geode LX800
Hi all. I need to build Thud for Geode LX800, porting a old application with Yocto. I need to remove SIMD extensions for qt5 and other libraries that could use SIMD extensions (sse2 mmx and so on) How
Hi all. I need to build Thud for Geode LX800, porting a old application with Yocto. I need to remove SIMD extensions for qt5 and other libraries that could use SIMD extensions (sse2 mmx and so on) How
|
By
Mauro Ziliani
· #43602
·
|
|
Relase or debug by PACKAGECONFIG or MY_APP_VAR?
Hi all. I have an application made with cmake and qt5 by the recipe my-app.bb To compile the app in release mode I need set EXTRA_OECMAKE + = " -DCMAKE_BUILD_TYPE=Release " while in debug mode I need
Hi all. I have an application made with cmake and qt5 by the recipe my-app.bb To compile the app in release mode I need set EXTRA_OECMAKE + = " -DCMAKE_BUILD_TYPE=Release " while in debug mode I need
|
By
Mauro Ziliani
· #43511
·
|
|
nativesdk-packagegroup-sdk-host not found. Why?
Solved. Th nativesdk-package-sdk-host was not found because in conf/local.conf I set DPKG_ARCH="armhf". Erasing this setup all works. Mauro
Solved. Th nativesdk-package-sdk-host was not found because in conf/local.conf I set DPKG_ARCH="armhf". Erasing this setup all works. Mauro
|
By
Mauro Ziliani
· #43480
·
|
|
nativesdk-packagegroup-sdk-host not found. Why?
Hi all. I try to rebuild meta-toolchain-qt5 and meta-toolchain, but bitbake tells me the it can found nativesdk-packagegroup-sdk-host and on populate_sdk task. Why? Which configuration variables drive
Hi all. I try to rebuild meta-toolchain-qt5 and meta-toolchain, but bitbake tells me the it can found nativesdk-packagegroup-sdk-host and on populate_sdk task. Why? Which configuration variables drive
|
By
Mauro Ziliani
· #43473
·
|
|
Content of a packagegroup
Hi all There is the possibility to known which recipes are included in a packagroup? Toaster can be the solution or there a cli command to know which recipes are in a packagegroup? MZ
Hi all There is the possibility to known which recipes are included in a packagroup? Toaster can be the solution or there a cli command to know which recipes are in a packagegroup? MZ
|
By
Mauro Ziliani
· #43460
·
|
|
connmand+dbus. Which alternatives?
Hi all. I'm working on a imx6dl sabresd project with an usb wifi dongle (edimax EW7811un) My app uses Connman by DBus to manage ethernet and wifi connections. Normally the sytstem works well. Sometime
Hi all. I'm working on a imx6dl sabresd project with an usb wifi dongle (edimax EW7811un) My app uses Connman by DBus to manage ethernet and wifi connections. Normally the sytstem works well. Sometime
|
By
Mauro Ziliani
· #43453
·
|
|
Copy tar file without expand it
Hi all. I need to copy a tar file from 'files' subdir of my recipe into /upgrade_file in the file image. I don't need to expand it, only copy. How can I do that? in my recipe I put but myfile.tar will
Hi all. I need to copy a tar file from 'files' subdir of my recipe into /upgrade_file in the file image. I don't need to expand it, only copy. How can I do that? in my recipe I put but myfile.tar will
|
By
Mauro Ziliani
· #43329
·
|
|
Autoincing version every rebuild
Hi all. I'd like increment version number (PV) o release number (PR) every time I built a recipe. I use this strategy in debug mode to give a reference to every debug session. In production it PV and
Hi all. I'd like increment version number (PV) o release number (PR) every time I built a recipe. I use this strategy in debug mode to give a reference to every debug session. In production it PV and
|
By
Mauro Ziliani
· #43147
·
|
|
Yocto and Debian package repositories
Thank you for your answer. My system is produced only from Yoctk Krogoth with deb package, and package-management turned on into EXTRAS_DISTRO_FEATURES. The server repository is only my server and the
Thank you for your answer. My system is produced only from Yoctk Krogoth with deb package, and package-management turned on into EXTRAS_DISTRO_FEATURES. The server repository is only my server and the
|
By
Mauro Ziliani
· #43119
·
|
|
Yocto and Debian package repositories
Hi all. I often work with Debian and I build my own repository accessible with apt. I look that when I build the image recipe many deb pacakages are produced with Packages and Release ready. How can I
Hi all. I often work with Debian and I build my own repository accessible with apt. I look that when I build the image recipe many deb pacakages are produced with Packages and Release ready. How can I
|
By
Mauro Ziliani
· #42991
·
|
|
Layers for AMD Geode LX 800
Hi all. Do you know if there is some layers ready for the board in subject? It is an IBASE IB550F. Thanks all Mauro
Hi all. Do you know if there is some layers ready for the board in subject? It is an IBASE IB550F. Thanks all Mauro
|
By
Mauro Ziliani
· #42885
·
|