Created
August 20, 2024 22:15
-
-
Save StaticRocket/e07d692dda28912f9991e5a0de6ed8bc to your computer and use it in GitHub Desktop.
oe-layersetup config for processor-sdk-scarthgap including a verified version of flutter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file takes repo entries in the format | |
# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern] | |
bitbake,https://git.openembedded.org/bitbake,2.8,11d83170922a2c6b9db1f6e8c23e533526984b2c | |
meta-tisdk,https://github.com/TexasInstruments/meta-tisdk.git,scarthgap,10.00.07.04,layers= | |
meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,10.00.07,layers=meta-arago-distro:meta-arago-extras:meta-arago-demos:meta-arago-test | |
meta-flutter,https://github.com/meta-flutter/meta-flutter.git,scarthgap,15a5a6965bcd90261217a15a313c14cdf240838b,layers=:meta-flutter-apps | |
meta-qt5,https://github.com/meta-qt5/meta-qt5.git,scarthgap,eb828418264a49b8d00035cb3d7b12fcea3be801,layers= | |
meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,6a80f140e387621f62964209a2e07d3bcfb125ce,layers= | |
meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,18f939a5fb37528a5415b05077ece383c346a119,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia | |
meta-ti,https://git.yoctoproject.org/meta-ti,scarthgap,10.00.07,layers=meta-ti-extras:meta-ti-bsp | |
meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,1b85bbb4cab9658da3cd926c62038b8559c5c64e,layers=meta-arm:meta-arm-toolchain | |
meta-clang,https://github.com/kraj/meta-clang,scarthgap,df21b1563910c80d7e2964971b7c5b79b5186922,layers= | |
oe-core,https://git.openembedded.org/openembedded-core,scarthgap,c00a9a8f25b0042b0723a5d20b88e92d473d22bf,layers=meta | |
OECORELAYERCONF=./sample-files/bblayers.conf.sample | |
meta-edgeai,https://git.ti.com/git/edgeai/meta-edgeai.git,scarthgap,10.00.00.04,layers= | |
OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample | |
BITBAKE_INCLUSIVE_VARS=yes | |
LOCALCONF:IMAGE_INSTALL:append = " flutter-wayland-client flutter-samples-material-3-demo" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment