diff options
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-common.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 9ef1138589..0f5e09cd47 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -72,9 +72,7 @@ | |||
72 | Before building an extensible SDK, you need to | 72 | Before building an extensible SDK, you need to |
73 | initialize the BitBake build environment by sourcing a | 73 | initialize the BitBake build environment by sourcing a |
74 | build environment script | 74 | build environment script |
75 | (i.e. <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>oe-init-build-env</filename></ulink> | 75 | (i.e. <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>oe-init-build-env</filename></ulink>): |
76 | or | ||
77 | <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>): | ||
78 | <literallayout class='monospaced'> | 76 | <literallayout class='monospaced'> |
79 | $ cd ~/poky | 77 | $ cd ~/poky |
80 | $ source oe-init-build-env | 78 | $ source oe-init-build-env |