mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00

Change the data structure to support multiple branches. At the top level there is a set list of Branch objects, and then a LayerBranch object between each layer and the maintainers, dependencies, recipes and machines, so that the set of each can be different per branch. The branch is a session option, and can be selected via a drop-down that is shown for all pages. Additionally, with this change we avoid the need to run the update script within a build environment set up with oe-init-build-env - since we need a specific version of BitBake per branch we now use our own copy of BitBake which is fetched by the script itself. The update script will need to be called multiple times however - once per branch. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
#
|
|
# This is a version of local.conf trimmed specially for parsing recipes
|
|
# within the OE Layer index update script. Since we're not doing any
|
|
# actual building and many variables are defaulted via bitbake.conf or
|
|
# the OE-Core basic distro config, we don't need to set very much.
|
|
|
|
# Just select something basic here:
|
|
MACHINE = "qemux86"
|
|
|
|
# OE-Core basic distro configuration
|
|
DISTRO = ""
|
|
|