Skip to content

Commit

Permalink
fix patch dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Aug 29, 2024
1 parent 4cd5a83 commit 13134ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ pushd ${THISDIR}
echo "Applying patches"
pwd
ls -lah
patch -N ../layers/openembedded-core/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb ../mobile-broadband-provider-info.patch
patch -N ../layers/meta-jupyter/conf/layer.conf ../meta-jupyter.patch
patch -N layers/openembedded-core/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb mobile-broadband-provider-info.patch
patch -N layers/meta-jupyter/conf/layer.conf meta-jupyter.patch

export BITBAKEDIR=${THISDIR}/tools/bitbake
. layers/openembedded-core/oe-init-build-env ${THISDIR}/build
Expand Down

0 comments on commit 13134ff

Please sign in to comment.