Compare commits

...

2 Commits

Author SHA1 Message Date
DanyLE
7ab0e69196 regen sdk
All checks were successful
gitea-sync/meta-rpi-diya-build/pipeline/head This commit looks good
2023-08-02 19:38:59 +02:00
DanyLE
23d2dfb529 add kernel modules to initramfs 2023-08-02 19:38:52 +02:00
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -50,7 +50,7 @@ pipeline{
sh '''#!/bin/bash
cd poky
source ./oe-init-build-env ../build
bitbake core-image-base -c populate_sdk
# bitbake core-image-base -c populate_sdk
'''
}
}