added my Recipes

This commit is contained in:
2024-07-11 14:16:35 +02:00
parent 38bc4f53ac
commit 09b621d929
7118 changed files with 525762 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
# Enable FLASH utilities
CONFIG_FLASHCP=y
CONFIG_FLASH_LOCK=y
CONFIG_FLASH_UNLOCK=y
CONFIG_FLASH_ERASEALL=y
# Enable tools to fill ARP table (991 cameras)
CONFIG_ARP=y
CONFIG_ARPING=y
# enable ether_wake tools
CONFIG_ETHER_WAKE=y

View File

@@ -0,0 +1,3 @@
FILESEXTRAPATHS:append := ":${THISDIR}/${PN}"
SRC_URI:append = " file://busybox-openstlinux.cfg "