mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
poky.conf: Add poky.bbclass and add to standard mirrors
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@473 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
4
openembedded/classes/poky.bbclass
Normal file
4
openembedded/classes/poky.bbclass
Normal file
@@ -0,0 +1,4 @@
|
||||
MIRRORS_append () {
|
||||
ftp://.*/.*/ http://www.o-hand.com/~richard/poky/sources/
|
||||
http://.*/.*/ http://www.o-hand.com/~richard/poky/sources/
|
||||
}
|
||||
@@ -10,7 +10,7 @@ DISTRO_TYPE = "debug"
|
||||
# DISTRO_TYPE = "release"
|
||||
|
||||
|
||||
INHERIT += " package_ipk debian multimachine"
|
||||
INHERIT += " package_ipk debian multimachine poky "
|
||||
# For some reason, this doesn't work
|
||||
# TARGET_OS ?= "linux"
|
||||
TARGET_OS = "linux"
|
||||
|
||||
Reference in New Issue
Block a user