Change external project to YOCTO

Allow out of tree builds so we can get CI running on
this repo.

Change-Id: Ica836320eca879fbc49d494d35a552525b99fab2
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/include/non-yocto/linux/peci-ioctl.h b/include/non-yocto/linux/peci-ioctl.h
index 9cddb8b..d9498a1 100644
--- a/include/non-yocto/linux/peci-ioctl.h
+++ b/include/non-yocto/linux/peci-ioctl.h
@@ -1,6 +1,8 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (c) 2018 Intel Corporation */
 
+// clang-format off
+
 #ifndef __PECI_IOCTL_H
 #define __PECI_IOCTL_H
 
@@ -245,3 +247,4 @@
 	      struct peci_crashdump_get_frame_msg)
 
 #endif /* __PECI_IOCTL_H */
+// clang-format on