snapcraft.yaml: Use the correct powerpc kernel config name

Kernel building fails as part of "make snap" as
the kernel config file is renamed from ppc64le_kata_kvm_4.14.x
to powerpc_kata_kvm_4.14.x

Fixes:  #127

Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
This commit is contained in:
Nitesh Konkar 2018-08-10 19:16:03 +05:30
parent 7705d68f7d
commit d009421e17

View File

@ -138,7 +138,7 @@ parts:
;;
"ppc64le")
config=ppc64le_kata_kvm_4.14.x
config=powerpc_kata_kvm_4.14.x
;;
"aarch64")