Lines Matching refs:printf
119 printf '#\n# Automatically generated file; DO NOT EDIT.\n#\n'
120 printf '\n'
122 printf 'BR2_EXTERNAL ?='
125 printf ' %s' "${br2_ext}"
127 printf '\n'
129 printf 'BR2_EXTERNAL_NAMES = \n'
130 printf 'BR2_EXTERNAL_DIRS = \n'
131 printf 'BR2_EXTERNAL_MKS = \n'
134 printf '\n'
135 printf '# No br2-external tree defined.\n'
142 printf '\n'
143 printf 'BR2_EXTERNAL_NAMES += %s\n' "${br2_name}"
144 printf 'BR2_EXTERNAL_DIRS += %s\n' "${br2_ext}"
145 printf 'BR2_EXTERNAL_MKS += %s/external.mk\n' "${br2_ext}"
146 printf 'export BR2_EXTERNAL_%s_PATH = %s\n' "${br2_name}" "${br2_ext}"
147 printf 'export BR2_EXTERNAL_%s_DESC = %s\n' "${br2_name}" "${br2_desc}"
171 printf '#\n# Automatically generated file; DO NOT EDIT.\n#\n'
172 printf '\n'
174 printf '# No br2-external tree defined.\n'
182 printf 'menu "External options"\n\n' >>"${outputdir}/.br2-external.in.menus"
189 printf 'config BR2_EXTERNAL_%s_PATH\n' "${br2_name}"
190 printf '\tstring\n'
191 printf '\tdefault "%s"\n' "${br2_ext}"
192 printf '\n'
197 printf 'menu "%s"\n' "${br2_desc}"
199 printf 'comment "%s (in %s)"\n' "${br2_desc}" "${br2_ext}"
200 printf 'source "%s/Config.in"\n' "${br2_ext}"
202 printf 'endmenu # %s\n' "${br2_name}"
204 printf '\n'
208 printf 'comment "Toolchains from: %s"\n' "${br2_desc}"
209 printf 'source "%s/provides/toolchains.in"\n' "${br2_ext}"
210 printf '\n'
212 printf '# No toolchain from: %s\n\n' "${br2_desc}"
216 printf 'comment "jpeg from: %s"\n' "${br2_desc}"
217 printf 'source "%s/provides/jpeg.in"\n' "${br2_ext}"
218 printf '\n'
220 printf '# No jpeg from: %s\n\n' "${br2_desc}"
224 printf 'comment "openssl from: %s"\n' "${br2_desc}"
225 printf 'source "%s/provides/openssl.in"\n' "${br2_ext}"
226 printf '\n'
228 printf '# No openssl from: %s\n\n' "${br2_desc}"
232 printf 'comment "skeleton from: %s"\n' "${br2_desc}"
233 printf 'source "%s/provides/skeleton.in"\n' "${br2_ext}"
234 printf '\n'
236 printf '# No skeleton from: %s\n\n' "${br2_desc}"
240 printf 'comment "init from: %s"\n' "${br2_desc}"
241 printf 'source "%s/provides/init.in"\n' "${br2_ext}"
242 printf '\n'
244 printf '# No init from: %s\n\n' "${br2_desc}"
248 printf 'comment "linux extension from: %s"\n' "${br2_desc}"
249 printf 'source "%s/linux/Config.ext.in"\n' "${br2_ext}"
250 printf '\n'
252 printf '# No linux extension from: %s\n\n' "${br2_desc}"
256 printf 'endmenu\n' >>"${outputdir}/.br2-external.in.menus"
259 error() { local fmt="${1}"; shift; printf "BR2_EXTERNAL_ERROR = ${fmt}" "${@}"; exit 1; }