Lines Matching refs:workspace

47        status                Show workspace status
51 Working on a recipe in the workspace:
53 rename Rename a recipe file in the workspace
58 reset Remove a recipe from your workspace
59 finish Finish working on a recipe in your workspace
63 build-image Build image including workspace recipe packages
65 create-workspace Set up workspace in an alternative location
69 import Import exported tar archive into workspace
70 export Export workspace into a tar archive
89 …Adds a new recipe to the workspace to build a specified source tree. Can optionally fetch a remote…
93 …urce tree. If not specified, a subdirectory of /media/build1/poky/build/workspace/sources will be …
117 .. _devtool-the-workspace-layer-structure:
126 The following figure shows the workspace structure:
128 .. image:: figures/build-workspace-directory.png
141 README - Provides information on what is in workspace layer and how to
162 .. _devtool-adding-a-new-recipe-to-the-workspace:
167 Use the ``devtool add`` command to add a new recipe to the workspace
172 a workspace layer the tool creates. The source code built by the recipes
177 If you add a recipe and the workspace layer does not exist, the command
179 ":ref:`devtool-the-workspace-layer-structure`" section.
181 Running ``devtool add`` when the workspace layer exists causes the tool
183 workspace layer. The ``.bbappend`` file is created to point to the
259 :ref:`add <devtool-adding-a-new-recipe-to-the-workspace>` command
260 except that it does not physically create the recipe in the workspace
273 extracts the source into the default sources location in the workspace.
286 the recipe file itself must reside in the workspace as a result of the
298 the code and set up the workspace. After which, you could modify,
424 recipe file along with any associated files into a "workspace" and, if
452 workspace layer. Realize that this command deletes the recipe and the
455 recipe and the append file outside of the workspace layer before running
460 separate "attic" subdirectory under the workspace layer.
462 Here is an example that resets the workspace directory that contains the
467 …NOTE: Leaving source tree /home/scottrif/poky/build/workspace/sources/mtr as-is; if you no longer …
492 to include packages from recipes in the workspace. Using this command is
568 .. _devtool-creating-the-workspace:
573 Use the ``devtool create-workspace`` command to create a new workspace
575 new workspace layer, it is populated with the ``README`` file and the
578 The following example creates a new workspace layer in your current
579 working and by default names the workspace layer "workspace"::
581 $ devtool create-workspace
583 You can create a workspace layer anywhere by supplying a pathname with
584 the command. The following command creates a new workspace layer named
585 "new-workspace"::
587 $ devtool create-workspace /home/scottrif/new-workspace
589 .. _devtool-get-the-status-of-the-recipes-in-your-workspace:
595 workspace. Information includes the paths to their respective external
603 :ref:`devtool add <ref-manual/devtool-reference:adding a new recipe to the workspace layer>`
604 to create and add the ``mtr_0.86.bb`` recipe to the ``workspace`` directory::
607 …mtr:/home/scottrif/poky/build/workspace/sources/mtr (/home/scottrif/poky/build/workspace/recipes/m…