mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
Rename packaged-staging2 -> sstate and remove the old empty class
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ USER_CLASSES ?= ""
|
|||||||
|
|
||||||
PACKAGE_CLASSES ?= "package_ipk"
|
PACKAGE_CLASSES ?= "package_ipk"
|
||||||
INHERIT_INSANE ?= "insane"
|
INHERIT_INSANE ?= "insane"
|
||||||
INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} debian poky devshell ${INHERIT_INSANE} packaged-staging packaged-staging2"
|
INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} debian poky devshell ${INHERIT_INSANE} sstate"
|
||||||
# For some reason, this doesn't work
|
# For some reason, this doesn't work
|
||||||
# TARGET_OS ?= "linux"
|
# TARGET_OS ?= "linux"
|
||||||
# TARGET_VENDOR ?= "-poky"
|
# TARGET_VENDOR ?= "-poky"
|
||||||
|
|||||||
Reference in New Issue
Block a user