mirror of
https://github.com/agherzan/meta-raspberrypi.git
synced 2025-12-05 22:19:11 +00:00
Compare commits
2 Commits
161be949b9
...
7439575078
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7439575078 | ||
|
|
9806b9981a |
@@ -24,7 +24,9 @@ TEMP_DIR="$(mktemp -d)"
|
||||
cd "$TEMP_DIR"
|
||||
|
||||
REPOS=" \
|
||||
git://git.yoctoproject.org/poky.git \
|
||||
git://git.openembedded.org/openembedded-core \
|
||||
git://git.openembedded.org/bitbake \
|
||||
git://git.yoctoproject.org/meta-yocto \
|
||||
"
|
||||
for repo in $REPOS; do
|
||||
log "Cloning $repo on branch $BASE_REF..."
|
||||
@@ -32,7 +34,7 @@ for repo in $REPOS; do
|
||||
done
|
||||
|
||||
# shellcheck disable=SC1091,SC2240
|
||||
. ./poky/oe-init-build-env build
|
||||
. ./openembedded-core/oe-init-build-env build
|
||||
|
||||
# Build configuration
|
||||
printf "\n# ------ ci ------\n" >> conf/local.conf
|
||||
@@ -52,6 +54,8 @@ LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch"
|
||||
EOCONF
|
||||
|
||||
# Add the BSP layer
|
||||
bitbake-layers add-layer "../meta-yocto/meta-poky"
|
||||
bitbake-layers add-layer "../meta-yocto/meta-yocto-bsp"
|
||||
bitbake-layers add-layer "$META_RASPBERRYPI_PATH"
|
||||
|
||||
# Log configs for debugging purposes
|
||||
|
||||
@@ -20,7 +20,8 @@ TEMP_DIR="$(mktemp -d)"
|
||||
cd "$TEMP_DIR"
|
||||
|
||||
REPOS=" \
|
||||
git://git.yoctoproject.org/poky.git \
|
||||
git://git.openembedded.org/openembedded-core \
|
||||
git://git.openembedded.org/bitbake \
|
||||
"
|
||||
for repo in $REPOS; do
|
||||
log "Cloning $repo on branch $BASE_REF..."
|
||||
@@ -28,6 +29,6 @@ for repo in $REPOS; do
|
||||
done
|
||||
|
||||
# shellcheck disable=SC1091,SC2240
|
||||
. ./poky/oe-init-build-env build
|
||||
. ./openembedded-core/oe-init-build-env build
|
||||
yocto-check-layer --with-software-layer-signature-check --debug \
|
||||
"$GIT_REPO_PATH"
|
||||
|
||||
Reference in New Issue
Block a user