From 54b187a8e63da6a4ed3e0ca1b2fd65b8358a75cd Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 20 Jun 2020 17:13:28 +0200 Subject: [PATCH 4/4] profiles: add the ipq807x profiles These will be merged into the primary profiles patch when AX support gets merged. Signed-off-by: John Crispin --- profiles/cypress.yml | 12 ++++++++++++ profiles/hawkeye.yml | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 profiles/cypress.yml create mode 100644 profiles/hawkeye.yml diff --git a/profiles/cypress.yml b/profiles/cypress.yml new file mode 100644 index 0000000000..4f17991607 --- /dev/null +++ b/profiles/cypress.yml @@ -0,0 +1,12 @@ +--- +profile: qcom_cp01_c1 +target: ipq807x +subtarget: ipq60xx +description: Build image for the QualComm Cypress +_packages: + - opensync-tip +feeds: + - name: ipq807x + path: ../../feeds/ipq807x + + diff --git a/profiles/hawkeye.yml b/profiles/hawkeye.yml new file mode 100644 index 0000000000..926829aaa8 --- /dev/null +++ b/profiles/hawkeye.yml @@ -0,0 +1,12 @@ +--- +profile: qcom_hk01 +target: ipq807x +subtarget: ipq807x +description: Build image for the QualCom Hawkeye +_packages: + - opensync-tip +feeds: + - name: ipq807x + path: ../../feeds/ipq807x + + -- 2.25.1