summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README18
1 files changed, 4 insertions, 14 deletions
diff --git a/README b/README
index 608e14f..26cdde9 100644
--- a/README
+++ b/README
@@ -9,11 +9,11 @@ Dependencies
9This layer depends on: 9This layer depends on:
10 10
11 URI: git://git.enea.com/linux/meta-enea-bsp-common 11 URI: git://git.enea.com/linux/meta-enea-bsp-common
12 branch: master 12 branch: pyro
13 revision: HEAD 13 revision: HEAD
14 14
15 URI: https://github.com/Freescale/meta-freescale 15 URI: https://github.com/Freescale/meta-freescale
16 branch: master 16 branch: pyro
17 revision: HEAD 17 revision: HEAD
18 18
19Source code 19Source code
@@ -54,24 +54,14 @@ need to build for:
54 54
55 ------------------------------------------- 55 -------------------------------------------
56 local.conf 56 local.conf
57 MACHINE = "ls1021aiot" 57 MACHINE = "raspberrypi3-64
58
59 bblayers.conf
60 BBLAYERS ?= " \
61 /path/to/yocto/meta \
62 /path/to/yocto/meta-poky \
63 /path/to/yocto/meta-enea-bsp-common \
64 /path/to/yocto/meta-freescale \
65 "
66 -------------------------------------------
67 local.conf
68 MACHINE = "cn8304"
69 58
70 bblayers.conf 59 bblayers.conf
71 BBLAYERS ?= " \ 60 BBLAYERS ?= " \
72 /path/to/yocto/meta \ 61 /path/to/yocto/meta \
73 /path/to/yocto/meta-poky \ 62 /path/to/yocto/meta-poky \
74 /path/to/yocto/meta-enea-bsp-common \ 63 /path/to/yocto/meta-enea-bsp-common \
64 /path/to/yocto/meta-raspberrypi \
75 " 65 "
76 ------------------------------------------- 66 -------------------------------------------
77 67