docker-library / busybox

Docker Official Image packaging for Busybox

Home Page:http://busybox.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BR2_cortex_a15 support available?

phanirajkiran opened this issue · comments

Hi ,
If we use arm32v7 docker does it support ARM cortex A15 ( Soc Like TI AM5718, which is of ARM cortex A15 variant).

In order to make this Busybox support i may need to add BR2_cortex_a15 support in ?

armhf) \
setConfs="$setConfs \
BR2_arm=y \
BR2_cortex_a9=y \
BR2_ARM_EABIHF=y \
BR2_ARM_ENABLE_VFP=y \
BR2_ARM_FPU_VFPV3D16=y \
BR2_ARM_INSTRUCTIONS_THUMB2=y \
"; \
unsetConfs="$unsetConfs BR2_ARM_SOFT_FLOAT"; \
;; \

Thanks
Phanirajkiran

The image as-is should work just fine on an A15 -- the A9 is the minimum (also called the "baseline" by Debian, etc).