On 7/29/15 1:57 AM, Ong, Boon Leong wrote: >> -----Original Message----- >> From: [email protected] [mailto:meta-intel- >> [email protected]] On Behalf Of [email protected] >> Sent: Wednesday, July 29, 2015 4:29 PM >> To: [email protected] >> Subject: [meta-intel] [PATCH 1/1] meta-valleyisland: recipes-core to include >> hostapd, iw, dhcp and linux-firmware-pcie8897 >> >> From: Ng Wei Tee <[email protected]> >> >> A new recipes-core directory is created to include hostapd, iw, linux- >> firmware- >> pcie8897, dhcp features for enabling Marvell 8897 wifi and bluetooth support >> in Valley Island BSP. Hostapd and iw is used to enable AP mode and STA mode >> functionality. >> >> Signed-off-by: Ng Wei Tee <[email protected]> >> --- >> .../recipes-core/images/core-image-sato.bbappend | 1 + >> 1 file changed, 1 insertion(+) >> create mode 100644 meta-isg/meta-valleyisland/recipes-core/images/core- >> image-sato.bbappend >> >> diff --git a/meta-isg/meta-valleyisland/recipes-core/images/core-image- >> sato.bbappend b/meta-isg/meta-valleyisland/recipes-core/images/core-image- >> sato.bbappend >> new file mode 100644 >> index 0000000..f32eb5a >> --- /dev/null >> +++ b/meta-isg/meta-valleyisland/recipes-core/images/core-image-sato.bba >> +++ ppend >> @@ -0,0 +1 @@ >> +IMAGE_INSTALL += "hostapd iw linux-firmware-pcie8897 dhcp-server dhcp- >> client" > Usually, this line is set part of local.conf and does not need a bbappend > creation. > >
Agreed for things like dhdcp-server. That is image-level stuff and does not belong in the BSP. However, linux-firmware-pcie8897 is likely BSP-specific, but this should be done via the MACHINE_ESSENTIAL... variables, as is done in other BSPs. grep the layer for linux-firmware-* and you should find proper examples. -- Darren Hart Intel Open Source Technology Center -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
