diff options
author | Maxin John <maxin.john@intel.com> | 2018-01-26 13:00:18 +0200 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-03-05 11:45:40 -0500 |
commit | 3b3c4c8426f63eb2ae69e8c5c8c3040c41052c63 (patch) | |
tree | dd43c637c7e871fac24e88a9d02660f2da1c21ae /meta-initramfs | |
parent | a98acf996127d9577617d974c83f55fbae5da6e9 (diff) | |
download | meta-openembedded-3b3c4c8426f63eb2ae69e8c5c8c3040c41052c63.tar.gz |
classes/recipes: Convert SkipPackage -> SkipRecipe
Update following the SkipPackage -> SkipRecipe change in oe-core.
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb index 6b845bd9d..3a8d9f743 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | |||
@@ -8,5 +8,5 @@ IMAGE_INSTALL = "kexecboot-klibc kexec-klibc ubiattach-klibc" | |||
8 | 8 | ||
9 | python () { | 9 | python () { |
10 | if d.getVar('TARGET_ARCH') == "nios2": | 10 | if d.getVar('TARGET_ARCH') == "nios2": |
11 | raise bb.parse.SkipPackage("'nios2' not supported arch") | 11 | raise bb.parse.SkipRecipe("'nios2' not supported arch") |
12 | } | 12 | } |