@@ -8,16 +8,16 | |||
|
8 | 8 | if [ "$ENABLE_VIDEOCORE" = true ] ; then |
|
9 | 9 | # Copy existing videocore sources into chroot directory |
|
10 | 10 | if [ -n "$VIDEOCORESRC_DIR" ] && [ -d "$VIDEOCORESRC_DIR" ] ; then |
|
11 |
# Copy local |
|
|
11 | # Copy local videocore sources | |
|
12 | 12 | cp -r "${VIDEOCORESRC_DIR}" "${R}/tmp/userland" |
|
13 | 13 | else |
|
14 |
# Create temporary directory for |
|
|
14 | # Create temporary directory for videocore sources | |
|
15 | 15 | temp_dir=$(as_nobody mktemp -d) |
|
16 | 16 | |
|
17 |
# Fetch |
|
|
17 | # Fetch videocore sources | |
|
18 | 18 | as_nobody git -C "${temp_dir}" clone "${VIDEOCORE_URL}" |
|
19 | 19 | |
|
20 |
# Copy downloaded |
|
|
20 | # Copy downloaded videocore sources | |
|
21 | 21 | mv "${temp_dir}/userland" "${R}/tmp/" |
|
22 | 22 | |
|
23 | 23 | # Set permissions of the U-Boot sources |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant