123456789101112131415161718192021222324252627 |
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <title>4.1.1.2. bblayers.conf</title>
- <link rel="stylesheet" type="text/css" href="../book.css">
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
- <link rel="home" href="index.html" title="The Yocto Project Reference Manual">
- <link rel="up" href="1.3-local-configuration.html" title="4.1.1. Local Configuration">
- <link rel="prev" href="migration-1.3-sstate-mirrors.html" title="4.1.1.1. SSTATE_MIRRORS">
- <link rel="next" href="1.3-recipes.html" title="4.1.2. Recipes">
- </head>
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="4.1.1.2. bblayers.conf">
- <div class="titlepage"><div><div><h4 class="title">
- <a name="migration-1.3-bblayers-conf"></a>4.1.1.2. bblayers.conf</h4></div></div></div>
- <p>
- The <code class="filename">meta-yocto</code> layer has been split into
- two parts: <code class="filename">meta-yocto</code> and
- <code class="filename">meta-yocto-bsp</code>, corresponding to the
- Poky reference distro configuration and the reference
- hardware Board Support Packages (BSPs), respectively.
- When running BitBake or Hob for the first time after upgrading,
- your <code class="filename">conf/bblayers.conf</code> file will be
- updated to handle this change and you will be asked to
- re-run/restart for the changes to take effect.
- </p>
- </div></body>
- </html>
|