summaryrefslogtreecommitdiffstats
path: root/src/afb-common.h
blob: 4ecab50cc2c6cfd849c173c72301d3752594fbe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DISTRO_FEATURES_append = " sota"

OSTREE_KERNEL = "Image"
IMAGE_BOOT_FILES_sota = "renesas-ota-bootfiles/* Image-${DTB_SUFFIX}.dtb"
OSTREE_BOOTLOADER ?= "u-boot"

WKS_FILE = "singlepart-noloader.wks"
AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum"

RENESAS_DATADIR = "/usr"
cm"> * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #pragma once extern void afb_common_default_locale_set(const char *locale); extern const char *afb_common_default_locale_get(); extern int afb_common_rootdir_set(const char *rootdir); extern int afb_common_rootdir_get_fd(); extern int afb_common_rootdir_open_locale(const char *filename, int flags, const char *locale);