add kernel modules to initramfs

This commit is contained in:
DanyLE 2023-08-02 19:38:52 +02:00
parent 757017451b
commit 23d2dfb529

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
'''
}
}