mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 07:55:19 +00:00
linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINE
This commit is contained in:
parent
f27cbd1a4e
commit
51be1fad9c
@ -743,11 +743,12 @@ def generate_git_config(e):
|
||||
ignore_count = 1
|
||||
ignore_host = data.getVar('GIT_PROXY_IGNORE_1', e.data, True)
|
||||
while (ignore_host):
|
||||
f.write(" gitproxy = non for %s" % ignore_host)
|
||||
f.write(" gitproxy = none for %s\n" % ignore_host)
|
||||
ignore_count += 1
|
||||
ignore_host = data.getVar('GIT_PROXY_IGNORE_%s' % ignore_count, e.data, True)
|
||||
f.write(proxy_command)
|
||||
f.close
|
||||
if
|
||||
|
||||
|
||||
METADATA_REVISION ?= "${@base_get_metadata_monotone_revision(d)}"
|
||||
|
||||
@ -7,8 +7,10 @@ PROVIDES += "virtual/kernel"
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
DEFAULT_PREFERENCE_depicture = "1"
|
||||
|
||||
COMPATIBLE_MACHINE = "depicture"
|
||||
|
||||
SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2 \
|
||||
http://www.simtec.co.uk/products/SWLINUX/files/patch-2.6.26-simtec1.bz2;patch=1 \
|
||||
http://www.simtec.co.uk/products/SWLINUX/files/patch-2.6.26-simtec3.bz2;patch=1 \
|
||||
file://${MACHINE}-defconfig-append \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user