Skip to content

Commit

Permalink
local.sh.example: Switch defaults to using debian11/bullseye in docker
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Apr 26, 2022
1 parent a7fb67a commit a7097f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local.sh.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# export HOST_IP=10.10.10.10

# configure docker container to run bitbake in
#export DOCKER_REPO=yoedistro/yoe-build:buster
#export DOCKER_REPO=yoedistro/yoe-build:bullseye

# Flag to control docker launch with pseudo-tty
# when output is piped or redirected to files then
Expand All @@ -28,4 +28,4 @@

# By default docker is used if DOCKER_REPO is set to a value different than
# none. If you prefer to use podman instead of docker, un-comment this line
#export DOCKER="podman"
#export DOCKER="podman"

0 comments on commit a7097f5

Please sign in to comment.