add gdbserver to image

This commit is contained in:
DanyLE 2023-07-23 13:37:50 +02:00
parent 1d2a6e6f49
commit d5c66bb73b

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